Skip to content

Context Capture

Dexicon captures context from two sources: your AI coding sessions and your team's documents. This captured context feeds your knowledge graph.

Agent Sessions

Agent sessions are conversations between you and AI coding assistants like Claude Code, Cursor, and GitHub Copilot. The Dexicon CLI automatically discovers and syncs these sessions.

What Gets Captured

  • Conversations - The full back-and-forth between you and the AI
  • Code snippets - Code discussed, generated, or modified
  • Context - Project information, file paths, and working directory
  • Timestamps - When the session occurred and how long it lasted

Syncing Sessions

bash
# Initialize and discover IDE session logs
dexicon init

# Log in to your Dexicon account
dexicon login

# Sync your sessions
dexicon sync

The CLI scans your local machine for session logs and uploads them to Dexicon.

Supported AI Assistants

  • Claude Code
  • Cursor
  • VS Code Copilot
  • GitHub Copilot CLI
  • Codex

Session Processing

When a session is synced:

  1. Parsing - The conversation is parsed and structured
  2. Chunking - Content is split into searchable segments
  3. Indexing - Semantic embeddings are generated for search
  4. Summarization - An AI-generated summary is created

Processing typically completes within 2-3 minutes.

Viewing Sessions

View all captured sessions at app.dexicon.ai/sessions. Each session shows:

  • Title - Auto-generated or AI-inferred title
  • Source - Which AI assistant
  • Date - When the session occurred
  • Summary - Brief overview of the session content

Documents

Upload documents to make them searchable alongside your sessions. Good candidates include ADRs, technical specs, READMEs, style guides, and design documents.

Supported Formats

FormatExtensions
Text.txt
Markdown.md, .mdx
PDF.pdf
Code.js, .ts, .py, .go, etc.
JSON.json
YAML.yaml, .yml

Document Integrations

Connect your existing document sources:

  • Google Drive - Sync Google Docs, PDFs, and text files
  • Notion - Sync pages and databases

See Document Integrations to connect your accounts.

Manual Upload

Upload files directly at app.dexicon.ai/documents.

Document Processing

When you upload a document, Dexicon automatically:

  • Extracts and parses the content
  • Splits it into searchable chunks
  • Generates semantic embeddings for search
  • Creates an AI-generated summary

Processing typically takes a few seconds to a minute.

Next Steps

Built by Dexicon