archgate session-context
Read AI editor session transcripts for the project. Useful for auditing what an AI agent did during a coding session.
archgate session-context <subcommand> [options]Subcommands
Section titled “Subcommands”archgate session-context claude-code
Section titled “archgate session-context claude-code”Read the Claude Code session transcript for the project.
archgate session-context claude-code [options]| Option | Description |
|---|---|
--max-entries <n> | Maximum entries to return (default: 200) |
archgate session-context copilot
Section titled “archgate session-context copilot”Read the Copilot CLI session transcript for the project. Sessions are matched by their workspace cwd field.
archgate session-context copilot [options]| Option | Description |
|---|---|
--max-entries <n> | Maximum entries to return (default: 200) |
--session-id <id> | Specific session UUID to read |
archgate session-context cursor
Section titled “archgate session-context cursor”Read the Cursor agent session transcript for the project.
archgate session-context cursor [options]| Option | Description |
|---|---|
--max-entries <n> | Maximum entries to return (default: 200) |
--session-id <id> | Specific session UUID to read |
archgate session-context opencode
Section titled “archgate session-context opencode”Read the opencode session transcript for the project. Sessions are matched by the project path field in session metadata.
archgate session-context opencode [options]| Option | Description |
|---|---|
--max-entries <n> | Maximum entries to return (default: 200) |
--session-id <id> | Specific session ID to read |
Examples
Section titled “Examples”Read the latest Claude Code session:
archgate session-context claude-codeRead a specific Cursor session:
archgate session-context cursor --session-id abc123Read the latest Copilot CLI session:
archgate session-context copilotRead the latest opencode session:
archgate session-context opencode