Highlights
- antigravity provider support models like opus, sonnet
- refact
neovate commit, a new ui and ux with fewer bugs - refact
neovate run - refact reverse search ui, use bash-style
- add models: gpt-5.2, gpt-5.2-pro, glm-4.6v, gpt-5.1-codex-max
- support claude slash command directory, ~/.claude/commands and ./claude/commands
- improve bash tool's security check for pipeline segment
- hide chatinput's cursor when window is blur
- /login slash command support args, e.g.
/login cerebras - dont hide error message and chatinput when exiting with error
- prioritize code files in @ path suggestions
- refresh file suggestion on empty query
- fix auto upgrade don't work
What's Changed
- feat: add file suggestion refresh on empty query after non-empty by @xierenyuan in #505
- feat: improve token display in status line by @no1wudi in #501
- fix(outputStyle): process header lines starting with # and limit description length by @QuietlyChan in #499
- feat: add platform-specific keyboard shortcuts for queued messages by @no1wudi in #498
- feat: Add (Recommended) label usage note for askUserQuestion tool by @xierenyuan in #507
- refactor: simplify session.getModel request handling in compact handler by @xierenyuan in #509
- feat: add AskUserQuestion tool requirement for brainstorm clarification by @xierenyuan in #494
- fix: correct diff preview for edit tool in approval modal by @no1wudi in #508
- feat(bash): implement pipeline segment security check by @lyw405 in #511
- ci: update model to cerebras/zai-glm-4.6 in test workflow by @sorrycc in #513
- refactor: unify GLM series model names to GLM-X.Y format by @no1wudi in #515
- feat(model): add GLM-4.6V multimodal model configuration by @no1wudi in #516
- refactor: simplify image paste handling by removing dimensions and filename by @sorrycc in #517
- fix: set default value for autoUpdate to true by @xierenyuan in #518
- refactor: improve config retrieval with nested key support and fallback by @xierenyuan in #519
- Revert "fix: set default value for autoUpdate to true" by @sorrycc in #520
- fix: add null checks for file reading and string operations by @sorrycc in #522
- feat: implement Git clone functionality with progress tracking by @lyw405 in #521
- feat: add tool parameter validation with zod and auto-fix suggestions by @xierenyuan in #495
- ci: update bun version to 1.3.3 by @sorrycc in #523
- feat: block commit command during merge state by @sorrycc in #524
- fix: replace z.record with array for google api compatibility by @sorrycc in #527
Full Changelog: 0.19.0...0.20.0