CLI
ox record
Capture transcripts from AI coding sessions. When you work with Claude Code, Cursor, or Aider, the conversation contains valuable decisions and domain knowledge. ox record saves these to your repo's Ledger.
Important: This captures text-based human-AI coding sessions, not audio/video meetings. For meeting recordings, see Discussions.
What Gets Recorded
- Questions and context you provided
- Code suggestions and explanations
- Decisions made and alternatives discussed
- Debugging and problem-solving approaches
Commands
Create a Recording
terminal
$
| Flag | Description |
|---|---|
--title, -t | Title for the recording |
--description, -d | Optional description |
--path, -p | Path to transcript file |
--agent-type | AI agent type (claude-code, cursor, aider) |
terminal
# Pipe transcript
$
# From file
$
List Recordings
terminal
$
View a Recording
terminal
$
Delete a Recording
terminal
$
When to Record
- Architectural decisions
- Complex debugging sessions
- Domain knowledge explanations
- Onboarding context
- Novel solutions
Privacy
- Recordings are stored in your repo's Ledger
- Team members with repo access can view them
- Remove sensitive data before recording
Related Commands
- ox init - Initialize your repository

