- Add the Vercel plugin to the bundled plugin marketplace
- Press Enter to confirm in archive and other confirmation dialogs
- Count the turn that starts an autonomous goal toward its goal turn usage
- Tighten goal-mode guidance for blocked and complete status updates
- Raise the image downscale cap from 2000px to 3000px and fix swapped width/height for EXIF-rotated portrait photos in compression captions and media read notes
- Compile icons at build time so the bundled web UI only carries the icons it renders
- Progressive tool disclosure now discards loaded tool schemas on compaction instead of re-injecting them, keeping post-compaction context at minimal floor
- The composer model switcher bumps the global default model so new sessions inherit the choice
- Redesign the scheduled reminder UI
- Show session skills in the slash menu as /skill:<name> so they are distinguishable from built-in commands
- Fix kimi -p runs exiting with code 0 when a turn fails
- Fix console windows flashing on Windows each time a hook runs
- Fix the connection error toast lingering after the WebSocket reconnects when returning from the background
- Prevent autonomous goals from being paused by model-reported status updates
Patch Changes
-
#1489
2206d21Thanks @wbxl2000! - Add the Vercel plugin to the bundled plugin marketplace. Run /plugins and select Vercel Plugin to install it. -
#1477
150206aThanks @chengluyu! - Count the turn that starts an autonomous goal toward its goal turn usage. -
#1483
f30781bThanks @wbxl2000! - Fixkimi -pruns exiting with code 0 when a turn fails. -
#1466
063bce2Thanks @liruifengv! - Fix console windows flashing on Windows each time a hook runs. -
#1474
11c6a37Thanks @wbxl2000! - web: Fix the connection error toast lingering after the WebSocket reconnects when returning from the background. -
#1476
d1a964fThanks @chengluyu! - Prevent autonomous goals from being paused by model-reported status updates. -
#1481
1317000Thanks @chengluyu! - Tighten goal-mode guidance for blocked and complete status updates. -
#1460
474ce28Thanks @RealKai42! - Raise the image downscale cap from 2000px to 3000px, and fix swapped width/height for EXIF-rotated (portrait) photos in compression captions and media read notes so region readback coordinates map correctly. -
#1467
ee38545Thanks @liruifengv! - web: Compile icons at build time so the bundled web UI only carries the icons it renders. -
#1471
9b76e5bThanks @starquakee! - Progressive tool disclosure (select_tools, experimental): compaction now discards the loaded tool schemas instead of re-injecting them. After a compaction the boundary announcement re-lists every loadable tool name and the model re-selects what it still needs; a from-memory call to a no-longer-loaded tool is rejected with guidance to select it first. This keeps the post-compaction context at its minimal users+summary floor and removes the schema-rebuild budget heuristics. No effect unless thetool-selectexperimental flag and aselect_tools-capable model are active. -
#1491
0cc9831Thanks @wbxl2000! - web: The composer model switcher switches the active session's model as before and additionally bumps the global default model, so new sessions inherit the choice. -
#1490
b30a45eThanks @wbxl2000! - web: Press Enter to confirm in archive and other confirmation dialogs. -
#1480
2ad0120Thanks @liruifengv! - web: Redesign the scheduled reminder UI. -
#1492
b0809ddThanks @wbxl2000! - web: Show session skills in the slash menu as/skill:<name>so they are distinguishable from built-in commands; typing the bare skill name still works.