1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: Chasm
site_url: https://chasm.nervosys.ai
site_description: "Chat Session Manager — Bridging the divide between AI providers"
site_author: Nervosys
repo_url: https://github.com/nervosys/chasm
repo_name: nervosys/chasm
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.svg
favicon: assets/favicon.svg
font:
text: Inter
code: JetBrains Mono
palette:
- media: "(prefers-color-scheme)"
scheme: slate
primary: custom
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
- toc.follow
icon:
repo: fontawesome/brands/github
extra_css:
- assets/stylesheets/chasm.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nervosys/chasm
- icon: fontawesome/brands/x-twitter
link: https://x.com/nervosys
generator: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index:
emoji_generator:
- attr_list
- md_in_html
- tables
- toc:
permalink: true
plugins:
- search
- minify:
minify_html: true
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Configuration: getting-started/configuration.md
- First Recovery: getting-started/first-recovery.md
- API Reference:
- api/index.md
- CLI Reference: api/cli.md
- REST API: api/rest.md
- OpenAPI (Interactive): api/openapi.md
- MCP Server: api/mcp.md
- Providers: api/providers.md
- Architecture:
- architecture/index.md
- Session Pipeline: architecture/session-pipeline.md
- Provider System: architecture/providers.md
- Agency Framework: architecture/agency.md
- Recording Engine: architecture/recording.md
- Guides:
- guides/index.md
- Session Recovery: guides/recovery.md
- Agentic Coding: guides/agency.md
- Local AI Setup: guides/local-ai.md
- IDE Integration: guides/ide.md
- Git Versioning: guides/git.md
- Provider Setup:
- guides/providers/index.md
- GitHub Copilot: guides/providers/copilot.md
- Cursor: guides/providers/cursor.md
- Claude Code: guides/providers/claude-code.md
- Continue.dev: guides/providers/continuedev.md
- Codex CLI: guides/providers/codex-cli.md
- Gemini CLI: guides/providers/gemini-cli.md
- Ollama: guides/providers/ollama.md
- LM Studio: guides/providers/lm-studio.md
- GPT4All: guides/providers/gpt4all.md
- LocalAI: guides/providers/localai.md
- OpenAI / ChatGPT: guides/providers/openai.md
- Anthropic / Claude: guides/providers/anthropic.md
- Google Gemini: guides/providers/google.md
- Videos:
- videos/index.md