Skip to content

v0.2.4

Choose a tag to compare

@ScottRBK ScottRBK released this 08 Aug 20:59
· 29 commits to main since this release

What's new

Grok Build CLI adapter

  • New AgentType.GROK backed by the grok CLI
  • Headless via --output-format streaming-messages-json (full assistant blocks)
  • execute / stream / health_check / list_models
  • Session resume via --resume
  • Canonical tool denies (bashrun_terminal_cmd, verified live)
  • User-scoped MCP add/remove/list (~/.grok/config.toml)
  • Cost, duration, and raw output_tokens from the terminal result event

Docs

  • README, AGENTS.md, agent parameter comparison, and installable skills updated for seven agents

Install

uv add agent-shell-py==0.2.4
# or
pip install agent-shell-py==0.2.4