• v0.5.0 fcc2b9c3eb

    v0.5.0 Stable

    dave released this 2026-03-23 13:19:55 +00:00 | -11 commits to master since this release

    What's Changed

    Focus: Bot commands, multi-model agents, MCP tools

    Features

    • Chatgpt agent backend via openai api
    • Gemini agent backend via google ai api
    • Mcp tools for git operations
    • Make help command output alphabetical
    • Bot rebuild command to trigger server rebuild and restart
    • Start command should say queued not error when all coders are busy
    • Bot assign command to pre assign a model to a story
    • Remove makefile and make script release the single entry point for releases
    • Run storkit container under gvisor runsc runtime
    • Remove deprecated manual qa front matter field
    • Bot whatsup command shows in progress work summary
    • Mcp tool for whatsup story triage
    • Surface api rate limit warnings in chat
    • Bot sends shutdown message on server stop or rebuild
    • Rename bot whatsup command to status
    • Fetch real context window size from anthropic models api

    Bug Fixes

    • Cli treats help and version as project paths
    • Scaffold does not create mcp json in project root

    Refactors

    • Abstract agent runtime to support non claude code backends

    Other Changes

    • Revert gVisor (runsc) from Docker setup
    • Fix frontend tests failing in Docker due to wrong-platform rollup binary
    • Restore codebase deleted by bad auto-commit e4227cf
    • Fix worktree cleanup looping on orphaned directories
    • Remove empty serve submodule reference
    • Remove obsolete TIMMY_BRIEFING.md
    • Update .ignore to use renamed storkit paths
    • Make ANTHROPIC_API_KEY optional in docker-compose
    • Pre-create target dirs with storkit ownership in Dockerfile
    • revert: remove Docker workarounds now that container is fixed
    • fix: harden Docker environment so tests pass inside container
    • Add clippy to Docker image
    • Fix tmpfs ownership so storkit user can write to home dir
    • Fix Claude Code hanging in hardened container
    • Fix rebuild_and_restart in Docker by using cargo output path
    • Harden Docker container security
    • Fixing release

    Full diff: https://code.crashlabs.io/dave/storkit/compare/v0.4.1...v0.5.0

    Downloads