11 KiB
@kilocode/cli
7.2.25
Patch Changes
-
#9526
c8113f2- Fix multi-turn DeepSeek reasoning round-tripping on OpenRouter by bumping@openrouter/ai-sdk-providerto 2.8.1 in both the CLI and Kilo Gateway packages and letting the SDK handle reasoning details, plus pulling in upstream DeepSeek variant, reasoning-effort, and assistant-reasoning fixes. New DeepSeek conversations are fixed; existing sessions that already stored empty reasoning metadata may still need to be restarted. -
Updated dependencies [
c8113f2]:- @kilocode/kilo-gateway@7.2.25
- @kilocode/kilo-telemetry@7.2.25
7.2.23
Minor Changes
Patch Changes
- #9470
7fe4508- Fix multi-turn tool calls with DeepSeek thinking mode by preserving emptyreasoning_contentin the interleaved transform.
7.2.22
Patch Changes
-
#9455
567ca0d- Fix a 1-2 second startup delay before home content (agents, news, tips) appears in the TUI. -
#9425
6ee160f- Preserve typed text in the main prompt when a blocking question, suggestion, permission, or network overlay is shown and then dismissed.
7.2.21
Minor Changes
-
#8587
010a946- The agent now detects and preserves the original text encoding of files when reading and editing them, so non-UTF-8 files are displayed correctly to the model and written back in their original encoding. New files are still created as UTF-8 without BOM — detection only applies when overwriting or editing an existing file.Supported: UTF-8 (with or without BOM), UTF-16 with BOM, and common legacy Latin and CJK encodings (Shift_JIS, EUC-JP, GB2312, Big5, EUC-KR, Windows-1251, KOI8-R, ISO-8859, and others).
Not supported: UTF-16 without BOM, UTF-32.
Patch Changes
-
#9298
8d06a08- CLI suggestions now render inline in the conversation at the position of the suggest tool call, instead of as a separate bar above the prompt input. The inline bar renders as a single full-width row with a subtle background and clickable action buttons, matching the VS Code extension. Dismissal happens automatically when you send a new prompt. Blocking suggestions still use the above-prompt overlay. -
#9298
2ba203b- CLI suggestions now render above an active input prompt. You can keep typing and submit a new message while a suggestion is on screen — sending a message auto-dismisses the pending suggestion, matching the VS Code extension behavior. The redundant "Dismiss" row has been removed; click an option to accept, or press Esc to dismiss. -
#9344
c032fc2- Fix an infinite "busy" loop that could occur when a model kept reporting context overflow after every compaction. Each turn now caps compactions at three attempts and closes the turn with a visible context-overflow error instead of silently looping forever. -
#9408
c214d63- Narrow when the CLI suggests a local code review so it no longer surfaces after PR-comment replies, reactive fixes (CI/lint failures, reported issues), trivial edits, non-implementation work (research, commits, docs), or review-adjacent turns.
7.2.19
Patch Changes
- Updated dependencies [
3b73cf4]:- @kilocode/kilo-gateway@7.2.19
- @kilocode/kilo-telemetry@7.2.19
7.2.18
Patch Changes
- #9300
0d0dabe- Fix the "Start new session" button on the plan follow-up prompt not switching the VS Code Agent Manager to the new session when handover generation is slow. The new session now opens immediately, shows the plan text right away, stays visibly busy while the handover summary is being prepared, and appends that summary once it finishes generating.
7.2.17
Patch Changes
-
#9276
e6310c5- Add Alibaba tokiloProviderOptionsso thinking is enabled correctly when routing through the Kilo gateway withai_sdk_provider: "alibaba". -
#9120
d40fc1c- Make thedescriptionparameter of the bash tool optional. -
#9239
2b17a7b- Fix custom provider model and variant deletions being silently reverted on save. Removing a model or reasoning variant from a custom provider now actually removes it from your config. -
#9193
f025e34- Clarify suggest tool guidance so the assistant writes its final summary before offering a local review. -
#9164
448dba8- Update@ai-sdk/anthropicto 3.0.71, addingxhigheffort for Opus 4.7 adaptive thinking (3.0.70) and fixing fine-grained tool streaming beta header for Opus 4.7 (3.0.71) -
#9170
297b988- Update@ai-sdk/amazon-bedrockto 4.0.96 and@ai-sdk/google-vertexto 4.0.112, both of which include Opus 4.7 support withxhighadaptive thinking effort -
Updated dependencies [
8b90eec,448dba8]:- @kilocode/kilo-gateway@7.3.0
- @kilocode/kilo-telemetry@7.2.15
7.2.14
Patch Changes
-
#9118
343455b- Respect per-agent model selections when an agent has amodelconfigured inkilo.jsonc. Switching the model for such an agent now sticks across agent switches and CLI restarts. To pick up a newly edited agent default, re-select the model once (or clear~/.local/share/kilo/storage/model.json). -
#9067
959a8b4- Fix "assistant prefill" errors when a user queues a prompt while the previous turn is still streaming. The queued message no longer lands in the middle of the prior turn's history, so the next request always ends with the user prompt. -
#9023
5301258- Support mentioning folders in the prompt with @ references, including top-level folder file contents.
7.2.12
Patch Changes
-
#9068
e65c2d9Thanks @kilo-code-bot! - Hide Kilo Gateway models that do not support tool calling from the model list. -
#9069
e60c326Thanks @kilo-code-bot! - Support adaptive reasoning for Claude Opus 4.7 and expose thexhigheffort level for adaptive Anthropic models -
Updated dependencies [
e65c2d9]:- @kilocode/kilo-gateway@7.2.12
- @kilocode/kilo-telemetry@7.2.12
7.2.11
Patch Changes
-
#8898
4a69a3e- Fixed default model falling back to the free model after login or org switch by invalidating cached provider state when auth changes. -
#8996
58ff01aThanks @kilo-code-bot! - Include pnpm-lock.yaml and yarn.lock in the .kilo/.gitignore so lockfiles from alternative package managers don't appear as untracked files -
4937759- Merged upstream opencode changes from v1.3.10:- Subagent tool calls stay clickable while pending
- Improved storage migration reliability
- Better muted text contrast in Catppuccin themes
-
4937759- Merged upstream opencode changes from v1.3.6:- Fixed token usage double-counting for Anthropic and Amazon Bedrock providers
- Fixed variant dialog search filtering
-
4937759- Merged upstream opencode changes from v1.3.7:- Added first-class PowerShell support on Windows
- Plugin installs now preserve JSONC comments in configuration files
- Improved variant modal behavior to be less intrusive
-
#9047
bea8878- Continue queued follow-up prompts after the active session turn finishes. -
Updated dependencies [
4d2f553]:- @kilocode/kilo-gateway@7.2.11
- @kilocode/kilo-telemetry@7.2.11