scorpiox-transcript session

Interactive terminal UI for viewing, navigating, and inspecting AI conversation transcripts with full terminal rendering.

linux-x64 linux-arm64 macos-arm64 windows-x64

Usage Examples

Launch the transcript viewer to browse the current session transcript:

$ scorpiox-transcript

View a specific transcript file by passing its path:

$ scorpiox-transcript /path/to/session-transcript.json

Pipe conversation data from another tool into the viewer:

$ scorpiox-conv export --session latest | scorpiox-transcript

Review a past session by its ID, using the conversation manager to fetch it:

$ scorpiox-conv export --session abc123 | scorpiox-transcript # Opens TUI with full scrollback, syntax-highlighted code blocks, # and collapsible tool-call output sections.

Navigate inside the TUI:

# Keyboard shortcuts in the TUI: ↑/↓ or j/k Scroll through messages PgUp/PgDn Jump between conversation turns / Search within the transcript q Quit the viewer Enter Expand/collapse tool call details y Yank (copy) current message to clipboard

Use after a rewind to compare before and after states:

$ scorpiox-rewind --steps 3 $ scorpiox-transcript # View the transcript after rewinding 3 steps back

Source & Build Info

Source File
scorpiox/scorpiox-transcript.c
Lines of Code
731
Dependencies
libcurl, libsxnet, libsxterm, libsxutil

Related Tools