Skip to content

🧪 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-cli submodule snapshot
  • Primary command path: grok

Verified CLI Flows

The following flows were exercised successfully during the recorded session:

  • grok --help
  • grok models
  • grok -p "Reply with only pong." --format json
  • grok --session latest

Observed behavior:

  • headless mode emitted structured JSON events such as step_start, text, and step_finish
  • session continuation reused earlier context as expected

Verified Tool Families

The session also exercised these tool families:

  • search_web
  • search_x
  • task
  • delegate
  • delegation_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, and grok --version
  • local build, typecheck, and vitest verification for the pinned CLI snapshot
  • headless JSON output and session persistence with --session latest
  • tool-call examples for search_web, task, delegate, delegation_read, and search_x
  • generated media flows for generate_image and generate_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:

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.

MIT licensed wrapper scripts and documentation.