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