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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### 0.35.0

#### New Features
- **Secrets API**: Added API and runtime support for managing secrets.
- **Daemon Pool Bundles**: Added declarative configuration for daemon pools.

#### Improvements
- **Environment Rebuilds**: Environment rebuild operations now run asynchronously.
- **Plan-Mode Editors**: Plan-mode editor paths now expand `~` to the home directory.
- **MCP Scopes**: Private and shared MCP scope changes now work when organization-level access controls are disabled.
- **Local Daemons**: Prevented duplicate local daemons from starting.
- **Explore Agents**: Corrected the tool allowlist for explore sub-agents.

#### Bug Fixes
- **OAuth Recovery**: Improved recovery when hosted MCP OAuth sessions expire.
- **Azure DevOps Projects**: Preserved Azure DevOps repository project information.
- **Authentication Security**: Auth session tokens are now written with restricted file permissions.

### 0.34.0

#### New Features
Expand Down
Loading