CHANGELOG.md 165 KB

kilo-code

[v4.106.0]

  • #2833 0b8ef46 Thanks @mcowger! - (also thanks to @NaccOll for paving the way) - Preliminary support for native tool calling (a.k.a native function calling) was added.

    This feature is currently experimental and mostly intended for users interested in contributing to its development. It is so far only supported when using OpenRouter or Kilo Code providers. There are possible issues including, but not limited to:

    • Missing tools (e.g. apply_diff tool)
    • Tools calls not updating the UI until they are complete
    • Tools being used even though they are disabled (e.g. browser tool)
    • MCP servers not working
    • Errors specific to certain inference providers

    Native tool calling can be enabled in Providers Settings > Advanced Settings > Tool Call Style > JSON. It is enabled by default for Claude Haiku 4.5, because that model does not work at all otherwise.

  • #3050 357d438 Thanks @markijbema! - CMD-I now invokes the agent so you can give it more complex prompts

[v4.105.0]

  • #3005 b87ae9c Thanks @kevinvandijk! - Improve the edit chat area to allow context and file drag and drop when editing messages. Align more with upstream edit functionality

Patch Changes

  • #2983 93e8243 Thanks @jrf0110! - Adds project usage tracking for Teams and Enterprise customers. Organization members can view and filter usage by project. Project identifier is automatically inferred from .git/config. It can be overwritten by writing a .kilocode/config.json file with the following contents:

    {
        "project": {
            "id": "my-project-id"
        }
    }
    
  • #3057 69f5a18 Thanks @chrarnoldus! - Thanks Roo, support for Claude Haiku 4.5 to Anthropic, Bedrock and Vertex providers was added

  • #3046 1bd934f Thanks @chrarnoldus! - A warning is now shown when the webview memory usage crosses 90% of the limit (gray screen territory)

  • #2885 a34dab0 Thanks @shameez-struggles-to-commit! - Update VS Code Language Model API provider metadata to reflect current model limits:

    • Align context windows, prompt/input limits, and max output tokens with the latest provider data for matching models: gpt-3.5-turbo, gpt-4o-mini, gpt-4, gpt-4-0125-preview, gpt-4o, o3-mini, claude-3.5-sonnet, claude-sonnet-4, gemini-2.0-flash-001, gemini-2.5-pro, o4-mini-2025-04-16, gpt-4.1, gpt-5-mini, gpt-5.
    • Fixes an issue where a default 128k context was assumed for all models.
    • Notable: GPT-5 family now uses 264k context; o3-mini/o4-mini, Gemini, Claude, and 4o families have updated output and image support flags. GPT-5-mini max output explicitly set to 127,805.

    This ensures Kilo Code correctly enforces model token budgets with the VS Code LM integration.

[v4.104.0]

[v4.103.1]

  • #2962 a424824 Thanks @chrarnoldus! - Improved the error message when an unsupported reasoning effort value is chosen

  • #2960 254e21b Thanks @chrarnoldus! - The reasoning effort setting is no longer ignored for GLM 4.6 when using the Kilo Code or OpenRouter providers. Some inference providers on OpenRouter have trouble when reasoning is enabled, but this is now less of a problem, because more providers have come online. Most providers do not expose reasoning tokens for GLM 4.6, regardless of reasoning effort.

[v4.103.0]

Patch Changes

  • #2861 279d7cf Thanks @jrf0110! - Organization modes selection. This feature allows organizations to create new modes and send them to the KiloCode extension. It also allows for overwriting Kilo Code's built-in modes. Organization modes are readonly from the extension and must be edited from the dashboard.

  • #2858 154722b Thanks @hassoncs! - Make all text-based links the same visual style

