|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.23.4] - 2026-02-19 |
| 7 | + |
| 8 | +This release introduces parallel session support with tab management, major command restructuring, and enhanced UI interactions. |
| 9 | + |
| 10 | +## What's New |
| 11 | + |
| 12 | +- Adds parallel session support with a new tab view to switch between sessions |
| 13 | +- Adds drag and drop functionality for reordering tabs |
| 14 | +- Adds mouse click support to elicitation, prompt input, and tool confirmation dialogs |
| 15 | +- Adds `X-Cagent-Model-Name` header to models gateway requests |
| 16 | +- Adds Ask list to permissions config to force confirmation for read-only tools |
| 17 | +- Defaults to running the default agent when no subcommand is given |
| 18 | + |
| 19 | +## Improvements |
| 20 | + |
| 21 | +- Restores ctrl-r binding for searching prompt history |
| 22 | +- Updates Claude Sonnet model version to 4.6 |
| 23 | +- Prevents closing the last remaining tab with Ctrl+W |
| 24 | +- Makes fetch tool not read-only |
| 25 | +- Handles Claude overloaded_error with retry logic |
| 26 | + |
| 27 | +## Bug Fixes |
| 28 | + |
| 29 | +- Fixes ctrl-c in docker agent and `docker agent` defaulting to `docker agent run` |
| 30 | +- Fixes completion command |
| 31 | +- Fixes cagent-action to expect a prompt |
| 32 | +- Fixes gemini use of vertexai environment variables |
| 33 | +- Fixes CPU profile file handling and error handling in isFirstRun |
| 34 | + |
| 35 | +## Technical Changes |
| 36 | + |
| 37 | +- Removes `cagent config` commands (breaking change) |
| 38 | +- Removes `cagent feedback` command (breaking change) |
| 39 | +- Removes `cagent build` command (breaking change) |
| 40 | +- Removes `cagent catalog` command (breaking change) |
| 41 | +- Moves a2a, acp, mcp and api commands under `cagent serve` (breaking change) |
| 42 | +- Replaces `cagent exec` with `cagent run --exec` (breaking change) |
| 43 | +- Moves pull and push under `cagent share` (breaking change) |
| 44 | +- Hides `cagent debug` |
| 45 | +- Adds skills to the default agent |
| 46 | +- Defaults restore_tabs to false |
| 47 | + |
| 48 | +### Pull Requests |
| 49 | + |
| 50 | +- [#1751](https://github.com/docker/cagent/pull/1751) - feat: add `X-Cagent-Model-Name` header to models gateway requests |
| 51 | +- [#1753](https://github.com/docker/cagent/pull/1753) - docs: update CHANGELOG.md for v1.23.3 |
| 52 | +- [#1755](https://github.com/docker/cagent/pull/1755) - Review cagent commands |
| 53 | +- [#1759](https://github.com/docker/cagent/pull/1759) - Restore ctrl-r binding for searching prompt history |
| 54 | +- [#1761](https://github.com/docker/cagent/pull/1761) - Fix completion command |
| 55 | +- [#1762](https://github.com/docker/cagent/pull/1762) - fix: cagent-action expects a prompt |
| 56 | +- [#1763](https://github.com/docker/cagent/pull/1763) - fix: gemini use of vertexai environment variables |
| 57 | +- [#1766](https://github.com/docker/cagent/pull/1766) - Add mouse click support to elicitation, prompt input, and tool confirmation dialogs |
| 58 | +- [#1768](https://github.com/docker/cagent/pull/1768) - chore(config): Update Claude Sonnet model version to 4.6 |
| 59 | +- [#1772](https://github.com/docker/cagent/pull/1772) - drag 'n drop tabs |
| 60 | +- [#1773](https://github.com/docker/cagent/pull/1773) - temp home dir to avoid issues in some environments |
| 61 | +- [#1777](https://github.com/docker/cagent/pull/1777) - Bump Go dependencies |
| 62 | +- [#1780](https://github.com/docker/cagent/pull/1780) - fallback: Handle overloaded_error |
| 63 | +- [#1782](https://github.com/docker/cagent/pull/1782) - Fix ctrl-c in `docker agent serve api` and fix `docker agent` defaulting to `docker agent run` |
| 64 | +- [#1785](https://github.com/docker/cagent/pull/1785) - permissions: add Ask list to force confirmation for tools |
| 65 | +- [#1786](https://github.com/docker/cagent/pull/1786) - Make fetch tool not read-only |
| 66 | +- [#1787](https://github.com/docker/cagent/pull/1787) - Daily fixes for the Nightly issue detector |
| 67 | +- [#1788](https://github.com/docker/cagent/pull/1788) - Fix path and typo |
| 68 | +- [#1789](https://github.com/docker/cagent/pull/1789) - Keep same error handling for main cli plugin execution |
| 69 | +- [#1790](https://github.com/docker/cagent/pull/1790) - tui/tabbar: Prevent closing the last remaining tab |
| 70 | + |
| 71 | + |
6 | 72 | ## [v1.23.3] - 2026-02-16 |
7 | 73 |
|
8 | 74 | This release adds Docker CLI plugin support and improves TUI performance by making model reasoning checks asynchronous. |
@@ -554,3 +620,5 @@ This release improves the terminal user interface with better error handling and |
554 | 620 | [v1.23.2]: https://github.com/docker/cagent/releases/tag/v1.23.2 |
555 | 621 |
|
556 | 622 | [v1.23.3]: https://github.com/docker/cagent/releases/tag/v1.23.3 |
| 623 | + |
| 624 | +[v1.23.4]: https://github.com/docker/cagent/releases/tag/v1.23.4 |
0 commit comments