Files
Kilo-Org_kilocode/packages/opencode/CHANGELOG.md
T
kilo-maintainer[bot] 024ad48c50 release: v7.2.14
2026-04-17 18:09:17 +00:00

3.9 KiB

@kilocode/cli

7.2.14

Patch Changes

  • #9118 343455b - Respect per-agent model selections when an agent has a model configured in kilo.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 e65c2d9 Thanks @kilo-code-bot! - Hide Kilo Gateway models that do not support tool calling from the model list.

  • #9069 e60c326 Thanks @kilo-code-bot! - Support adaptive reasoning for Claude Opus 4.7 and expose the xhigh effort 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 58ff01a Thanks @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