Merge pull request #13212 from Kilo-Org/jetbrains/release/v7.1.0-rc.1

release(jetbrains): v7.1.0-rc.1
This commit is contained in:
Kirill Kalishev
2026-08-18 10:51:41 -04:00
committed by GitHub
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -150,6 +150,20 @@
## [Unreleased]
## [7.1.0-rc.1] - 2026-08-18
### Added
- Add the JetBrains Agent Manager beta for creating, opening, organizing, renaming, and deleting worktree-based tasks and their sessions from the IDE.
- Show worktree activity, change, ahead/behind, and pull request badges in Agent Manager, with clearer row actions, menus, and tooltips.
- Support opening Agent Manager worktrees in new windows and dedicated terminal tabs.
### Fixed
- Improve JetBrains chat readability and scrolling with centered readable width, refreshed prompt chrome, stable tail-follow behavior, and clearer failed-turn outcome cards.
- Keep Ask and Plan modes read-only even when broad global permission rules are configured.
- Preserve project-level snapshot disabling across restarts after choosing to disable snapshots from the slow-repo prompt.
### Changed
## [7.0.16] - 2026-08-14
### Added
+1 -1
View File
@@ -1,5 +1,5 @@
kotlin.stdlib.default.dependency=false
kilo.jetbrains.version=7.0.16
kilo.jetbrains.version=7.1.0-rc.1
# When true (default) the JetBrains plugin uses the pinned CLI release from package.json.
# Set to false ONLY for local dev: generate the client from local source + bundle the local binary.
# false is NOT releasable -- production builds fail unless this is true.