-
v0.8.8 Stable
released this
2026-04-03 10:20:56 +00:00 | 860 commits to master since this releaseWhat's Changed
Focus: Bot commands, developer experience
Features
- Matrix bot ignores messages addressed to other bots in ambient mode
Bug Fixes
- Store json created at project root instead of inside storkit
- Matrix history json and timers json missing from scaffold storkit gitignore
- Strip bot mention fails on element markdown mention pill format
Other Changes
- fix: strip emoji between bot mention and command text
- chore: remove debug log from verification handler
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.7...v0.8.8
Downloads
-
v0.8.7 Stable
released this
2026-04-02 13:14:30 +00:00 | 880 commits to master since this releaseWhat's Changed
Other Changes
- debug: log all room messages in verification handler to diagnose in-room verification
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.6...v0.8.7
Downloads
-
v0.8.6 Stable
released this
2026-04-02 12:44:57 +00:00 | 882 commits to master since this releaseWhat's Changed
Focus: Multi-model agents, developer experience, bot commands
Features
- Deduplicate work item display in web ui story panel
Bug Fixes
- Claude code pty crashes with fatal runtime error on agent restart
- Matrix bot ignores in room verification requests from element
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.5...v0.8.6
Downloads
-
v0.8.5 Stable
released this
2026-04-02 10:23:01 +00:00 | 892 commits to master since this releaseWhat's Changed
Focus: Developer experience, bot commands
Bug Fixes
- Oauth callback url ignores port cli flag
- Web ui silently swallows chat errors including oauth login link
Other Changes
- fix: update /help test to expect botCommand dispatch, fix PTY fd leak in claude_code.rs (#451, #452)
- fix: join PTY reader thread before returning to prevent stale fd leak (#453)
- Using init: true in docker
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.4...v0.8.5
Downloads
-
v0.8.4 Stable
released this
2026-03-31 10:36:49 +00:00 | 926 commits to master since this releaseWhat's Changed
Focus: Developer experience, bot commands
Features
- Oauth login button in web ui
- Send oauth login link via chat when credentials are missing
Bug Fixes
- Element tab completion display name breaks bot command matching
Other Changes
- Adding more slash commands
- Allowing stat in claude permissions
- Updating sha2
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.3...v0.8.4
Downloads
-
v0.8.3 Stable
released this
2026-03-30 17:31:18 +00:00 | 938 commits to master since this releaseWhat's Changed
Other Changes
- feat: add Linux arm64 build to release script
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.2...v0.8.3
Downloads
-
v0.8.2 Stable
released this
2026-03-30 11:04:34 +00:00 | 941 commits to master since this releaseWhat's Changed
Focus: Bot commands, developer experience
Features
- Setup wizard interviews user on bare projects with no existing code
- Wizard auto checks completion on first conversation
- Slash command autocomplete in web ui text input
Bug Fixes
- Strip prefix ci panics on multi byte utf 8 input
- Rate limited mergemaster exits advance stories to done without merging
Refactors
- Unify story stuck states into a single status field
- Consolidate is permission approval into chat util
- Deduplicate get project root wrappers in io modules
- Extract shared test helpers test ctx write story file make api
Other Changes
- fix: gate runner delegates to script/test instead of hardcoding cargo clippy
- fix: wizard README instructions explicitly require LLM to generate and write files
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.1...v0.8.2
Downloads
-
v0.8.1 Stable
released this
2026-03-28 15:40:01 +00:00 | 991 commits to master since this releaseWhat's Changed
Focus: Multi-model agents, MCP tools, bot commands
Features
- Qa agent reviews code changes against acceptance criteria
- Complete setup wizard with mcp tools and agent driven file generation
Bug Fixes
- Status command traffic light dots not coloured in matrix
Other Changes
- fix: unblock command also clears merge_failure field
- fix(426): also narrow pre-cherry-pick code change check to .storkit/work/
- feat: wizard detects bare projects and prompts user interview for context/stack
- fix: wizard hints address the LLM not the user, README adds bare project guidance
- docs: move wizard instructions to .storkit/README.md for LLM-agnostic access
- fix: scaffold CLAUDE.md uses active wizard instruction
- fix: scaffold CLAUDE.md now mentions wizard and MCP tools
- docs: rewrite quickstart as a step-by-step with wizard flow
- fix(426): narrow merge verification exclude to .storkit/work/ only
- docs: add Claude Code quickstart, web UI, and chat transport sections to README
- feat(399): add --port CLI flag with project.toml persistence
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.8.0...v0.8.1
Downloads
-
v0.8.0 Stable
released this
2026-03-28 13:35:00 +00:00 | 1015 commits to master since this releaseWhat's Changed
Features
- Interactive project setup wizard for new storkit projects
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.7.1...v0.8.0
Downloads
-
v0.7.1 Stable
released this
2026-03-28 13:22:35 +00:00 | 1019 commits to master since this releaseWhat's Changed
Other Changes
- fix: release script handles already-bumped version gracefully
- fix: release script exits silently when grep finds no matches
- Adding GPL for the moment.
- fix(426): verify cherry-pick landed on master before marking story done
Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.7.0...v0.7.1
Downloads