Module claude_adapter

Module claude_adapter 

Source
Expand description

Claude Code history adapter. Scans for session JSONL files across both the user’s global Claude homes and the AgentMux-isolated homes that current agents actually write to:

  • ~/.claude/projects/ and ~/.config/claude-*/projects/ (global / legacy)
  • <AGENTMUX_SHARED_DIR>/providers/claude/projects/ (default isolated home)
  • <AGENTMUX_SHARED_DIR>/identities/<bundle_id>/claude/projects/ (per-identity)

Structs§

ClaudeHistoryAdapter