chasm-cli 1.5.3

Universal chat session manager - harvest, merge, and analyze AI chat history from VS Code, Cursor, and other editors
Documentation
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: !!python/name:pymdownx.superfences.fence_code_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: !!python/name:material.extensions.emoji.twemoji
      emoji_generator: !!python/name:material.extensions.emoji.to_svg
  - 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