[v4.102.0]

  • #2854 bd5d7fc Thanks @kevinvandijk! - Include changes from Roo Code v3.28.14-v3.28.15

    • Fix: properly reset cost limit tracking when user clicks "Reset and Continue" (#6889 by @alecoot, PR by app/roomote)
    • Fix: improve save button activation in prompts settings (#5780 by @beccare, PR by app/roomote)
    • Fix: overeager 'there are unsaved changes' dialog in settings (thanks @brunobergher!)
    • Fix: Claude Sonnet 4.5 compatibility improvements (thanks @mrubens!)
    • Remove unsupported Gemini 2.5 Flash Image Preview free model (thanks @SannidhyaSah!)
  • #1652 b3caf38 Thanks @hassoncs! - Add a display setting that hides costs below a user-defined threshold

Patch Changes

[v4.101.0]

Patch Changes

  • #2852 a707e1d Thanks @chrarnoldus! - Autocomplete now honors .kilocodeignore

  • #2829 75acbab Thanks @hassoncs! - Potentially fix missing Kilo Code icon by removing 'when' condition from the extension's activitybar config

  • #2831 9d457f0 Thanks @chrarnoldus! - When using Kilo Code or OpenRouter, the inference provider used is now shown in a tooltip on "API Request"

[v4.100.0]

  • #2787 9c16d14 Thanks @b3nw! - Chutes model list is now dynamically loaded

  • #2806 5d1cda9 Thanks @EamonNerbonne! - Removed the option to use custom provider for autocomplete.

    Using a custom provider defaults to using a your globally configured provider without any context-window cap, and using a custom provider with no further restrictions like that means that per-autocomplete request costs are sometimes extremely high and responses very slow.

  • #2790 d0f6fa0 Thanks @chrarnoldus! - Zero Data Retention can now be enabled for Kilo Code and OpenRouter under the Provider Routing settings.

  • #2567 68ea97f Thanks @billycao! - Add provider support for Synthetic (https://synthetic.new)

  • #2807 3375470 Thanks @chrarnoldus! - The See All Changes button when a task completes is now accompanied by a Revert All Changes button to be able to easily revert all changes.

Patch Changes

  • #2798 bb3baca Thanks @chrarnoldus! - The API Request timeout for Ollama and LM Studio is now configurable (VS Code Extensions panel -> Kilo Code gear menu -> Settings -> API Request Timeout)

[v4.99.2]

[v4.99.1]

  • #2731 36cf88f Thanks @chrarnoldus! - A recommendation to disable Editing Through Diffs or Fast Apply is now included in the error message when a model fails to use them properly

  • #2751 6ebf0bb Thanks @chrarnoldus! - Fixed some untranslated text being shown in the Ollama settings

[v4.99.0]

  • #2719 345947f Thanks @mcowger! - Prevent race conditions from stopping agent progress during indexing.

  • #2716 41a6dbf Thanks @kevinvandijk! - Include changes from Roo Code v3.28.8-v3.28.13

    • Fix: Remove topP parameter from Bedrock inference config (#8377 by @ronyblum, PR by @daniel-lxs)
    • Fix: Correct Vertex AI Sonnet 4.5 model configuration (#8387 by @nickcatal, PR by @mrubens!)
    • Fix: Correct Anthropic Sonnet 4.5 model ID and add Bedrock 1M context checkbox (thanks @daniel-lxs!)
    • Fix: Correct AWS Bedrock Claude Sonnet 4.5 model identifier (#8371 by @sunhyung, PR by @app/roomote)
    • Fix: Correct Claude Sonnet 4.5 model ID format (thanks @daniel-lxs!)
    • Fix: Make chat icons properly sized with shrink-0 class (thanks @mrubens!)
    • The free Supernova model now has a 1M token context window (thanks @mrubens!)
    • Fix: Remove tags from prompts for cleaner output and fewer tokens (#8318 by @hannesrudolph, PR by @app/roomote)
    • Correct tool use suggestion to improve model adherence to suggestion (thanks @hannesrudolph!)
    • Removing user hint when refreshing models (thanks @requesty-JohnCosta27!)
    • Fix: Resolve frequent "No tool used" errors by clarifying tool-use rules (thanks @hannesrudolph!)
    • Fix: Include initial ask in condense summarization (thanks @hannesrudolph!)
  • #2701 0593631 Thanks @mcowger! - Added additional supported models to the Fast Apply experimental feature for a total of three: Morph V3 Fast, Morph V3 Large and Relace Apply 3

  • Patch Changes

    [v4.98.2]

    [v4.98.1]

    [v4.98.0]

    • #2623 da834dd Thanks @kevinvandijk! - Include changes from Roo Code v3.28.2-v3.28.7

      • UX: Collapse thinking blocks by default with UI settings to always show them (thanks @brunobergher!)
      • Fix: Resolve checkpoint restore popover positioning issue (#8219 by @NaccOll, PR by @app/roomote)
      • Add support for zai-org/GLM-4.5-turbo model in Chutes provider (#8155 by @mugnimaestra, PR by @app/roomote)
      • Fix: Improve reasoning block formatting for better readability (thanks @daniel-lxs!)
      • Fix: Respect Ollama Modelfile num_ctx configuration (#7797 by @hannesrudolph, PR by @app/roomote)
      • Fix: Prevent checkpoint text from wrapping in non-English languages (#8206 by @NaccOll, PR by @app/roomote)
      • Fix: Bare metal evals fixes (thanks @cte!)
      • Fix: Follow-up questions should trigger the "interactive" state (thanks @cte!)
      • Fix: Resolve duplicate rehydrate during reasoning; centralize rehydrate and preserve cancel metadata (#8153 by @hannesrudolph, PR by @hannesrudolph)
      • Fix: Support dash prefix in parseMarkdownChecklist for todo lists (#8054 by @NaccOll, PR by app/roomote)
      • Fix: Apply tiered pricing for Gemini models via Vertex AI (#8017 by @ikumi3, PR by app/roomote)
      • Update SambaNova models to latest versions (thanks @snova-jorgep!)
      • UX: Redesigned Message Feed (thanks @brunobergher!)
      • UX: Responsive Auto-Approve (thanks @brunobergher!)
      • Add telemetry retry queue for network resilience (thanks @daniel-lxs!)
      • Fix: Filter out Claude Code built-in tools (ExitPlanMode, BashOutput, KillBash) (#7817 by @juliettefournier-econ, PR by @roomote)
      • Fix: Corrected C# tree-sitter query (#5238 by @vadash, PR by @mubeen-zulfiqar)
      • Add keyboard shortcut for "Add to Context" action (#7907 by @hannesrudolph, PR by @roomote)
      • Fix: Context menu is obscured when edit message (#7759 by @mini2s, PR by @NaccOll)
      • Fix: Handle ByteString conversion errors in OpenAI embedders (#7959 by @PavelA85, PR by @daniel-lxs)
      • Bring back a way to temporarily and globally pause auto-approve without losing your toggle state (thanks @brunobergher!)
    • #2221 bcb4c69 Thanks @Ffinnis! - Add ability to cancel code indexing process

    Patch Changes

    [v4.97.2]

    [v4.97.1]

    [v4.97.0]

    Patch Changes

    • #2583 0c13d2d Thanks @chrarnoldus! - The rate limiter no longer generates timeouts longer than the configured limit.

    • #2596 38f4547 Thanks @chrarnoldus! - Reasoning can now be disabled for DeepSeek V3.1 models when using Kilo Code or OpenRouter providers by setting Reasoning Effort to minimal

    • #2586 0b4025d Thanks @b3nw! - New Chutes AI models added and pricing updated

    • #2603 b5325a8 Thanks @chrarnoldus! - Reasoning can now be disabled for Grok 4 Fast on OpenRouter by setting Reasoning Effort to minimal. Note that Grok 4 Fast does not expose its reasoning tokens.

    • #2570 18963de Thanks @snova-jorgep! - Update available SambaNova models

    [v4.96.2]

    • #2521 9304511 Thanks @mcowger! - Update loop error message to refer to model instead of Kilo Code as the cause.

    • #2532 8103ad4 Thanks @chrarnoldus! - The description of the read_file tool was tweaked to make it more likely a vision-capable model will use it for image reading.

    • #2558 3044c43 Thanks @ivanarifin! - Fix env path resolution for custom gemini cli oauth path

    [v4.96.1]

    [v4.96.0]

    • #2504 4927414 Thanks @chrarnoldus! - Include changes from Roo Code v3.28.0-v3.28.2:

      • Improve auto-approve UI with smaller and more subtle design (thanks @brunobergher!)
      • Fix: Message queue re-queue loop in Task.ask() causing performance issues (#7861 by @hannesrudolph, PR by @daniel-lxs)
      • Fix: Restrict @-mention parsing to line-start or whitespace boundaries to prevent false triggers (#7875 by @hannesrudolph, PR by @app/roomote)
      • Fix: Make nested git repository warning persistent with path info for better visibility (#7884 by @hannesrudolph, PR by @app/roomote)
      • Fix: Include API key in Ollama /api/tags requests for authenticated instances (#7902 by @ItsOnlyBinary, PR by @app/roomote)
      • Fix: Preserve original first message context during conversation condensing (thanks @daniel-lxs!)
      • Make Posthog telemetry the default (thanks @mrubens!)
      • Bust cache in generated image preview (thanks @mrubens!)
      • Fix: Center active mode in selector dropdown on open (#7882 by @hannesrudolph, PR by @app/roomote)
      • Fix: Preserve first message during conversation condensing (thanks @daniel-lxs!)
      • feat: Add click-to-edit, ESC-to-cancel, and fix padding consistency for chat messages (#7788 by @hannesrudolph, PR by @app/roomote)
      • feat: Make reasoning more visible (thanks @app/roomote!)
      • fix: Fix Groq context window display (thanks @mrubens!)
      • fix: Add GIT_EDITOR env var to merge-resolver mode for non-interactive rebase (thanks @daniel-lxs!)
      • fix: Resolve chat message edit/delete duplication issues (thanks @daniel-lxs!)
      • fix: Reduce CodeBlock button z-index to prevent overlap with popovers (#7703 by @A0nameless0man, PR by @daniel-lxs)
      • fix: Revert PR #7188 - Restore temperature parameter to fix TabbyApi/ExLlamaV2 crashes (#7581 by @drknyt, PR by @daniel-lxs)
      • fix: Make ollama models info transport work like lmstudio (#7674 by @ItsOnlyBinary, PR by @ItsOnlyBinary)
      • fix: Update DeepSeek pricing to new unified rates effective Sept 5, 2025 (#7685 by @NaccOll, PR by @app/roomote)
      • feat: Update Vertex AI models and regions (#7725 by @ssweens, PR by @ssweens)

    Patch Changes

    • #2484 f57fa9c Thanks @hassoncs! - Fix the autocomplete status bar appearing when autocomplete is not enabled

    • #2260 9d4b078 Thanks @anhhct! - The follow_up parameter of the ask_followup_question tool is now optional

    • #2458 6a79d3b Thanks @NaccOll! - Fix Highlight is on the wrong places when referencing context

    [v4.95.0]

    • #2437 5591bcb Thanks @hassoncs! - You can now auto-start a task in a given profile/mode by creating a .kilocode/launchConfig.json before starting VS Code.

      See the docs for more information!

    • #2394 94ce7ca Thanks @chrarnoldus! - The Task History tab is now paginated. This should help with reducing memory consumption.

    • #2417 0d4a18f Thanks @hassoncs! - Inline assist / autocomplete suggestions now support colorized code highlighting

    Patch Changes

    • #2421 825f7df Thanks @chrarnoldus! - Improved proxy support in cases where previously the Kilo Code and OpenRouter model lists would remain empty

    [v4.94.0]

    Patch Changes

    • #2423 ed12b48 Thanks @mcowger! - Improved the behavior of the Virtual Quota Fallback provider when there are no limits configured.

    • #2412 e7fc4b4 Thanks @kevinvandijk! - Change default mode on first start from architect to code and tweak mode selector menu to show all default modes

    • #2402 cb44445 Thanks @chrarnoldus! - The Z.ai provider now supports their coding plan (subscription)

    • #2408 53b387c Thanks @kevinvandijk! - Add support for Qwen3-Next-80B-A3B-Instruct and Qwen3-Next-80B-A3B-Thinking to Chutes provider

    [v4.93.2]

    • #2401 4c0c434 Thanks @chrarnoldus! - Commit Message Generation and Enhance Prompt now support billing through Kilo for Teams

    [v4.93.1]

    • #2388 484ced4 Thanks @chrarnoldus! - Kilo Code Provider Routing settings are now hidden when managed by an organization

    [v4.93.0]

    • #2353 75f8f7b Thanks @kevinvandijk! - Include changes from Roo Code v3.27.0

      Added from Roo Code v3.26.5-v3.27.0:

      • Add: Kimi K2-0905 model support in Chutes provider (#7700 by @pwilkin, PR by @app/roomote)
      • Fix: Prevent stack overflow in codebase indexing for large projects (#7588 by @StarTrai1, PR by @daniel-lxs)
      • Fix: Resolve race condition in Gemini Grounding Sources by improving code design (#6372 by @daniel-lxs, PR by @HahaBill)
      • Fix: Preserve conversation context by retrying with full conversation on invalid previous_response_id (thanks @daniel-lxs!)
      • Fix: Identify MCP and slash command config path in multiple folder workspaces (#6720 by @kfuglsang, PR by @NaccOll)
      • Fix: Handle array paths from VSCode terminal profiles correctly (#7695 by @Amosvcc, PR by @app/roomote)
      • Fix: Improve WelcomeView styling and readability (thanks @daniel-lxs!)
      • Fix: Resolve CI e2e test ETIMEDOUT errors when downloading VS Code (thanks @daniel-lxs!)
      • Feature: Add OpenAI Responses API service tiers (flex/priority) with UI selector and pricing (thanks @hannesrudolph!)
      • Feature: Add DeepInfra as a model provider in Roo Code (#7661 by @Thachnh, PR by @Thachnh)
      • Feature: Update kimi-k2-0905-preview and kimi-k2-turbo-preview models on the Moonshot provider (thanks @CellenLee!)
      • Feature: Add kimi-k2-0905-preview to Groq, Moonshot, and Fireworks (thanks @daniel-lxs and Cline!)
      • Fix: Prevent countdown timer from showing in history for answered follow-up questions (#7624 by @XuyiK, PR by @daniel-lxs)
      • Fix: Moonshot's maximum return token count limited to 1024 issue resolved (#6936 by @greyishsong, PR by @wangxiaolong100)
      • Fix: Add error transform to cryptic OpenAI SDK errors when API key is invalid (#7483 by @A0nameless0man, PR by @app/roomote)
      • Fix: Validate MCP tool exists before execution (#7631 by @R-omk, PR by @app/roomote)
      • Fix: Handle zsh glob qualifiers correctly (thanks @mrubens!)
      • Fix: Handle zsh process substitution correctly (thanks @mrubens!)
      • Fix: Minor zh-TW Traditional Chinese locale typo fix (thanks @PeterDaveHello!)
      • Fix: use askApproval wrapper in insert_content and search_and_replace tools (#7648 by @hannesrudolph, PR by @app/roomote)
      • Add Kimi K2 Turbo model configuration to moonshotModels (thanks @wangxiaolong100!)
      • Fix: preserve scroll position when switching tabs in settings (thanks @DC-Dancao!)
      • feat: Add support for Qwen3 235B A22B Thinking 2507 model in chutes (thanks @mohamad154!)
      • feat: Add auto-approve support for MCP access_resource tool (#7565 by @m-ibm, PR by @daniel-lxs)
      • feat: Add configurable embedding batch size for code indexing (#7356 by @BenLampson, PR by @app/roomote)
      • fix: Add cache reporting support for OpenAI-Native provider (thanks @hannesrudolph!)
      • feat: Move message queue to the extension host for better performance (thanks @cte!)

    Patch Changes

    [v4.92.1]

    [v4.92.0]

    Patch Changes

    • #2352 e343439 Thanks @chrarnoldus! - Better error messages are shown when the model currently in use disappears (this will be relevant shortly for Sonoma)

    [v4.91.2]

    [v4.91.1]

    [v4.91.0]

    Patch Changes

    [v4.90.0]

    Patch Changes

    • #2274 24d0c9f Thanks @chrarnoldus! - The API Provider (Kilo Code or OpenRouter) for image generation is now an explicit choice

    [v4.89.0]

    • #2242 f474c89 Thanks @kevinvandijk! - Include changes from Roo Code v3.26.4

      • Optimize memory usage for image handling in webview (thanks @daniel-lxs!)
      • Fix: Special tokens should not break task processing (#7539 by @pwilkin, PR by @pwilkin)
      • Add Ollama API key support for Turbo mode (#7147 by @LivioGama, PR by @app/roomote)
      • Add optional input image parameter to image generation tool (thanks @roomote!)
      • Refactor: Flatten image generation settings structure (thanks @daniel-lxs!)
      • Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)
      • feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!)
      • Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs)
      • Fix: Hide .kilocodeignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote)
      • Fix: Exclude browser scroll actions from repetition detection (#7470 by @cgrierson-smartsheet, PR by @app/roomote)
      • Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
      • Add support for Vercel embeddings (thanks @mrubens!)
      • Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!)
      • Update tooltip component to match native VSCode tooltip shadow styling (thanks @roomote!)
      • Fix: remove duplicate cache display in task header (thanks @mrubens!)
      • Random chat text area cleanup (thanks @cte!)
      • feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)
      • Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva)
      • Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs)
      • Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo, PR by @app/roomote)
      • Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!)
      • Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman)
      • feat: Hide static providers with no models from provider list (thanks @daniel-lxs!)
      • Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph!)
      • Handle substitution patterns in command validation (thanks @mrubens!)
      • Mark code-workspace files as protected (thanks @mrubens!)
      • Update list of default allowed commands (thanks @mrubens!)
      • Follow symlinks in rooignore checks (thanks @mrubens!)
      • Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus!)

    [v4.88.0]

    Patch Changes

    • #2244 6a83c5a Thanks @hassoncs! - Prevent writing to files outside the workspace by default

      This should mitigate supply chain compromise attacks via prompt injection. Thank you, Evan Harris from MCP Security Research for finding this!

    • #2245 fff884f Thanks @hassoncs! - Fix Kilo Code Marketplace header missing background color

    • #2237 06c6e8b Thanks @chrarnoldus! - Kilo Code now shows an error message when a model reaches its maximum ouput

    • #2238 b5de938 Thanks @chrarnoldus! - Fixed 500 error with Chutes when no custom temperature is specified.

    • #2248 b8c6f27 Thanks @hassoncs! - Remove the Inline Assist experiment, enabling it by default

      The individual commands and keyboard shortcuts can still be enabled/disabled individually in the settings.

    [v4.87.0]

    • #2010 a7b89d3 Thanks @chrarnoldus! - There is now a "See New Changes" button below a Task Completed message. Use this button to see all file changes made since the previous Task Completed message. This feature requires checkpoints to be enabled.

    Patch Changes

    • #2215 4b102aa Thanks @chrarnoldus! - The Data Provider Collection setting in the Kilo Code and OpenRouter provider settings is now enabled even when a specific inference provider is selected.

    • #2228 5bd17b9 Thanks @chrarnoldus! - Warning messages for common cases where checkpoints do not work were added

    • #2174 a1d0972 Thanks @TimAidley! - Add GPT-5 support to LiteLLM provider

    • #2216 479821f Thanks @chrarnoldus! - The OLLAMA_CONTEXT_LENGTH environment variable is now prioritized over the model's num_ctx parameter.

    • #2191 6fcde72 Thanks @hassoncs! - Explicitly disable the web version of the extension since it is not compatible (vscode.dev)

    [v4.86.0]

    Patch Changes

    [v4.85.0]

    • #2119 19dc45d Thanks @kevinvandijk! - Include changes from Roo Code v3.25.23

      • feat: add custom base URL support for Requesty provider (thanks @requesty-JohnCosta27!)
      • feat: add DeepSeek V3.1 model to Chutes AI provider (#7294 by @dmarkey, PR by @app/roomote)
      • Add prompt caching support for Kimi K2 on Groq (thanks @daniel-lxs and @benank!)
      • Add documentation links for global custom instructions in UI (thanks @app/roomote!)
      • Ensure subtask results are provided to GPT-5 in OpenAI Responses API
      • Promote the experimental AssistantMessageParser to the default parser
      • Update DeepSeek models context window to 128k (thanks @JuanPerezReal)
      • Enable grounding features for Vertex AI (thanks @anguslees)
      • Allow orchestrator to pass TODO lists to subtasks
      • Improved MDM handling
      • Handle nullish token values in ContextCondenseRow to prevent UI crash (thanks @s97712)
      • Improved context window error handling for OpenAI and other providers
      • Add "installed" filter to Marketplace (thanks @semidark)
      • Improve filesystem access checks (thanks @elianiva)
      • Add Featherless provider (thanks @DarinVerheijke)

    Patch Changes

    [v4.84.1]

    [v4.84.0]

    • #1961 d4a7cb6 Thanks @chrarnoldus! - Updates to the experimental Morph FastApply support

      • A visual indication is now included in the task view whenever Morph is used.
      • The traditional file editing tools are now disabled to ensure Morph is used to edit files.
      • Morph is now automatically disabled when the API provider does not support it and no Morph API key is configured.
      • The Morph API key is no longer lost when switching provider profiles.
    • #1886 0221aaa Thanks @mcowger! - Add collapsible MCP tool calls with memory management

    Patch Changes

    • #2095 8623bb8 Thanks @chrarnoldus! - Kilo Code provider now falls back to the default model when the selected model no longer exists

    • #2090 fd147b8 Thanks @Mats4k! - Improvements to German language translation

    • #2030 11e8c7d Thanks @ivanarifin! - Show message when Virtual Quota Fallback Provider switches profiles

    • #2100 5ed3d7b Thanks @RSO! - Changed the API domain for the Kilo Code provider

    • #1964 6b0dfbf Thanks @chrarnoldus! - The Kilo Code API Provider settings now also shows the average cost per request in addition to the average cost per million tokens for a particular model.

    [v4.83.1]

    • #2073 a4b8770 Thanks @chrarnoldus! - Ensured free model usage is reported as free

    • #2066 62624d2 Thanks @mcowger! - Fixed "'messages' field is required" error in LMStudio

    • #2064 8655a71 Thanks @chrarnoldus! - Improved the "language model did not provide any assistant messages" error message to indicate that it likely involves rate limiting

    [v4.83.0]

    • #2063 e844c5f Thanks @kevinvandijk! - Add marketplace for modes

    • #2050 0ffe951 Thanks @kevinvandijk! - Include changes from Roo Code v3.25.20

      • Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote)
      • Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs)
      • Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!)
      • Feat: simple read_file tool for single-file-only models (thanks @daniel-lxs!)
      • Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote)
      • Feat: Add new models and update configurations for vscode-lm (thanks @NaccOll!)
      • Fix: Resolve terminal reuse logic issues
      • Add support for OpenAI gpt-5-chat-latest model (#7057 by @PeterDaveHello, PR by @app/roomote)
      • Fix: Use native Ollama API instead of OpenAI compatibility layer (#7070 by @LivioGama, PR by @daniel-lxs)
      • Fix: Prevent XML entity decoding in diff tools (#7107 by @indiesewell, PR by @app/roomote)
      • Fix: Add type check before calling .match() on diffItem.content (#6905 by @pwilkin, PR by @app/roomote)
      • Refactor task execution system: improve call stack management (thanks @catrielmuller!)
      • Fix: Enable save button for provider dropdown and checkbox changes (thanks @daniel-lxs!)
      • Add an API for resuming tasks by ID (thanks @mrubens!)
      • Emit event when a task ask requires interaction (thanks @cte!)
      • Make enhance with task history default to true (thanks @liwilliam2021!)
      • Fix: Use cline.cwd as primary source for workspace path in codebaseSearchTool (thanks @NaccOll!)
      • Hotfix multiple folder workspace checkpoint (thanks @NaccOll!)
      • Fix: Remove 500-message limit to prevent scrollbar jumping in long conversations (#7052, #7063 by @daniel-lxs, PR by @app/roomote)
      • Fix: Reset condensing state when switching tasks (#6919 by @f14XuanLv, PR by @f14XuanLv)
      • Fix: Implement sitemap generation in TypeScript and remove XML file (#5231 by @abumalick, PR by @abumalick)
      • Fix: allowedMaxRequests and allowedMaxCost values not showing in the settings UI (thanks @chrarnoldus!)

    [v4.82.3]

    [v4.82.2]

    [v4.82.1]

    • #2021 02adf7c Thanks @chrarnoldus! - OpenRouter inference providers whose context window is smaller than that of the top provider for a particular model are now automatically ignored by default. They can still be used by selecting them specifically in the Provider Routing settings.

    • #2015 e5c7641 Thanks @mcowger! - Add API key support to the Ollama provider, enabling usage of Ollama Turbo

    • #2029 64c6955 Thanks @kevinvandijk! - Add search to provider list and sort it alphabetically

    [v4.82.0]

    • #1974 ec18e51 Thanks @kevinvandijk! - Include changes from Roo Code 3.25.14

      • Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)
      • Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!)
      • Fix: Make cancelling requests more responsive by reverting recent changes
      • Add Sonnet 1M context checkbox to Bedrock
      • Fix: add --no-messages flag to ripgrep to suppress file access errors (#6756 by @R-omk, PR by @app/roomote)
      • Add support for AGENT.md alongside AGENTS.md (#6912 by @Brendan-Z, PR by @app/roomote)
      • Remove deprecated GPT-4.5 Preview model (thanks @PeterDaveHello!)
      • Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!)
      • Add: Minimal reasoning support to OpenRouter (thanks @daniel-lxs!)
      • Fix: Add configurable API request timeout for local providers (#6521 by @dabockster, PR by @app/roomote)
      • Fix: Add --no-sandbox flag to browser launch options (#6632 by @QuinsZouls, PR by @QuinsZouls)
      • Fix: Ensure JSON files respect .kilocodeignore during indexing (#6690 by @evermoving, PR by @app/roomote)
      • Add: New Chutes provider models (#6698 by @fstandhartinger, PR by @app/roomote)
      • Add: OpenAI gpt-oss models to Amazon Bedrock dropdown (#6752 by @josh-clanton-powerschool, PR by @app/roomote)
      • Fix: Correct tool repetition detector to not block first tool call when limit is 1 (#6834 by @NaccOll, PR by @app/roomote)
      • Fix: Improve checkpoint service initialization handling (thanks @NaccOll!)
      • Update: Improve zh-TW Traditional Chinese locale (thanks @PeterDaveHello!)
      • Add: Task expand and collapse translations (thanks @app/roomote!)
      • Update: Exclude GPT-5 models from 20% context window output token cap (thanks @app/roomote!)
      • Fix: Truncate long model names in model selector to prevent overflow (thanks @app/roomote!)
      • Add: Requesty base url support (thanks @requesty-JohnCosta27!)
      • Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs)
      • Add: IO Intelligence Provider support (thanks @ertan2002!)
      • Fix: MCP startup issues and remove refresh notifications (thanks @hannesrudolph!)
      • Fix: Improvements to GPT-5 OpenAI provider configuration (thanks @hannesrudolph!)
      • Fix: Clarify codebase_search path parameter as optional and improve tool descriptions (thanks @app/roomote!)
      • Fix: Bedrock provider workaround for LiteLLM passthrough issues (thanks @jr!)
      • Fix: Token usage and cost being underreported on cancelled requests (thanks @chrarnoldus!)

    [v4.81.0]

    Patch Changes

    [v4.80.0]

    • #1893 d36b1c1 Thanks @chrarnoldus! - More price details are now shown for Kilo Code Provider and OpenRouter. Average Kilo Code cost is the average cost of a model when using Kilo Code, after applying caching discounts. A breakdown of provider prices is also available.

    • #1893 d36b1c1 Thanks @chrarnoldus! - Provider Routing options have been added to Kilo Code and OpenRouter settings. It is now possible to select a sorting preference (e.g. prefer lower price) and data policy (e.g. deny data collection).

    Patch Changes

    • #1924 f7d54ee Thanks @chrarnoldus! - The dedicated Big Model API provider was removed. Instead, you can use the Z.AI provider with open.bigmodel.cn endpoint.

    [v4.79.3]

    • #1911 62018d4 Thanks @chrarnoldus! - Fixed Enhance Prompt and Commit Message Generation not working with GPT-5 on the OpenAI provider

    [v4.79.2]

    [v4.79.1]

    • #1871 fe0b1ce Thanks @kevinvandijk! - Include changes from Roo Code v3.25.10

      • Improved support for GPT-5 (thanks Cline and @app/roomote!)
      • Fix: Use CDATA sections in XML examples to prevent parser errors (#4852 by @hannesrudolph, PR by @hannesrudolph)
      • Fix: Add missing MCP error translation keys (thanks @app/roomote!)
      • Fix: Resolve rounding issue with max tokens (#6806 by @markp018, PR by @mrubens)
      • Add support for GLM-4.5 and OpenAI gpt-oss models in Fireworks provider (#6753 by @alexfarlander, PR by @app/roomote)
      • Improve UX by focusing chat input when clicking plus button in extension menu (thanks @app/roomote!)

    [v4.79.0]

    • #1862 43c7179 Thanks @kevinvandijk! - Include changes from Roo Code v3.25.8

      • Fix: Prevent disabled MCP servers from starting processes and show correct status (#6036 by @hannesrudolph, PR by @app/roomote)
      • Fix: Handle current directory path "." correctly in codebase_search tool (#6514 by @hannesrudolph, PR by @app/roomote)
      • Fix: Trim whitespace from OpenAI base URL to fix model detection (#6559 by @vauhochzett, PR by @app/roomote)
      • Feat: Reduce Gemini 2.5 Pro minimum thinking budget to 128 (thanks @app/roomote!)
      • Fix: Improve handling of net::ERR_ABORTED errors in URL fetching (#6632 by @QuinsZouls, PR by @app/roomote)
      • Fix: Recover from error state when Qdrant becomes available (#6660 by @hannesrudolph, PR by @app/roomote)
      • Fix: Resolve memory leak in ChatView virtual scrolling implementation (thanks @xyOz-dev!)
      • Add: Swift files to fallback list (#5857 by @niteshbalusu11, #6555 by @sealad886, PR by @niteshbalusu11)
      • Feat: Clamp default model max tokens to 20% of context window (thanks @mrubens!)
      • Add support for Claude Opus 4.1
      • Add code indexing support for multiple folders similar to task history (#6197 by @NaccOll, PR by @NaccOll)
      • Make mode selection dropdowns responsive (#6423 by @AyazKaan, PR by @AyazKaan)
      • Redesigned task header and task history (thanks @brunobergher!)
      • Fix checkpoints timing and ensure checkpoints work properly (#4827 by @mrubens, PR by @NaccOll)
      • Fix empty mode names from being saved (#5766 by @kfxmvp, PR by @app/roomote)
      • Fix MCP server creation when setting is disabled (#6607 by @characharm, PR by @app/roomote)
      • Update highlight layer style and align to textarea (#6647 by @NaccOll, PR by @NaccOll)
      • Fix UI for approving chained commands
      • Use assistantMessageParser class instead of parseAssistantMessage (#5340 by @qdaxb, PR by @qdaxb)
      • Conditionally include reminder section based on todo list config (thanks @NaccOll!)
      • Task and TaskProvider event emitter cleanup with new events (thanks @cte!)
      • Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote)
      • Add support for syncing provider profiles from the cloud
      • Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote)
      • Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin)
      • Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs)
      • Add auto-approved cost limits (thanks @hassoncs!)
      • Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!)
      • Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!)
      • Fix: Restore message sending when clicking save button (thanks @daniel-lxs!)
      • Fix: Linter not applied to locales/*/README.md (thanks @liwilliam2021!)
      • Handle more variations of chaining and subshell command validation
      • More tolerant search/replace match
      • Clean up the auto-approve UI (thanks @mrubens!)
      • Skip interpolation for non-existent slash commands (thanks @app/roomote!)

    Patch Changes

    [v4.78.0]

    Patch Changes

    [v4.77.1]

    [v4.77.0]

    Patch Changes

    [v4.76.0]

    • #1738 0d3643b Thanks @catrielmuller! - Inline Assistant: Auto trigger - automatically show code suggestions after a configurable delay

    • #1631 b4f6e09 Thanks @mcowger! - Add support for virtual provider usage tracking, and fix a selection race condition.

    Patch Changes

    [v4.75.0]

    Patch Changes

    [v4.74.0]

    • #1721 3f816a8 Thanks @damonto! - Remove shortcut notation from activity bar title that was present in some languages

    • #1731 8aa1cd3 Thanks @Ed4ward! - Added Z.AI & BigModel providers for GLM-4.5 Serials

    Patch Changes

    [v4.73.1]

    [v4.73.0]

    • #1654 c4ed29a Thanks @kevinvandijk! - Include changes from Roo Code v3.25.4

      • feat: add SambaNova provider integration (#6077 by @snova-jorgep, PR by @snova-jorgep)
      • feat: add Doubao provider integration (thanks @AntiMoron!)
      • feat: set horizon-alpha model max tokens to 32k for OpenRouter (thanks @app/roomote!)
      • feat: add zai-org/GLM-4.5-FP8 model to Chutes AI provider (#6440 by @leakless21, PR by @app/roomote)
      • feat: add symlink support for AGENTS.md file loading (thanks @app/roomote!)
      • feat: optionally add task history context to prompt enhancement (thanks @liwilliam2021!)
      • fix: remove misleading task resumption message (#5850 by @KJ7LNW, PR by @KJ7LNW)
      • feat: add pattern to support Databricks /invocations endpoints (thanks @adambrand!)
      • fix: resolve navigator global error by updating mammoth and bluebird dependencies (#6356 by @hishtadlut, PR by @app/roomote)
      • feat: enhance token counting by extracting text from messages using VSCode LM API (#6112 by @sebinseban, PR by @NaccOll)
      • feat: auto-refresh marketplace data when organization settings change (thanks @app/roomote!)
      • fix: kill button for execute_command tool (thanks @daniel-lxs!)
      • Allow queueing messages with images
      • Increase Claude Code default max output tokens to 16k (#6125 by @bpeterson1991, PR by @app/roomote)
      • Add docs link for slash commands
      • Hide Gemini checkboxes on the welcome view
      • Clarify apply_diff tool descriptions to emphasize surgical edits
      • Fix: Prevent input clearing when clicking chat buttons (thanks @hassoncs!)
      • Update PR reviewer rules and mode configuration (thanks @daniel-lxs!)
      • Add translation check action to pull_request.opened event (thanks @app/roomote!)
      • Remove event types mention from PR reviewer rules (thanks @daniel-lxs!)
      • Fix: Show diff view before approval when background edits are disabled (thanks @daniel-lxs!)
      • Add support for organization-level MCP controls
      • Fix zap icon hover state
      • Add support for GLM-4.5-Air model to Chutes AI provider (#6376 by @matbgn, PR by @app/roomote)
      • Improve subshell validation for commands
      • Add message queueing (thanks @app/roomote!)
      • Add options for URL Context and Grounding with Google Search to the Gemini provider (thanks @HahaBill!)
      • Add image support to read_file tool (thanks @samhvw8!)
      • Add experimental setting to prevent editor focus disruption (#4784 by @hannesrudolph, PR by @app/roomote)
      • Add prompt caching support for LiteLLM (#5791 by @steve-gore-snapdocs, PR by @MuriloFP)
      • Add markdown table rendering support
      • Fix list_files recursive mode now works for dot directories (#2992 by @avtc, #4807 by @zhang157686, #5409 by @MuriloFP, PR by @MuriloFP)
      • Add search functionality to mode selector popup and reorganize layout
      • Sync API config selector style with mode selector
      • Fix keyboard shortcuts for non-QWERTY layouts (#6161 by @shlgug, PR by @app/roomote)
      • Add ESC key handling for modes, API provider, and indexing settings popovers (thanks @app/roomote!)
      • Make task mode sticky to task (thanks @app/roomote!)
      • Add text wrapping to command patterns in Manage Command Permissions (thanks @app/roomote!)
      • Update list-files test for fixed hidden files bug (thanks @daniel-lxs!)
      • Fix normalize Windows paths to forward slashes in mode export (#6307 by @hannesrudolph, PR by @app/roomote)
      • Ensure form-data >= 4.0.4
      • Fix filter out non-text tab inputs (Kilo-Org/kilocode#712 by @szermatt, PR by @hassoncs)

    [v4.72.1]

    [v4.72.0]

    Patch Changes

    [v4.71.0]

    • #1656 68a3f4a Thanks @chrarnoldus! - Disable terminal shell integration by default

    • #1596 3e918a2 Thanks @hassoncs! - # Terminal Command Generator

      New AI-powered terminal command generator- helps users create terminal commands using natural language

      New Features

      • Terminal Command Generator: Press Ctrl+Shift+G (or Cmd+Shift+G on Mac) to generate terminal commands from natural language descriptions
      • Terminal Welcome Messages: New terminals now show helpful tips about the command generator feature
      • API Configuration Selection: Choose which AI provider configuration to use for terminal command generation in settings

      How to Use

      1. Open any terminal in VSCode
      2. Press Ctrl+Shift+G (Windows/Linux) or Cmd+Shift+G (Mac)
      3. Describe the command you want in plain English (e.g., "list all files in current directory", "find large files", "install npm package")
      4. The AI will generate and execute the appropriate terminal command

      Settings

      Navigate to Kilo Code settings → Terminal to configure:

      • API Configuration: Select which AI provider to use for command generation (defaults to your current configuration)
    • #1628 4913a39 Thanks @chrarnoldus! - Thanks @bhaktatejas922! Add experimental support for Morph Fast Apply

    Patch Changes

    [v4.70.2]

    [v4.70.1]

    [v4.70.0]

    Patch Changes

    [v4.69.0]

    • #1514 3d09426 Thanks @mcowger! - Show a toast to the user when the active handler changes in the virtual quota fallback provider.

    Patch Changes

    • #1603 dd60d57 Thanks @namaku! - fix(ollama): prefer num_ctx from model.parameters over context_length from model.info

    [v4.68.0]

    • #1579 4e5d90a Thanks @kevinvandijk! - Include changes from Roo Code v3.24.0

      • Add Hugging Face provider with support for open source models (thanks @TGlide!)
      • Add terminal command permissions UI to chat interface
      • Add support for Agent Rules standard via AGENTS.md (thanks @sgryphon!)
      • Add settings to control diagnostic messages
      • Fix auto-approve checkbox to be toggled at any time (thanks @KJ7LNW!)
      • Add efficiency warning for single SEARCH/REPLACE blocks in apply_diff (thanks @KJ7LNW!)
      • Fix respect maxReadFileLine setting for file mentions to prevent context exhaustion (thanks @sebinseban!)
      • Fix Ollama API URL normalization by removing trailing slashes (thanks @Naam!)
      • Fix restore list styles for markdown lists in chat interface (thanks @village-way!)
      • Add support for bedrock api keys
      • Add confirmation dialog and proper cleanup for marketplace mode removal
      • Fix cancel auto-approve timer when editing follow-up suggestion (thanks @hassoncs!)
      • Fix add error message when no workspace folder is open for code indexing

    Patch Changes

    [v4.67.0]

    [v4.66.0]

    • #1539 fd3679b Thanks @chrarnoldus! - Ollama models now use and report the correct context window size.

    • #1510 ee48df4 Thanks @chrarnoldus! - Include changes from Roo Code v3.23.19

      • Fix configurable delay for diagnostics to prevent premature error reporting
      • Add command timeout allowlist
      • Add description and whenToUse fields to custom modes in .roomodes (thanks @RandalSchwartz!)
      • Fix Claude model detection by name for API protocol selection (thanks @daniel-lxs!)
      • Optional setting to prevent completion with open todos
      • Add global rate limiting for OpenAI-compatible embeddings (thanks @daniel-lxs!)
      • Add batch limiting to code indexer (thanks @daniel-lxs!)
      • Add: Moonshot provider (thanks @CellenLee!)
      • Add: Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider
      • Fix: move context condensing prompt to Prompts section (thanks @SannidhyaSah!)
      • Add: jump icon for newly created files
      • Fix: add character limit to prevent terminal output context explosion
      • Fix: resolve global mode export not including rules files
      • Add: auto-omit MCP content when no servers are configured
      • Fix: sort symlinked rules files by symlink names, not target names
      • Docs: clarify when to use update_todo_list tool
      • Add: Mistral embedding provider (thanks @SannidhyaSah!)
      • Fix: add run parameter to vitest command in rules (thanks @KJ7LNW!)
      • Update: the max_tokens fallback logic in the sliding window
      • Fix: Bedrock and Vertext token counting improvements (thanks @daniel-lxs!)
      • Add: llama-4-maverick model to Vertex AI provider (thanks @MuriloFP!)
      • Fix: properly distinguish between user cancellations and API failures
      • Fix: add case sensitivity mention to suggested fixes in apply_diff error message
      • Fix: Resolve 'Bad substitution' error in command parsing (#5978 by @KJ7LNW, PR by @daniel-lxs)
      • Fix: Add ErrorBoundary component for better error handling (#5731 by @elianiva, PR by @KJ7LNW)
      • Improve: Use SIGKILL for command execution timeouts in the "execa" variant (thanks @cte!)
      • Split commands on newlines when evaluating auto-approve
      • Smarter auto-deny of commands

    Patch Changes

    • #1550 48b0d78 Thanks @chrarnoldus! - A visual indication is now provided whenever the cost of an API Request could not be retrieved

    [v4.65.3]

    [v4.65.2]

    [v4.65.1]

    [v4.65.0]

    • #1487 ad91c38 Thanks @mcowger! - Introduce a new Virtual Quota Fallback Provider - delegate to other Profiles based on cost or request count limits!

      This new virtual provider lets you set cost- or request-based quotas for a list of profiles. It will automatically falls back to the next profile's provider when any limit is reached!

    Patch Changes

    [v4.64.3]

    [v4.64.2]

    [v4.64.1]

    [v4.64.0]

    • #1447 38d135e Thanks @chrarnoldus! - (retry) The Task view now shows per-request cost when using the Kilo Code provider

    [v4.63.2]

    [v4.63.1]

    [v4.63.0]

    Patch Changes

    • #1454 b34b55a Thanks @chainedcoder! - Load project ID from Gemini CLI's .env file

    • #1448 4e9118b Thanks @chrarnoldus! - Removed language support for Filipino, Greek and Swedish because usage is very low. We can re-add these languages if there is demand.

    [v4.62.0]

    • #1386 48fb539 Thanks @chrarnoldus! - Include changes from Roo Code v3.23.14

      • Fix Mermaid syntax warning (thanks @MuriloFP!)
      • Expand Vertex AI region config to include all available regions in GCP Vertex AI (thanks @shubhamgupta731!)
      • Handle Qdrant vector dimension mismatch when switching embedding models (thanks @daniel-lxs!)
      • Fix typos in comment & document (thanks @noritaka1166!)
      • Improve the display of codebase search results
      • Correct translation fallback logic for embedding errors (thanks @daniel-lxs!)
      • Clean up MCP tool disabling
      • Link to marketplace from modes and MCP tab
      • Fix TTS button display (thanks @sensei-woo!)
      • Add Devstral Medium model support
      • Add comprehensive error telemetry to code-index service (thanks @daniel-lxs!)
      • Exclude cache tokens from context window calculation (thanks @daniel-lxs!)
      • Enable dynamic tool selection in architect mode for context discovery
      • Add configurable max output tokens setting for claude-code
      • Add enable/disable toggle for code indexing (thanks @daniel-lxs!)
      • Add a command auto-deny list to auto-approve settings
      • Add navigation link to history tab in HistoryPreview
      • Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!)
      • Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!)
      • Resolve vector dimension mismatch error when switching embedding models
      • Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!)
      • Add configurable timeout for command execution in VS Code settings
      • Prioritize built-in model dimensions over custom dimensions (thanks @daniel-lxs!)
      • Add padding to the index model options
      • Add Kimi K2 model to Groq along with fixes to context condensing math
      • Add Cmd+Shift+. keyboard shortcut for previous mode switching
      • Update the max-token calculation in model-params to better support Kimi K2 and others
      • Add the ability to "undo" enhance prompt changes
      • Fix a bug where the path component of the baseURL for the LiteLLM provider contains path in it (thanks @ChuKhaLi)
      • Add support for Vertex AI model name formatting when using Claude Code with Vertex AI (thanks @janaki-sasidhar)
      • The list-files tool must include at least the first-level directory contents (thanks @qdaxb)
      • Add a configurable limit that controls both consecutive errors and tool repetitions (thanks @MuriloFP)
      • Add .terraform/ and .terragrunt-cache/ directories to the checkpoint exclusion patterns (thanks @MuriloFP)
      • Increase Ollama API timeout values (thanks @daniel-lxs)
      • Fix an issue where you need to "discard changes" before saving even though there are no settings changes
      • Fix DirectoryScanner memory leak and improve file limit handling (thanks @daniel-lxs)
      • Fix time formatting in environment (thanks @chrarnoldus)
      • Prevent empty mode names from being saved (thanks @daniel-lxs)
      • Improve auto-approve checkbox UX
      • Improve the chat message edit / delete functionality (thanks @liwilliam2021)
      • Add commandExecutionTimeout to GlobalSettings
      • Log api-initiated tasks to a tmp directory

    Patch Changes

    • #1154 d871e5e Thanks @chrarnoldus! - Update the Kilo code icon to adapt to light/dark themes

    • #1396 2c46e91 Thanks @catrielmuller! - Adds new Settings page for Inline Assist

      You can now select the provider you'd like to use for Inline Assist commands

    [v4.61.1]

    [v4.61.0]

    Patch Changes

    [v4.60.0]

    Patch Changes

    [v4.59.2]

    [v4.59.1]

    • #1362 08486c4 Thanks @chrarnoldus! - Fixed excessive "Kilo Code is having trouble" warnings when the browser tool is scrolling

    [v4.59.0]

    • #1244 8b50f8e Thanks @hassoncs! - New: Inline Assist Commands

      We've added two new commands that allow you to get AI assistance directly in the code editor. There's no need to start a whole new Kilo task if you just need a quick result. You can even use this while a task is running, speeding up your workflow!

      ⚡️ Quick Inline Tasks (Cmd/Ctl+I) Only need a quick change? Select some code (or don't!) and hit Cmd+I. Describe your goal in plain English ("create a React component with these props", "add error handling to this function"), and get ready-to-use suggestions directly in your editor.

      🧠 Let Kilo Decide (Cmd/Ctl+L) Think the change you need is obvious? Just hit Cmd+L. Kilo will use the surrounding context to offer immediate improvements, keeping you in the flow.

      ⌨️ Live in Your Keyboard Use your arrow keys (↑/↓) to cycle through the options and see a live diff of the changes. Happy with a suggestion? Hit Tab to apply it. That's it. No mouse needed.

    Patch Changes

    [v4.58.4]

    [v4.58.3]

    [v4.58.2]

    [v4.58.1]

    [v4.58.0]

    • #1272 8026793 Thanks @kevinvandijk! - Include changes from Roo Code v3.23.6

      • Move codebase indexing out of experimental (thanks @daniel-lxs and @MuriloFP!)
      • Add todo list tool (thanks @qdaxb!)
      • Fix code index secret persistence and improve settings UX (thanks @daniel-lxs!)
      • Add Gemini embedding provider for codebase indexing (thanks @SannidhyaSah!)
      • Support full endpoint URLs in OpenAI Compatible provider (thanks @SannidhyaSah!)
      • Add markdown support to codebase indexing (thanks @MuriloFP!)
      • Add Search/Filter Functionality to API Provider Selection in Settings (thanks @GOODBOY008!)
      • Add configurable max search results (thanks @MuriloFP!)
      • Add copy prompt button to task actions (thanks @Juice10 and @vultrnerd!)
      • Fix insertContentTool to create new files with content (thanks @Ruakij!)
      • Fix typescript compiler watch path inconsistency (thanks @bbenshalom!)
      • Use actual max_completion_tokens from OpenRouter API (thanks @shariqriazz!)
      • Prevent completion sound from replaying when reopening completed tasks (thanks @SannidhyaSah!)
      • Fix access_mcp_resource fails to handle images correctly (thanks @s97712!)
      • Prevent chatbox focus loss during automated file editing (thanks @hannesrudolph!)
      • Resolve intermittent hangs and lack of clear error feedback in apply_diff tool (thanks @lhish!)
      • Resolve Go duplicate references in tree-sitter queries (thanks @MuriloFP!)
      • Chat UI consistency and layout shifts (thanks @seedlord!)
      • Chat index UI enhancements (thanks @MuriloFP!)
      • Fix model search being prefilled on dropdown (thanks @kevinvandijk!)
      • Improve chat UI - add camera icon margin and make placeholder non-selectable (thanks @MuriloFP!)
      • Delete .roo/rules-{mode} folder when custom mode is deleted
      • Enforce file restrictions for all edit tools in architect mode
      • Add User-Agent header to API providers
      • Fix auto question timer unmount (thanks @liwilliam2021!)
      • Fix new_task tool streaming issue
      • Optimize file listing when maxWorkspaceFiles is 0 (thanks @daniel-lxs!)
      • Correct export/import of OpenAI Compatible codebase indexing settings (thanks @MuriloFP!)
      • Resolve workspace path inconsistency in code indexing for multi-workspace scenarios
      • Always show the code indexing dot under the chat text area
      • Fix bug where auto-approval was intermittently failing
      • Remove erroneous line from announcement modal
      • Update chat area icons for better discoverability & consistency
      • Fix a bug that allowed list_files to return directory results that should be excluded by .gitignore
      • Add an overflow header menu to make the UI a little tidier (thanks @dlab-anton)
      • Fix a bug the issue where null custom modes configuration files cause a 'Cannot read properties of null' error (thanks @daniel-lxs!)
      • Replace native title attributes with StandardTooltip component for consistency (thanks @daniel-lxs!)
      • Fix: use decodeURIComponent in openFile (thanks @vivekfyi!)
      • Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!)
      • Make account tab visible
      • Grok 4

    Patch Changes

    [v4.57.4]

    [v4.57.3]

    • #1297 1dd349c Thanks @chrarnoldus! - More details are included in the "Cannot complete request, make sure you are connected and logged in with the selected provider" error message

    [v4.57.2]

    [v4.57.1]

    [v4.57.0]

    [v4.56.4]

    • #1263 32685c1 Thanks @chrarnoldus! - The current time is now provided in ISO format, which is non-ambiguous and less likely to confuse the AI.

    [v4.56.3]

    • #1259 4d55c91 Thanks @kevinvandijk! - Fix model dropdown to show Kilo Code preferred models for the Kilo Code provider first

    [v4.56.2]

    [v4.56.1]

    • #1242 c0ec484 Thanks @hassoncs! - Continue to show commit message generation progress while waiting for LLM response

    [v4.56.0]

    • #785 24cc186 Thanks @kevinvandijk! - Add idea suggestion box to get you inspired with some ideas when starting out fresh

    [v4.55.3]

    [v4.55.2]

    • #1183 e3ba400 Thanks @chrarnoldus! - The default mode is now automatically selected if the previous mode doesn't exist anymore (this can happen with custom modes).

    [v4.55.1]

    [v4.55.0]

    • #1197 2ceb643 Thanks @chrarnoldus! - Kilo Code now optionally sends error and usage data to help us fix bugs and improve the extension. No code, prompts, or personal information is ever sent. You can always opt-out in the Settings.

    Patch Changes

    [v4.54.0]

    Patch Changes

    [v4.53.0]

    Patch Changes

    [v4.52.0]

    • #1084 c97d2f5 Thanks @hassoncs! - Generate commit messages based on unstaged changes if there's nothing staged

    [v4.51.2]

    [v4.51.1]

    [v4.51.0]

    • #841 1615ec7 Thanks @catrielmuller! - Quick model selector on the chatbox

    • #1149 62786a8 Thanks @kevinvandijk! - Include changes from Roo Code v3.22.6

      • Add timer-based auto approve for follow up questions (thanks @liwilliam2021!)
      • Add import/export modes functionality
      • Add persistent version indicator on chat screen
      • Add automatic configuration import on extension startup (thanks @takakoutso!)
      • Add user-configurable search score threshold slider for semantic search (thanks @hannesrudolph!)
      • Add default headers and testing for litellm fetcher (thanks @andrewshu2000!)
      • Fix consistent cancellation error messages for thinking vs streaming phases
      • Fix AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!)
      • Fix URL loading timeout issues in @ mentions (thanks @MuriloFP!)
      • Fix API retry exponential backoff capped at 10 minutes (thanks @MuriloFP!)
      • Fix Qdrant URL field auto-filling with default value (thanks @SannidhyaSah!)
      • Fix profile context condensation threshold (thanks @PaperBoardOfficial!)
      • Fix apply_diff tool documentation for multi-file capabilities
      • Fix cache files excluded from rules compilation (thanks @MuriloFP!)
      • Add streamlined extension installation and documentation (thanks @devxpain!)
      • Prevent Architect mode from providing time estimates
      • Remove context size from environment details
      • Change default mode to architect for new installations
      • Suppress Mermaid error rendering
      • Improve Mermaid buttons with light background in light mode (thanks @chrarnoldus!)
      • Add .vscode/ to write-protected files/directories
      • Update AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!)

    [v4.50.0]

    Patch Changes

    [v4.49.5]

    [v4.49.4]

    • #942 873e6c8 Thanks @hassoncs! - Fix auto-generate commit message fails when git diff too large

      Now we automatically exclude lockfiles when generating commit message diffs to avoid overflowing the context window.

    • #956 7219c34 Thanks @markijbema! - do not autocomplete when we are indenting a line

    • #1060 8b149e1 Thanks @kevinvandijk! - Fix model search being prefilled in dropdown to prevent confusion in available models

    [v4.49.3]

    [v4.49.2]

    [v4.49.1]

    [v4.49.0]

    • #894 421d57e Thanks @chrarnoldus! - Kilo Code will no longer process file reads or MCP tool outputs if the estimated size is over 80% of the context window. If this behavior breaks your workflow, it can be re-enabled by checking Settings > Context > Allow very large file reads.

    • #929 641d264 Thanks @catrielmuller! - Edit and resend user feedback messages

    Patch Changes

    [v4.48.0]

    • #926 75b6c80 Thanks @chrarnoldus! - Arabic translation added (support for right-to-left languages is experimental)

    • #930 047b30e Thanks @kevinvandijk! - Include changes from Roo Code v3.22.4

      • Fix: resolve E2BIG error by passing large prompts via stdin to Claude CLI (thanks @Fovty!)
      • Add optional mode suggestions to follow-up questions
      • Restore JSON backwards compatibility for .roomodes files (thanks @daniel-lxs!)
      • Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!)
      • Fix terminal keyboard shortcut error when adding content to context (thanks @MuriloFP!)
      • Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (thanks @daniel-lxs!)
      • Fix(i18n): correct gemini cli error translation paths (thanks @daniel-lxs!)
      • Code Index (Qdrant) recreate services when change configurations (thanks @catrielmuller!)
      • Fix undefined mcp command (thanks @qdaxb!)
      • Use upstream_inference_cost for OpenRouter BYOK cost calculation and show cached token count (thanks @chrarnoldus!)
      • Update maxTokens value for qwen/qwen3-32b model on Groq (thanks @KanTakahiro!)
      • Standardize tooltip delays to 300ms
      • Add support for loading rules from a global .kilocode directory (thanks @samhvw8!)
      • Modes selector improvements (thanks @brunobergher!)
      • Use safeWriteJson for all JSON file writes to avoid task history corruption (thanks @KJ7LNW!)
      • Improve YAML error handling when editing modes
      • Add default task names for empty tasks (thanks @daniel-lxs!)
      • Improve translation workflow to avoid unnecessary file reads (thanks @KJ7LNW!)
      • Allow write_to_file to handle newline-only and empty content (thanks @Githubguy132010!)
      • Address multiple memory leaks in CodeBlock component (thanks @kiwina!)
      • Memory cleanup (thanks @xyOz-dev!)
      • Fix port handling bug in code indexing for HTTPS URLs (thanks @benashby!)
      • Improve Bedrock error handling for throttling and streaming contexts
      • Handle long Claude code messages (thanks @daniel-lxs!)
      • Fixes to Claude Code caching and image upload
      • Disable reasoning budget UI controls for Claude Code provider
      • Remove temperature parameter for Azure OpenAI reasoning models (thanks @ExactDoug!)
      • Add VS Code setting to disable quick fix context actions (thanks @OlegOAndreev!)

    Patch Changes

    [v4.47.0]

    [v4.46.0]

    • #921 4d0d1ed Thanks @chrarnoldus! - Enable browser tool for Gemini, GPT and all other models that can read images

    Patch Changes

    [v4.45.0]

    Patch Changes

    • #890 1a35cfe Thanks @hassoncs! - Only show the colorful gutter bars when hovering over the Task Timeline

    [v4.44.1]

    Patch Changes

    [v4.44.0]

    [v4.43.1]

    [v4.43.0]

    • #871 52f216d Thanks @hassoncs! - Add a colorful gutter to chat messages corresponding to the Task Timeline

    • #861 8e9df82 Thanks @chrarnoldus! - Add language support for Filipino, Thai, Ukrainian, Czech, Greek and Swedish

    • #847 fbe3c75 Thanks @hassoncs! - Highlight the context window progress bar red when near the limit

    Patch Changes

    [v4.42.0]

    • #844 8f33721 Thanks @kevinvandijk! - Include changes from Roo Code v3.21.5

      • Fix Qdrant URL prefix handling for QdrantClient initialization (thanks @CW-B-W!)
      • Improve LM Studio model detection to show all downloaded models (thanks @daniel-lxs!)
      • Resolve Claude Code provider JSON parsing and reasoning block display
      • Fix start line not working in multiple apply diff (thanks @samhvw8!)
      • Resolve diff editor issues with markdown preview associations (thanks @daniel-lxs!)
      • Resolve URL port handling bug for HTTPS URLs in Qdrant (thanks @benashby!)
      • Mark unused Ollama schema properties as optional (thanks @daniel-lxs!)
      • Close the local browser when used as fallback for remote (thanks @markijbema!)
      • Add Claude Code provider for local CLI integration (thanks @BarreiroT!)
      • Add profile-specific context condensing thresholds (thanks @SannidhyaSah!)
      • Fix context length for lmstudio and ollama (thanks @thecolorblue!)
      • Resolve MCP tool eye icon state and hide in chat context (thanks @daniel-lxs!)
      • Add LaTeX math equation rendering in chat window
      • Add toggle for excluding MCP server tools from the prompt (thanks @Rexarrior!)
      • Add symlink support to list_files tool
      • Fix marketplace blanking after populating
      • Fix recursive directory scanning in @ mention "Add Folder" functionality (thanks @village-way!)
      • Resolve phantom subtask display on cancel during API retry
      • Correct Gemini 2.5 Flash pricing (thanks @daniel-lxs!)
      • Resolve marketplace timeout issues and display installed MCPs (thanks @daniel-lxs!)
      • Onboarding tweaks to emphasize modes (thanks @brunobergher!)
      • Rename 'Boomerang Tasks' to 'Task Orchestration' for clarity
      • Remove command execution from attempt_completion
      • Fix markdown for links followed by punctuation (thanks @xyOz-dev!)

    Patch Changes

    [v4.41.0]

    • #794 7113260 Thanks @markijbema! - Include changes from Roo Code v3.21.1

      • Fix tree-sitter issues that were preventing codebase indexing from working correctly
      • Improve error handling for codebase search embeddings
      • Resolve MCP server execution on Windows with node version managers
      • Default 'Enable MCP Server Creation' to false
      • Rate limit correctly when starting a subtask (thanks @olweraltuve!)
      • Add Gemini 2.5 models (Pro, Flash and Flash Lite) (thanks @daniel-lxs!)
      • Add max tokens checkbox option for OpenAI compatible provider (thanks @AlexandruSmirnov!)
      • Update provider models and prices for Groq & Mistral (thanks @KanTakahiro!)
      • Add proper error handling for API conversation history issues (thanks @KJ7LNW!)
      • Fix ambiguous model id error (thanks @elianiva!)
      • Fix save/discard/revert flow for Prompt Settings (thanks @hassoncs!)
      • Fix codebase indexing alignment with list-files hidden directory filtering (thanks @daniel-lxs!)
      • Fix subtask completion mismatch (thanks @feifei325!)
      • Fix Windows path normalization in MCP variable injection (thanks @daniel-lxs!)
      • Update marketplace branding to 'Roo Marketplace' (thanks @SannidhyaSah!)
      • Refactor to more consistent history UI (thanks @elianiva!)
      • Adjust context menu positioning to be near Copilot
      • Update evals Docker setup to work on Windows (thanks @StevenTCramer!)
      • Include current working directory in terminal details
      • Encourage use of start_line in multi-file diff to match legacy diff
      • Always focus the panel when clicked to ensure menu buttons are visible (thanks @hassoncs!)

    Patch Changes

    • #829 8fbae6b Thanks @hassoncs! - Fixed issue causing workflows and rules not to load immediately when the extension loads

    [v4.40.1]

    [v4.40.0]

    Minor Changes

    • #770 f2fe2f1 Thanks @hassoncs! - Add $WORKSPACE_ROOT environment variable to terminal sessions for easier workspace navigation

      Terminal sessions now automatically include a $WORKSPACE_ROOT environment variable that points to your current workspace root directory. This makes it easier for the agent to run terminal commands in sub-directories, for example, running just one directory's tests: cd $WORKSPACE_ROOT && npx jest.

      This enhancement is particularly useful when working in deeply nested directories or when you need to quickly reference files or tests at the root level. In multi-workspace setups, this points to the workspace folder containing your currently active file.

    [v4.39.2]

    Patch Changes

    [v4.39.1]

    Patch Changes

    [v4.39.0]

    • #777 b04ad66 Thanks @markijbema! - Added Cerebras API provider (from Cline)

    • #768 fc7a357 Thanks @kevinvandijk! - Include changes from Roo Code v3.20.3

      • Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)
      • Add logic to prevent auto-approving edits of configuration files
      • Adjust searching and listing files outside of the workspace to respect the auto-approve settings
      • Fix multi-file diff error handling and UI feedback (thanks @daniel-lxs!)
      • Improve prompt history navigation to not interfere with text editing (thanks @daniel-lxs!)
      • Fix errant maxReadFileLine default
      • Limit search_files to only look within the workspace for improved security
      • Force tar-fs >=2.1.3 for security vulnerability fix
      • Add cache breakpoints for custom vertex models on Unbound (thanks @pugazhendhi-m!)
      • Reapply reasoning for bedrock with fix (thanks @daniel-lxs!)
      • Sync BatchDiffApproval styling with BatchFilePermission for UI consistency (thanks @samhvw8!)
      • Add max height constraint to MCP execution response for better UX (thanks @samhvw8!)
      • Prevent MCP 'installed' label from being squeezed #4630 (thanks @daniel-lxs!)
      • Allow a lower context condesning threshold (thanks @SECKainersdorfer!)
      • Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!)
      • Temporarily revert thinking support for Bedrock models
      • Improve performance of MCP execution block
      • Add indexing status badge to chat view
      • Add experimental multi-file edits (thanks @samhvw8!)
      • Move concurrent reads setting to context settings with default of 5
      • Improve MCP execution UX (thanks @samhvw8!)
      • Add magic variables support for MCPs with workspaceFolder injection (thanks @NamesMT!)
      • Add prompt history navigation via arrow up/down in prompt field
      • Add support for escaping context mentions (thanks @KJ7LNW!)
      • Add DeepSeek R1 support to Chutes provider
      • Add reasoning budget support to Bedrock models for extended thinking
      • Add mermaid diagram support buttons (thanks @qdaxb!)
      • Update XAI models and pricing (thanks @edwin-truthsearch-io!)
      • Update O3 model pricing
      • Add manual OpenAI-compatible format specification and parsing (thanks @dflatline!)
      • Add core tools integration tests for comprehensive coverage
      • Add JSDoc documentation for ClineAsk and ClineSay types (thanks @hannesrudolph!)
      • Populate whenToUse descriptions for built-in modes
      • Fix file write tool with early relPath & newContent validation checks (thanks @Ruakij!)
      • Fix TaskItem display and copy issues with HTML tags in task messages (thanks @forestyoo!)
      • Fix OpenRouter cost calculation with BYOK (thanks @chrarnoldus!)
      • Fix terminal busy state reset after manual commands complete
      • Fix undefined output on multi-file apply_diff operations (thanks @daniel-lxs!)
    • #769 d12f4a3 Thanks @hassoncs! - Add task timeline visualization to help you navigate chat history

      We've added a new task timeline that gives you a visual overview of your conversation flow. You can click on timeline messages to quickly jump to specific points in your chat history, making it much easier to understand what happened during your session and navigate back to important moments.

      This feature is available as a new setting in Display Settings. Enable it when you want that extra visibility into your task progress!

    [v4.38.1]

    • #747 943c7dd Thanks @markijbema! - Close the browsertool properly when a remote browser is configured but a fallback local one is used

    • #746 701db76 Fix possible CSP error when loading OpenRouter endpoints from custom URL

    [v4.38.0]

    • #719 cc77370 Thanks @hassoncs! - ## New Features

      Add ability to customize git commit generation prompt and provider

      Customized Commit Message Generation Prompts & Providers

      • Custom API Configuration: Added support for selecting a specific API configuration for commit message generation in Settings > Prompts
      • Enhanced Commit Message Support: Introduced a new COMMIT_MESSAGE support prompt type with comprehensive conventional commit format guidance

      Bug Fixes

      • The support prompts can now be saved/discarded like other settings

    Patch Changes

    • #706 48af442 Thanks @cobra91! - The OpenRouter provider now uses the custom base URL when fetching the model list.

    [v4.37.0]

    Minor Changes

    [v4.36.0]

    • #690 9b1451a Thanks @kevinvandijk! - Include changes from Roo Code v3.19.7:

      • Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing
      • Disable checkpoint functionality when nested git repositories are detected to prevent conflicts
      • Remove unused Storybook components and dependencies to reduce bundle size
      • Add data-testid ESLint rule for improved testing standards (thanks @elianiva!)
      • Update development dependencies including eslint, knip, @types/node, i18next, fast-xml-parser, and @google/genai
      • Improve CI infrastructure with GitHub Actions and Blacksmith runner migrations
      • Replace explicit caching with implicit caching to reduce latency for Gemini models
      • Clarify that the default concurrent file read limit is 15 files (thanks @olearycrew!)
      • Fix copy button logic (thanks @samhvw8!)
      • Fade buttons on history preview if no interaction in progress (thanks @sachasayan!)
      • Allow MCP server refreshing, fix state changes in MCP server management UI view (thanks @taylorwilsdon!)
      • Remove unnecessary npx usage in some npm scripts (thanks @user202729!)
      • Bug fix for trailing slash error when using LiteLLM provider (thanks @kcwhite!)
      • Fix Gemini 2.5 Pro Preview thinking budget bug
      • Add Gemini Pro 06-05 model support (thanks @daniel-lxs and @shariqriazz!)
      • Fix reading PDF, DOCX, and IPYNB files in read_file tool (thanks @samhvw8!)
      • Fix Mermaid CSP errors with enhanced bundling strategy (thanks @KJ7LNW!)
      • Improve model info detection for custom Bedrock ARNs (thanks @adamhill!)
      • Add OpenAI Compatible embedder for codebase indexing (thanks @SannidhyaSah!)
      • Fix multiple memory leaks in ChatView component (thanks @kiwina!)
      • Fix WorkspaceTracker resource leaks by disposing FileSystemWatcher (thanks @kiwina!)
      • Fix RooTips setTimeout cleanup to prevent state updates on unmounted components (thanks @kiwina!)
      • Fix FileSystemWatcher leak in RooIgnoreController (thanks @kiwina!)
      • Fix clipboard memory leak by clearing setTimeout in useCopyToClipboard (thanks @kiwina!)
      • Fix ClineProvider instance cleanup (thanks @xyOz-dev!)
      • Enforce codebase_search as primary tool for code understanding tasks (thanks @hannesrudolph!)
      • Improve Docker setup for evals
      • Move evals into pnpm workspace, switch from SQLite to Postgres
      • Refactor MCP to use getDefaultEnvironment for stdio client transport (thanks @samhvw8!)
      • Get rid of "partial" component in names referencing not necessarily partial messages (thanks @wkordalski!)
      • Improve feature request template (thanks @elianiva!)
    • #592 68c3d6e Thanks @chrarnoldus! - Workflow and rules configuration screen added

    Patch Changes

    [v4.35.1]

    • #695 a7910eb Thanks @kevinvandijk! - Fix: Feedback button overlaps new mode creation dialog

    • #693 2a9edf8 Thanks @hassoncs! - Temporarily remove .kilocode/rule loading for commit message generation until it works better

    [v4.35.0]

    • #633 347cf9e Thanks @hassoncs! - # AI-Powered Git Commit Message Generation

      Automatically generate meaningful Git commit messages using AI

      How It Works

      1. Stage your changes in Git as usual
      2. Click the [KILO] square icon in the Source Control panel
      3. The AI analyzes your staged changes and generates an appropriate commit message
      4. The generated message is automatically populated in the commit input box
    • #638 3d2e749 Thanks @tru-kilo! - Added ability to favorite tasks

    [v4.34.1]

    Patch Changes

    [v4.34.0]

    Minor Changes

    [v4.33.2]

    Patch Changes

    [v4.33.1]

    Patch Changes

    • #614 1753220 Thanks @kevinvandijk! - Fix issue with attempt_completion wanting to initialize telemetry (Roo leftover), we don't want telemetry

    [v4.33.0]

    • #597 7e9789c Thanks @hassoncs! - Experimental Autocomplete

      Introduces early support for "Kilo Complete", Kilo Code's new autocomplete engine. In this initial release, the Kilo Code provider is required and model selection isn’t yet configurable. Stay tuned for additional features, improvements to the completions, and customization options coming soon!

    • #610 9aabc2c Thanks @kevinvandijk! - Add way to go back to active agent session from profile page, resolves #556 (thanks for the issue @karrots)

    • #603 99cb0a4 Thanks @kevinvandijk! - Include changes from Roo Code v3.19.3

    Patch Changes

    • #541 6e14fce Thanks @tru-kilo! - Fixed double scrollbars in profile dropdown

    • #584 0b8b9ae Thanks @chrarnoldus! - Fix being unable to select certain Kilo Code Provider Models (a similarly named but different model would be selected instead)

    [v4.32.0]

    Minor Changes

    Patch Changes

    Minor Changes

    [v4.30.0]

    Minor Changes

    Patch Changes

    [v4.29.2]

    • #524 e1d59f1 Thanks @chrarnoldus! - Fix menu stops working when Kilo Code is moved between primary and secondary sidebars

    [v4.29.1]

    [v4.29.0]

    Minor Changes

    Patch Changes

    • #507 6734fd9 Thanks @daliovic! - Also include support for claude 4 models via the Anthropic provider

    [v4.28.1]

    [v4.28.0]

    Minor Changes

    Patch Changes

    • #484 dd15860 Thanks @RSO! - Fixed rendering of avatars in the Profile section

    [v4.27.0]

    Minor Changes

    [v4.26.0]

    Minor Changes

    • #473 9be2dc0 Thanks @tru-kilo! - Added a slash reportbug command to report bugs directly from the extension to the kilocode repo

    • #437 84a7f07 Thanks @tru-kilo! - Added a slash newrule command

    • #442 b1b0f58 Thanks @chrarnoldus! - The Kilo Code Provider now supports web-based IDEs, such as FireBase Studio, through an alternative authentication flow. The user should copy and paste the API Key manually in this case.

    [v4.25.0]

    Minor Changes

    Patch Changes

    • #430 44ed7ad Thanks @drakonen! - Added a notification when using non-kilocode-rules files

    • #436 c6f54b7 Thanks @RSO! - Make the prompts view accessible through the topbar

    • #434 f38e83c Thanks @RSO! - Fixed bug in SettingsView that caused issues with detecting/saving changes

    [v4.24.0]

    Minor Changes

    • #401 d077452 Thanks @kevinvandijk! - Add ability to attach an image from within the context menu

    • Include changes from Roo Code v3.16.6

    Patch Changes

    [v4.23.0]

    Minor Changes

    [v4.22.0]

    Minor Changes

    • Switch mode icons from unicode emojis to codicons

    Patch Changes

    • Fixed UI Issue - Unreadable transparent section at bottom of chat textArea. Thanks to @agape-apps for reporting this issue! See Kilo-Org/kilocode#306
    • Fix feedback button overlapping selection action button in history view

    [v4.21.0]

    Minor Changes

    • Include changes from Roo Code v3.15.5

    Patch Changes

    • Fix issue with removed slash commands for changing modes

    [v4.20.1]

    Patch Changes

    • Use the phrase feature-merge instead of superset in displayName and README
    • Fix "Some text unreadable in Light high contrast theme" issue

    [v4.20.0]

    • Include slash commands from Cline, include /newtask command

    [v4.19.1]

    Patch Changes

    • Fix translations for system notifications
    • Include changes from Roo Code v3.14.3

    [v4.19.0]

    Minor Changes

    • Add easier way to add Kilo Code credit when balance is low

    Patch Changes

    • Small UI improvements for dark themes

    [v4.18.0]

    Minor Changes

    • Include changes from Roo Code v3.14.2

    Patch Changes

    • Fix settingview appearing not to save when hitting save button
    • Fix dark buttons on light vscode themes (thanks @Aikiboy123)

    [v4.17.0]

    Minor Changes

    • Improve UI for new tasks, history and MCP servers
    • Add commands for importing and exporting settings
    • Include changes from Roo Code v3.13.2

    Patch Changes

    • Fix chat window buttons overlapping on small sizes (thanks @Aikiboy123)
    • Fix feedback button overlapping create mode button in prompts view
    • Fix image thumbnails after pasting image (thanks @Aikiboy123)

    [v4.16.2]

    • Include Roo Code v3.12.3 changes

    [v4.16.1]

    • Fix http referer header

    [v4.16.0]

    Minor Changes

    • Add better first time experience flow

    Patch Changes

    • Fix confirmation dialog not closing in settings view
    • Add support for Gemini 2.5 Flash Preview for Kilo Code provider

    [v4.15.0]

    • Pull in updates from Roo Code v3.11.7