Skip to content

Release v0.1.7

✨ Highlights

  • CLI usability upgrade: Added direct aliases for g-agent help, g-agent version, and g-agent login.
  • More predictable command behavior: g-agent channels, g-agent google, g-agent cron, and g-agent policy now show help instead of failing with "Missing command."
  • Model default refresh: Default routing model moved to claude-opus-4-6-thinking.

🐛 Fixes

  • Added migration from deprecated Opus 4.5 aliases to Opus 4.6 thinking during config load.
  • Improved API key error messages with provider-specific fixes.
  • Improved WhatsApp bridge login diagnostics with clearer preflight errors for bind/port conflicts.

📚 Docs + Guardrails

  • Added full CLI command reference page: docs/cli-commands.md.
  • Added generator script: backend/agent/scripts/generate_cli_docs.py.
  • Added CI and local hook checks to prevent stale CLI docs in future changes.