🧪 Verification Summary
This page keeps the public, curated version of the sandbox verification notes.
Session Scope
- Date observed:
2026-03-24 - Host style: Windows sandbox workspace
- Wrapper repo:
grok-cli-sandbox - Active CLI source: pinned
grok-clisubmodule snapshot - Primary command path:
grok
Verified CLI Flows
The following flows were exercised successfully during the recorded session:
grok --helpgrok modelsgrok -p "Reply with only pong." --format jsongrok --session latest
Observed behavior:
- headless mode emitted structured JSON events such as
step_start,text, andstep_finish - session continuation reused earlier context as expected
Verified Tool Families
The session also exercised these tool families:
search_websearch_xtaskdelegatedelegation_read
These are documented as observed capabilities from the tested snapshot, not as a promise about every future release.
Command Highlights From the Archive
The raw notebook in GROK_COMMANDS_AND_OUTPUTS.md now feeds a curated command summary as well.
Highlights carried over from the archive:
- environment capture with
bun,node, andgrok --version - local build, typecheck, and
vitestverification for the pinned CLI snapshot - headless JSON output and session persistence with
--session latest - tool-call examples for
search_web,task,delegate,delegation_read, andsearch_x - generated media flows for
generate_imageandgenerate_video - Telegram helper startup, pairing, chat, file editing, unit tests, pairing-store checks, and invalid-token failure handling
See Command Highlights for the curated breakdown.
Verified Media Output
Artifacts preserved in this repository:
- sample image:
../assets/grok-generated-cat-logo.jpg
Artifacts referenced but intentionally kept local-only:
- generated video outputs under repo-local
.grok/generated-media/
Telegram Flow
The Telegram helper path was verified for:
- bot identity lookup
- bridge startup
- pairing approval flow
- normal chat
- tool-triggered file operations
Public docs intentionally omit live bot identifiers and user IDs. See Evidence & Archive for the published evidence boundary.
Environment-Specific Caveat
During the 2026-03-24 session, node dist/index.js hit ERR_IMPORT_ATTRIBUTE_MISSING on Node v24.12.0. The grok command path remained the stable route used for verification.