0.30.0Desktop
Added 3
- Add a customizable footer status line, configured via [status_line] in tui.toml
- Show a quota note after installing official plugins that bill against plan quota such as Kimi Datasource
- Show a notice when an official plugin used in the session has an update available
Changed 2
- Stop the turn after repeated invalid tool calls instead of retrying indefinitely
- Fail fast when account quota or balance is exhausted instead of silently retrying for ~3 minutes
Fixed 1
- Fix garbled line numbers in code blocks in web
Removed 1
- Remove the 50 MB size limit on file uploads to the built-in server
Minor Changes
- #2255
67dd031Thanks @he-yufeng! - Add a customizable footer status line, configured via[status_line]intui.toml.
Patch Changes
-
#2313
de0ba9dThanks @starquakee! - Stop the turn after repeated invalid tool calls instead of retrying indefinitely. -
#2147
29783e4Thanks @wbxl2000! - Show a quota note after installing official plugins that bill against plan quota (such as Kimi Datasource). -
#2147
29783e4Thanks @wbxl2000! - Show a notice when an official plugin used in the session has an update available. Run /plugins to install it. -
#1857
cdbd33cThanks @vinlee19! - Fail fast when account quota or balance is exhausted instead of silently retrying for ~3 minutes. -
#2294
425cfdfThanks @wbxl2000! - web: Fix garbled line numbers in code blocks. -
#2312
d03a488Thanks @sailist! - Remove the 50 MB size limit on file uploads to the built-in server.