0.28.1Desktop
Added 1
- Allow ACP sessions to start with configured non-OAuth model credentials instead of requiring terminal login
Changed 1
- Run web servers foreground-only end to end: the /web slash command now always starts a new server, and foreground servers stop with Ctrl+C
Fixed 1
- Fix running subagents not observing permission mode switches made after they started
Removed 1
- Remove the kimi web kill and kimi web ps subcommands
Deprecated 1
- Mark kimi server kill as a deprecated fallback that only stops servers started by a version before 0.28.0
Patch Changes
-
#934
c5b6103Thanks @tt-a1i! - Allow ACP sessions to start with configured non-OAuth model credentials instead of requiring terminal login. -
#1967
ad8cc85Thanks @sailist! - Run web servers foreground-only end to end: the /web slash command now always starts a new server, and thekimi web kill/kimi web pssubcommands are removed — foreground servers stop with Ctrl+C.kimi server killremains as a deprecated fallback that only stops servers started by a version before 0.28.0. -
#1948
f6f4192Thanks @sailist! - Fix running subagents not observing permission mode switches made after they started.