Skip to content

Commit 4346b09

Browse files
chore(main): release 17.24.0
1 parent 062126b commit 4346b09

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [17.24.0](https://github.com/olimorris/codecompanion.nvim/compare/v17.23.0...v17.24.0) (2025-09-25)
4+
5+
6+
### Features
7+
8+
* **chat:** better tool cancelling ([#2153](https://github.com/olimorris/codecompanion.nvim/issues/2153)) ([119bd84](https://github.com/olimorris/codecompanion.nvim/commit/119bd84413611380045994d6ab5c2e077ed546c5)), closes [#2149](https://github.com/olimorris/codecompanion.nvim/issues/2149)
9+
* **ui:** customize chat buffer window config when opening ([#1678](https://github.com/olimorris/codecompanion.nvim/issues/1678)) ([3a10ec9](https://github.com/olimorris/codecompanion.nvim/commit/3a10ec951a0285f149a6f76ba3cf544b3e4b7c63))
10+
* **workflows:** can change adapter on each prompt ([#2146](https://github.com/olimorris/codecompanion.nvim/issues/2146)) ([8d55059](https://github.com/olimorris/codecompanion.nvim/commit/8d55059b63bcf53e8b4d3d0885c37b2282d6fa2d))
11+
12+
13+
### Bug Fixes
14+
15+
* **acp:** fix claude always outputting tool content ([062126b](https://github.com/olimorris/codecompanion.nvim/commit/062126b178783834c4bccc871cb3b200cc5aa3b9))
16+
* **adapters:** fix claude-code always outputting tool content ([#2169](https://github.com/olimorris/codecompanion.nvim/issues/2169)) ([062126b](https://github.com/olimorris/codecompanion.nvim/commit/062126b178783834c4bccc871cb3b200cc5aa3b9))
17+
* **chat:** debug window with acp adapters ([#2141](https://github.com/olimorris/codecompanion.nvim/issues/2141)) ([35c591f](https://github.com/olimorris/codecompanion.nvim/commit/35c591f457895f28f244684fa7e744fa3c9438c0))
18+
* **chat:** force memory to be added via slash command ([#2140](https://github.com/olimorris/codecompanion.nvim/issues/2140)) ([8899c27](https://github.com/olimorris/codecompanion.nvim/commit/8899c278c2e34108aec573b5f782a6bb7915d83c))
19+
* **chat:** infinite loop when toggling chat ([#2145](https://github.com/olimorris/codecompanion.nvim/issues/2145)) ([30fec3a](https://github.com/olimorris/codecompanion.nvim/commit/30fec3a084832d89cddb8d45827ff061e3564993))
20+
* **chat:** pass in opts to toggle ([#2143](https://github.com/olimorris/codecompanion.nvim/issues/2143)) ([971e584](https://github.com/olimorris/codecompanion.nvim/commit/971e584c29ea04aca189188378a0c9b10a1c531b))
21+
* **chat:** recursive chat open calls ([59a29bd](https://github.com/olimorris/codecompanion.nvim/commit/59a29bd5aea9d82489b13405895b0eead990c49b))
22+
* **ui:** append to existing winhighlight values ([#2166](https://github.com/olimorris/codecompanion.nvim/issues/2166)) ([5c8ec88](https://github.com/olimorris/codecompanion.nvim/commit/5c8ec88568115c4091cca331c4cbc42888cb5dc7))
23+
* **ui:** default to normal mode after applying inline diff ([#2014](https://github.com/olimorris/codecompanion.nvim/issues/2014)) ([b75615a](https://github.com/olimorris/codecompanion.nvim/commit/b75615a3064685f02b837b591f648536904bb702))
24+
325
## [17.23.0](https://github.com/olimorris/codecompanion.nvim/compare/v17.22.1...v17.23.0) (2025-09-17)
426

527

0 commit comments

Comments
 (0)