Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 15:19
584ef75

0.3.0 (2026-07-09)

Features

  • gate project-scoped hooks, plugins, and MCP servers behind workspace trust (#529) (a880ce8)
  • modelregistry: infer reasoning efforts for Hunyuan and vendor-prefixed model ids (#599) (92a92ce)
  • providers: OAuth login profiles and list-first /provider manager (#560) (1655056)
  • tui: remember recent provider+model selections in /model picker (#568) (d0c4e62)
  • tui: show CLI version on the startup home screen (#538) (fd69233)
  • voice dictation (speech-to-text) (#557) (87158a1)

Bug Fixes

  • address bugs found in a multi-agent codebase audit (#481) (008bc9b)
  • agent: keep tools exposed for max-turn finalization (#533) (3f0503b)
  • auth: persist OpenRouter API key after login (#595) (2a062aa)
  • bump Go to 1.26.5 for crypto/tls fix (GO-2026-5856) (#607) (a7cfb99)
  • gitignore Windows sandbox helpers and npm version marker (#578) (25653f6)
  • mcp: silence startup warning for unconfigured default servers (#563) (302f58b)
  • mcp: skip RFC 8414 discovery when OAuth endpoints are preconfigured (#586) (8a52d98)
  • modelregistry: reject oversized models.dev cache responses (#602) (66a6396)
  • provider: stop dropping custom no-auth providers on restart (#558) (ba99fa8)
  • sandbox: Windows-appropriate suggestions when blocking interactive commands (#414) (ba4c007)
  • tools: block MSYS and WSL shells under the Windows sandbox (#587) (0666818)
  • tools: platform-specific pager suggestions, quote/caret-safe cd detection (#543) (8b248f4)
  • tools: Windows cmd.exe quoting guidance and clipboard escaping fix (#468) (f10ed0c)
  • tui: bypass toggleSidebar and toggleMouse global shortcuts when composer is non-empty (#576) (c7346fb)
  • tui: paste protection for Termux char-by-char paste (#573) (8e9149f)
  • tui: update picker_test for switchProviderModel 4-value return (#589) (8f15650)
  • update: clearer error on unsupported release platform (android/termux) (#603) (1fc9b2d)
  • update: support safe symlink extraction during updates (#575) (ce9cb91)
  • warn about untracked scratch files left behind after a run (#571) (062328b)

Performance Improvements

  • grep: stop content scan after head limit (#601) (8a05e64)