Minor Changes
-
#116
2c7a8cc- Expand folded paste markers on second paste. When the cursor is on a paste marker (e.g.[paste [#1](https://github.com/MoonshotAI/kimi-code/issues/1) +15 lines]) and the user pastes again, the marker expands back to the original content instead of inserting new clipboard data. -
#26
2b74025- Rework tool permissions: reads outside cwd no longer prompt, session approvals match the exact call, and path-based rules are case-insensitive. -
#119
ebf6e81- Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers. -
#112
d03f6f4- Add/export-debug-zipslash command to export the current session as a debug ZIP archive directly from the TUI. -
#113
028d069- Add/export-mdslash command to export the current session as a Markdown file.
Patch Changes
-
#105
d599183- Enhancekimi exportto include more diagnostic information in the manifest. -
#89
61cae59- Prevent the TUI from crashing when pull request lookup fails during startup. -
#97
2e8c417- Fix thinking spinner leaking past turn end when an empty thinking delta creates an orphaned thinking component. -
#103
73c4232- Show the original session resume command after forking a session. -
#119
ebf6e81- Restrict plugin zip installs to manifests at the archive root or a single wrapper directory. -
#102
6f55f1d- Route session-tagged log entries exclusively to the session sink instead of duplicating them to the global sink. Consistently omit stable main-agent context keys from all session log lines that carryagentId=main. -
#92
4e458d6- Use one retry classification for transient LLM failures across regular turns and compaction.