@moonshot-ai/kimi-code@0.5.0
Minor Changes
-
#163
07dd604- Add/autoslash command and--autoCLI flag for auto permission mode. -
#157
971fce6- Add scheduled tasks:You can now ask the assistant to remind you at a specific time, run a task on a recurring cron schedule (for example, check a deploy every 5 minutes or run a daily report every weekday at 9am), or come back on its own in a few minutes to continue what it was doing.
Schedules use the standard 5-field cron syntax.
Patch Changes
-
#162
f3c1015- Add a clickable changelog link to the update prompt. -
#150
8b5a251- Show the full Bash command when expanding a Bash tool card withctrl+o. The header still truncates long commands at 60 chars, but the expanded view now reveals the complete multi-line command above the output. -
#158
d1f9a83- Shorten the session title written to the terminal window/tab from 80 to 32 characters so long first messages and pasted content no longer stretch the tab bar past readable width. -
#146
76cbf86- Cap the inline todo panel at five rows and show a+N moreindicator so long task lists no longer fill the screen. -
#120
8515472- Fix compaction to handle edge cases where no messages are compactable and improve retry logic. -
#159
c88b7bf- Fix official datasource tools to preserve complete responses and write returned result files. -
#124
3e72f25- Fix migration mapping the legacydefault_yolokey to the deadyolofield instead ofdefault_permission_mode. -
#164
0a76658- Clarify plugin manager keyboard shortcuts and show plugin state changes inline. -
#166
92e1d8c- Report discovered plugin skills in plugin manager summaries. -
#139
50251a1- Show file content and diff in Write and Edit approval prompts, and open them in a dedicated full-screen viewer on ctrl+e instead of expanding inline. -
#117
a6d379b- Offload large base64 media payloads from wire.jsonl into external blob files to reduce wire size and memory pressure during session replay. Includes an in-memory read-through cache onBlobStoreso repeated rehydration avoids redundant disk reads. -
#150
8b5a251- Wrap long question, body, and option text in the AskUserQuestion dialog instead of truncating with an ellipsis. The question prompt, body description, option label, option description, and submit-tab review entries now flow onto multiple lines with a hanging indent.