0.7.0 (2026-04-26)
Features
- add model-specific tokenizers and compression ratio detection (#799) (e92e527)
- add OPENCLAUDE_DISABLE_TOOL_REMINDERS env var to suppress hidden tool-output reminders (#837) (28de94d), closes #809
- add streaming optimizer and structured request logging (#703) (5b9cd21)
- add xAI as official provider (#865) (2586a9c)
- api: expose cache metrics in REPL + normalize across providers (#813) (9e23c2b)
- implement Hook Chains runtime integration for self-healing agent mesh MVP (#711) (44a2c30)
- memory: implement persistent project-level Knowledge Graph and RAG (#899) (29f7579)
- minimax: add /usage support and fix MiniMax quota parsing (#869) (26413f6)
- model: add GPT-5.5 support for Codex provider (#880) (038f715)
- tools: resilient web search and fetch across all providers (#836) (531e3f1)
- zai: add Z.AI GLM Coding Plan provider preset (#896) (a0d657e)
Bug Fixes
- agent: provider-aware fallback for haiku/sonnet aliases (#908) (a3e728a)
- bugs (#885) (c6c5f06)
- make OpenAI fallback context window configurable + support external model lookup (#861) (b750e9e)
- mcp: disable MCP_SKILLS feature flag — source not mirrored (#872) (dcbe295)
- normalize /provider multi-model selection and semicolon parsing (#841) (c4cb98a)
- openai-shim: echo reasoning_content on assistant tool-call messages for Moonshot (#828) (67de6bd)
- query: restore system prompt structure and add missing config import (#907) (818689b)
- shell: recover when CWD path was replaced by a non-directory (#871) (a4c6757)
- startup: show --model flag override on startup screen (#898) (d45628c)
- startup: url authoritative over model name in banner provider detect (#864) (e346b8d), closes #855
- surface actionable error when DuckDuckGo web search is rate-limited (#834) (3c4d843)
- test: add missing teammate exports to hookChains integration mock (#840) (23e8cfb), closes #839
- update: show real package version and give actionable guidance (#870) (6e58b81)