Skip to content
Merged
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

### 0.28.0

#### New Features
- **General-Purpose Subagent**: Added a built-in general-purpose subagent option for broader multi-step research and implementation tasks.

#### Improvements
- **Model Defaults**: Added a configurable default model setting, and `/model` changes now apply only to the current session.
- **Markdown Links**: The TUI now shows destination URLs for markdown links.
- **Daemon Update Hints**: The app now warns when a connected daemon is out of date.
- **Cloud Error Visibility**: Cloud sessions now surface CLI startup errors more directly in Cosmos.
- **VFS Diagnostics**: VFS sync warnings and MCP merge collision errors now include clearer troubleshooting details.
- **Lazy Skill Includes**: Lazy-loaded skill bodies can now include nested skills.

#### Bug Fixes
- Fixed cloud agents to retry transient knowledgebase sync failures and stop cleanly on unrecoverable errors.

### 0.27.0

#### New Features
Expand Down
Loading