Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packages/kilo-jetbrains/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@

## [Unreleased]

## [7.0.1-rc.11] - 2026-06-17

### Added

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: The [7.0.1-rc.11] changelog entry is a verbatim copy of the [7.0.1-rc.10] entry below (both dated 2026-06-17 with identical Added and Fixed items).

The PR description's Generated Notes list the actual changes for this release:

  • refactor(cli): fork TUI tips (#11365)
  • release(jetbrains): v7.0.1-rc.10 (#11374)
  • ci(jetbrains): install deps before publish build (#11378)

The changelog should reflect these actual changes rather than duplicating rc.10's content.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


- Provider settings management, including provider catalog sections, provider descriptions, provider settings actions, disconnect flows, provider auth handling, and provider/model picker improvements.
- Session copy controls for chat messages.

### Fixed

- Cap JetBrains prompt input growth and hide soft wrap glyphs in the prompt field.
- Keep JetBrains provider toolbars and authentication overlays fixed, and improve provider API key dialog sizing.
- Clean up restartless unload behavior.
- Silence interrupted session notifications across clients.
- Always deny tool calls for system agents.

## [7.0.1-rc.10] - 2026-06-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-jetbrains/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.stdlib.default.dependency=false
kilo.jetbrains.version=7.0.1-rc.10
kilo.jetbrains.version=7.0.1-rc.11
org.gradle.configuration-cache=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m
Expand Down
Loading