0.20.3Desktop
Changed 3
- Refresh provider model lists automatically in the background instead of only at startup, so newly available models appear without restarting
- Glob now uses ripgrep, so it respects .gitignore by default, supports brace patterns, returns only files, and keeps partial results with a warning when some directories are unreadable
- Align malformed tool call argument handling with schema validation fallback
Fixed 2
- Fix provider error messages rendering as blank lines in the TUI when the server returns an HTML error page
- Fix the web composer being hidden behind the mobile Safari toolbar and the page auto-zooming when the composer is focused
Patch Changes
-
#1207
14d9e98- Refresh provider model lists automatically in the background instead of only at startup, so newly available models appear without restarting. -
#1191
0df1812- Fix provider error messages rendering as blank lines in the TUI when the server returns an HTML error page. -
#1212
636ccc4- Fix the web composer being hidden behind the mobile Safari toolbar and the page auto-zooming when the composer is focused. -
#1068
c82dcf9- Glob now uses ripgrep, so it respects .gitignore by default, supports brace patterns, returns only files, and keeps partial results with a warning when some directories are unreadable. -
#1209
0635387- Align malformed tool call argument handling with schema validation fallback.