SageOx

The hivemind for agentic engineering

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
$
FlagDescription
--title, -tTitle for the recording
--description, -dOptional description
--path, -pPath to transcript file
--agent-typeAI 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
  • ox init - Initialize your repository