Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading