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
12 changes: 12 additions & 0 deletions packages/kilo-jetbrains/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,18 @@

## [Unreleased]

## [7.0.1-rc.14] - 2026-07-02

### Added
- Add Agent Behavior settings

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: Changelog entry truncated, dropping the feature description

This bullet was edited down to Add Agent Behavior settings (with trailing whitespace), losing the description of what the feature actually does. The pre-edit text was Add Agent Behavior settings for managing agent rules, skills, workflows, and permissions from JetBrains. Consider restoring a trimmed version of that description (e.g. drop only the redundant "from JetBrains") so the release notes still explain the feature.


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

- Show richer model picker details, including routed model information and clearer model badges.
- Show Kilo Pass usage, bonus credits, renewal dates, and top-up actions in the JetBrains user profile.

### Fixed
- Recover backend startup more reliably when event streams stall, reconnect, or are interrupted by stale failures.
- Resolve workspaces by project ID to avoid cross-project session confusion.

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.

SUGGESTION: Double space typo

Resolve workspaces has two spaces between "Resolve" and "workspaces", left over from removing the word "JetBrains".

Suggested change
- Resolve workspaces by project ID to avoid cross-project session confusion.
- Resolve workspaces by project ID to avoid cross-project session confusion.

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

- Improve CLI recovery, config paths, and `.kilo` config directory handling.

## [7.0.1-rc.13] - 2026-06-23

### 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.13
kilo.jetbrains.version=7.0.1-rc.14
org.gradle.configuration-cache=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m
Expand Down
Loading