-
v0.10.2 Stable
released this
2026-04-15 19:21:46 +00:00 | 279 commits to master since this releaseWhat's Changed
Focus: Bot commands, developer experience, multi-model agents
Features
- Gateway ui bot configuration page
- Gateway ui project management add and remove projects
- Gateway ui connected agents dashboard
- Gateway ui cross project pipeline status view
- Expose agent remaining turns and budget via mcp tool
- Edit criterion mcp tool to update acceptance criteria text
- Remove criterion mcp tool to delete an acceptance criterion
- Diff bot command shows git diff from main branch to worktree branch
- Freeze command to hold a story at its current stage without advancing
- Bot configuration page
Bug Fixes
- Merge agent work should check if story is already done before attempting merge
- Depends bot command broken after removing filesystem story files
- Unblock command reads story files from filesystem instead of crdt
- Overview command reads story files from filesystem instead of crdt
- Show command reads story files from filesystem instead of crdt
Other Changes
- fix: remove duplicate / route in gateway that causes panic on startup
- chore: feed CONTEXT and STACK specs to all agents, update STACK with source map
- fix: rewrite coder agent prompts — run tests before commit, remove stale instructions
- docs: add project architecture section to README for agent context
Full diff: https://code.crashlabs.io/crashlabs/huskies/compare/v0.10.1...v0.10.2
Downloads