changelogJetBrains

Kilo Code Ships JetBrains 7.0.11 with Offline CLI Bundle and Claude Opus/Sonnet 5+ Adaptive Thinking Support

TL;DR

Kilo Code released JetBrains plugin version 7.0.11, adding a signed, GitHub-hosted bundled CLI for offline installs and adaptive thinking support for Claude Opus and Sonnet 5+ model identifiers across Anthropic, AI Gateway, and Bedrock providers. The update also fixes session data loss and stale CLI cleanup issues.

2 min read
0

Kilo Code released version 7.0.11 of its JetBrains plugin on July 27, targeting offline installation support and expanded compatibility with newer Anthropic model identifiers.

What changed

The release, tagged jetbrains/v7.0.11 and built from commit 1f3383c, adds a signed, GitHub-hosted bundled JetBrains plugin build that includes the Kilo CLI. According to the changelog, this is intended for offline or restricted-network installs where developers cannot pull dependencies from external package registries at runtime.

The update also adds support for "adaptive thinking" for Claude Opus and Sonnet 5+ model identifiers. This support spans three provider integrations: Anthropic's direct API, AI Gateway, and Amazon Bedrock. The changelog does not specify what adaptive thinking entails beyond the label, so exact behavior — such as dynamic reasoning token allocation — is unconfirmed pending further documentation from Kilo Code.

Fixes

Three fixes ship alongside the additions:

  • Global skills loading: JetBrains projects that are not inside a Git repository previously failed to reliably load global skills. That issue is now resolved.
  • Session data loss on shutdown: The Kilo Core runtime now flushes pending cloud session updates when it shuts down. Previously, this could cause the final assistant message in a session to go missing when that session was reopened elsewhere — a bug with direct implications for users who switch between machines or restart their IDE mid-conversation.
  • Stale CLI version cleanup: After upgrading bundled JetBrains installs, the plugin now prunes old bundled CLI versions rather than leaving them on disk.

Version pin update

The JetBrains CLI pin was bumped from Kilo Core 7.4.15 to 7.4.16, aligning the plugin's bundled runtime with the latest core release.

What this means

This is a maintenance release, not a feature overhaul, but it addresses two practical pain points for enterprise and security-conscious developers. The bundled offline CLI installer matters most for teams working in air-gapped or restricted-network environments — a common requirement in regulated industries where Kilo Code's AI coding assistant might otherwise be blocked from installing dependencies dynamically.

The adaptive thinking support for Claude Opus and Sonnet 5+ signals that Kilo Code is tracking Anthropic's model lineup closely, ensuring its JetBrains integration doesn't lag behind API-level features as Anthropic ships new model versions across multiple provider channels (direct API, AI Gateway, Bedrock). This kind of rapid provider-parity work is table stakes for third-party AI coding tools competing with native IDE integrations from Anthropic, GitHub, and others.

The session-flush fix is arguably the most consequential change for existing users: silently losing the last assistant message in a cloud session is the kind of bug that erodes trust in a tool meant to preserve context across long-running coding sessions. Fixing it without much fanfare in a patch release suggests Kilo Code is prioritizing reliability alongside feature velocity.

Related Articles

changelog

Sakana AI Claims Fugu Ultra v1.1 Router Beats Anthropic's Fable 5 Without Including It in the Pool

Sakana AI has released Fugu Ultra v1.1, an update to its multi-model router, claiming performance gains up to 7.9 points over v1.0 and results that beat Anthropic's Fable 5 despite Fable 5 not being part of the router's model pool. All benchmark figures come from Sakana itself and remain unverified.

changelog

Anthropic reverses course, makes Claude Fable 5 permanent on subscription plans

Anthropic announced July 18 that Claude Fable 5 will remain available on subscription plans, reversing its previous decision to make the model API-only. Max and Team Premium subscribers will receive access at 50% of standard limits starting July 20, while Pro and Team Standard users get a one-time $100 credit.

changelog

Anthropic launches rupee pricing for Claude in India at ₹2,000/month, its second-largest market

Anthropic has begun displaying rupee-denominated pricing for Claude subscriptions in India, its second-largest market after the US with 5.8% of global usage. Claude Pro is priced at ₹2,000 ($21) monthly when billed annually, compared to $17 in the US, with Indian prices including local taxes.

changelog

Anthropic extends Claude Fable 5 access through July 19 amid GPT-5.6 Sol competition

Anthropic has extended Claude Fable 5 access on all paid plans through July 19, 2026, marking another extension of the advanced model's availability. The extension comes after OpenAI released GPT-5.6 Sol, which is classified in the same Fable/Mythos model tier.

Comments

Loading...