Command line
session list
List recorded session segments
session export
Export a session as a runnable script of vibrai commands
session
Session selector: index, id, or name (default: latest)
--from
Range start (ISO 8601) — alternative to a session selector
--to
Range end (ISO 8601)
--include-reads
Render read-only calls as live commands too
Output format: script (default) or jsonl
--annotate
Free-text note added to the script header
--out
Write to this path (payload sidecars land next to it); omit to print to stdout
session mark
Name the current session segment
Segment name, e.g. ‘big room jam’
--note
Optional free-text note (rendered as a comment on export)
MCP tools
list_sessions
List recorded session segments (always-on journal of MCP tool calls and CLI invocations).
export_session
Export a recorded session as a runnable, annotated shell script of vibrai CLI commands (or raw jsonl). Defaults to the latest session.
Session selector: index, id, or name. Default: latest.
Range start (ISO 8601) — alternative to session.
Range end (ISO 8601).
Render read-only calls as live commands too.
Output format: script (default) or jsonl.
Free-text note added to the script header.
Write to this path (sidecar payload files land next to it); omit to return inline.
mark_session
Name the current session segment. The call itself is the marker — the journal records it.
Segment name, e.g. ‘big room jam’.
Optional free-text note (rendered as a comment on export).