mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
release(jetbrains): v7.1.1-rc.1
This commit is contained in:
@@ -316,6 +316,39 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [7.1.1-rc.1] - 2026-08-28
|
||||
|
||||
### Added
|
||||
- feat(agent-manager): scope worktree reviews by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13498
|
||||
- feat(cli): import cloud transcript on create_session by @iscekic in https://github.com/Kilo-Org/kilocode/pull/13483
|
||||
- feat(vscode): add searchable worktree references by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13512
|
||||
- feat(remote): add directory listing and create_session directory by @iscekic in https://github.com/Kilo-Org/kilocode/pull/13497
|
||||
- feat(jetbrains): render Mermaid diagrams in chat by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13396
|
||||
- feat(jetbrains): improve worktree session UX by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13521
|
||||
|
||||
### Fixed
|
||||
- fix(vscode): handle fragmented CLI startup output by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13466
|
||||
- fix(agent-manager): resolve live managed worktree sessions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13422
|
||||
- fix(security): nanoid updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13477
|
||||
- fix(security): minimatch updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13484
|
||||
- fix(security): @hey-api/openapi-ts updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13487
|
||||
- fix(cli): return the real subagent answer instead of an empty task result by @maphew in https://github.com/Kilo-Org/kilocode/pull/13493
|
||||
- fix(vscode): preserve streaming scroll intent by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13500
|
||||
- fix(vscode): reduce prompt navigator interruptions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13499
|
||||
- fix(vscode): honor configured Git executable for worktrees by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13475
|
||||
- fix(agent-manager): show background worktree activity by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13502
|
||||
- fix(agent-manager): safely clean up deleted worktree snapshots by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13476
|
||||
- fix(vscode): open files from read tool headers by @thomasboom in https://github.com/Kilo-Org/kilocode/pull/12830
|
||||
- fix(cli): dedupe plan-mode permission ruleset stacking by @maphew in https://github.com/Kilo-Org/kilocode/pull/13219
|
||||
- fix(jetbrains): continue failed turns on retry by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13520
|
||||
|
||||
### Changed
|
||||
- release(jetbrains): v7.1.0 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/13492
|
||||
- docs: Use `Array.prototype.at(index)` instead of out-of-bounds accesses by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13506
|
||||
- chore(deps-dev): bump @babel/core from 7.28.4 to 7.29.6 in /packages/opencode by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13503
|
||||
- chore(jetbrains): bump CLI pin to v7.5.5 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/13490
|
||||
|
||||
|
||||
## [7.1.0] - 2026-08-26
|
||||
|
||||
### Added
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kotlin.stdlib.default.dependency=false
|
||||
kilo.jetbrains.version=7.1.0
|
||||
kilo.jetbrains.version=7.1.1-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.
|
||||
|
||||
Reference in New Issue
Block a user