Skip to main content
List, export, and mark recorded session segments (an always-on journal of MCP tool calls and CLI invocations, replayable as a runnable script).

Command line

session list

List recorded session segments

session export

Export a session as a runnable script of vibrai commands
Session selector: index, id, or name (default: latest)
Range start (ISO 8601) — alternative to a session selector
Range end (ISO 8601)
Render read-only calls as live commands too
default:"script"
Output format: script (default) or jsonl
Free-text note added to the script header
Write to this path (payload sidecars land next to it); omit to print to stdout

session mark

Name the current session segment
required
Segment name, e.g. ‘big room jam’
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.
String
Session selector: index, id, or name. Default: latest.
Nullable`1
Range start (ISO 8601) — alternative to session.
Nullable`1
Range end (ISO 8601).
Boolean
Render read-only calls as live commands too.
String
Output format: script (default) or jsonl.
String
Free-text note added to the script header.
String
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.
String
required
Segment name, e.g. ‘big room jam’.
String
Optional free-text note (rendered as a comment on export).