Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8.6 KiB
8.6 KiB
Changelog
0.2.2 (2026-04-12)
Bug Fixes
0.2.1 (2026-04-12)
Bug Fixes
0.2.0 (2026-04-12)
Features
- add /cache-probe diagnostic command (#580) (9ccaa7a), closes #515
- add auto-fix service — auto-lint and test after AI file edits (#508) (c385047)
- Add Gemini support with thought_signature fix (#404) (5012c16)
- add headless gRPC server for external agent integration (#278) (26eef92)
- add wiki mvp commands (#532) (c328fdf)
- GitHub provider lifecycle and onboarding hardening (#351) (ff7d499)
Bug Fixes
- add File polyfill for Node < 20 to prevent startup deadlock with proxy (#442) (85aa8b0)
- add GitHub Copilot model context windows and output limits (#576) (a7f5982), closes #515
- add LiteLLM-style aliases for GitHub Copilot context windows (#606) (2e0e14d)
- add store:false to Chat Completions and /responses fallback (#578) (8aaa4f2)
- address code scanning alerts (#434) (e365cb4)
- avoid sync github credential reads in provider manager (#428) (aff2bd8)
- convert dragged file paths to @mentions for attachment (#382) (112df59)
- custom web search — WEB_URL_TEMPLATE not recognized, timeout too short, silent native fallback (#537) (32fbd0c)
- defer startup checks and suppress recommendation dialogs during startup window (issue #363) (#504) (2caf2fd)
- display selected model in startup screen instead of hardcoded sonnet 4.6 (#587) (b126e38)
- handle missing skill parameter in SkillTool (#485) (f9ce81b)
- include MCP tool results in microcompact to reduce token waste (#348) (52d33a8)
- ink: restore host prop updates in React 19 reconciler (#589) (6e94dd9)
- let saved provider profiles win on restart (#513) (cb8f8b7)
- normalize malformed Bash tool arguments from OpenAI-compatible providers (#385) (b4bd95b)
- preserve only originally-required properties in strict tool schemas (#471) (ccaa193)
- preserve unicode in Windows clipboard fallback (#388) (c193497)
- rebrand prompt identity to openclaude (#496) (598651f)
- replace isDeepStrictEqual with navigation-aware options comparison (#507) (537c469), closes #472
- report cache reads in streaming and correct cost calculation (#577) (f4ac709)
- restore default context window for unknown 3p models (#494) (69ea1f1)
- restore Grep and Glob reliability on OpenAI paths (#461) (600c01f)
- restore Ollama auto-detect in first-run setup (#561) (68c2968)
- scrub canonical Anthropic headers from 3P shim requests (#499) (07621a6)
- strip Anthropic params from 3P resume paths (#479) (4975cfc)
- suppress startup dialogs when input is buffered (#423) (8ece290)
- tui: restore prompt rendering on startup (#498) (e30ad17)
- update theme preview on focus change (#562) (6924718)
- web-search: close SSRF bypasses in custom provider hostname guard (#610) (a02c441)
- WebSearch providers + MCPTool bugs (#593) (91e4cfb)