Skip to content

archgate session-context

Read AI editor session transcripts for the project. Useful for auditing what an AI agent did during a coding session.

Terminal window
archgate session-context <subcommand> [options]

Read the Claude Code session transcript for the project.

Terminal window
archgate session-context claude-code [options]
OptionDescription
--max-entries <n>Maximum entries to return (default: 200)

Read the Copilot CLI session transcript for the project. Sessions are matched by their workspace cwd field.

Terminal window
archgate session-context copilot [options]
OptionDescription
--max-entries <n>Maximum entries to return (default: 200)
--session-id <id>Specific session UUID to read

Read the Cursor agent session transcript for the project.

Terminal window
archgate session-context cursor [options]
OptionDescription
--max-entries <n>Maximum entries to return (default: 200)
--session-id <id>Specific session UUID to read

Read the opencode session transcript for the project. Sessions are matched by the project path field in session metadata.

Terminal window
archgate session-context opencode [options]
OptionDescription
--max-entries <n>Maximum entries to return (default: 200)
--session-id <id>Specific session ID to read

Read the latest Claude Code session:

Terminal window
archgate session-context claude-code

Read a specific Cursor session:

Terminal window
archgate session-context cursor --session-id abc123

Read the latest Copilot CLI session:

Terminal window
archgate session-context copilot

Read the latest opencode session:

Terminal window
archgate session-context opencode