From de341bf6535ba3d2cf977b688876c9fb68275aac Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Wed, 6 May 2026 05:55:12 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.26.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edeb0f..c3a16b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### 0.26.0 + +#### New Features +- **PDF Attachments**: Added support for attaching PDF files to conversations. +- **Expert Auto-Archive**: Expert YAML bundles now support an auto-archive setting for automatic session cleanup. +- **Raw Codebase Retrieval**: New raw codebase retrieval tool for direct access to indexed code results. + +#### Improvements +- **Daemon Version Display**: Daemon list and session details now show the CLI version running on each daemon. +- **Better Entitlement Errors**: Improved error messages when daemon entitlement checks fail. +- **Non-Interactive Mode Errors**: Permission errors are now surfaced earlier when running feature-gated commands in non-interactive mode. +- **Removed Deprecated Commands**: Removed the deprecated Slack channel `claim` and `release` commands. + +#### Bug Fixes +- Fixed cloud session sync failing when targeting a specific agent by ID. +- Fixed Git PR and branch sync for worktree-based sessions. + ### 0.25.1 #### New Features From 79cd118440d74ef6387da93a0eec29f8444b7169 Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Thu, 25 Jun 2026 21:09:42 +0000 Subject: [PATCH 2/2] docs: trim v0.26.0 changelog to user-facing CLI changes --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a8d6b..993bd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,13 +74,11 @@ #### New Features - **PDF Attachments**: Added support for attaching PDF files to conversations. - **Expert Auto-Archive**: Expert YAML bundles now support an auto-archive setting for automatic session cleanup. -- **Raw Codebase Retrieval**: New raw codebase retrieval tool for direct access to indexed code results. #### Improvements - **Daemon Version Display**: Daemon list and session details now show the CLI version running on each daemon. - **Better Entitlement Errors**: Improved error messages when daemon entitlement checks fail. - **Non-Interactive Mode Errors**: Permission errors are now surfaced earlier when running feature-gated commands in non-interactive mode. -- **Removed Deprecated Commands**: Removed the deprecated Slack channel `claim` and `release` commands. #### Bug Fixes - Fixed cloud session sync failing when targeting a specific agent by ID.