-
v0.12.0 Stable
released this
2026-05-17 01:16:27 +00:00 | -33 commits to master since this releaseWhat's Changed
Focus: Bot commands, Docker hardening
Features
- Chat bootstrap Phase 1:
new projectchat command spawns a bare project container and registers it with the gateway (1106) - Chat bootstrap Phase 2a: stack-overlay framework + Rust and Node stack overlays (1107)
- Chat bootstrap Phase 3: SSH-remote editor access into the project container (any editor) (1108)
- Chat bootstrap Phase 4:
--gitclones an existing repo and configures push credentials (1109) - Chat bootstrap Phase 2b: additional stack overlays (Go, Python, Ruby, JVM) (1110)
Bug Fixes
- Test isolation:
init_for_test()andensure_content_store()are once-per-thread, not once-per-test, polluting CRDT state across tests (1111)
Other Changes
- docs: chat-driven project bootstrap design overview
Full diff: https://code.crashlabs.io/crashlabs/huskies/compare/v0.11.1...v0.12.0
Downloads
- Chat bootstrap Phase 1: