v0.91.0 — onboarding wiring · headless builds
Explicit onboarding wiring in the CLI · nika examples run takes a --model override with an offline mock hint · headless build fixes (xcap backend default-off · atspi 0.29) · doctor recognizes the workspace Cursor MCP config · the release pipeline separates the dev version from brew assets.
Install: brew install supernovae-st/tap/nika · or curl -fsSL https://nika.sh/install.sh | sh
📚 The full arc — changelog with tags · Docs · Roadmap
Intent as Code — the workflow language for AI. One file, 4 verbs, one Rust binary.
brew install supernovae-st/tap/nika # or: curl -LsSf https://nika.sh/install.sh | sh
nika examples run 01-hello --model mock/echo # zero setup — no key, no model serverHighlights
- Smoother first 15 minutes —
nika examples run <slug> --model mock/echopreviews any embedded workflow offline; explicit onboarding wiring (nika init/nika wire);nika doctornow recognizes workspace Cursor MCP configs. - Headless & Linux builds fixed — screen capture is an optional, default-off backend (
xcap), so server/CI builds compile clean; a full Linux dependency-chain pass (atspi 0.29, pipewire, egl/gl) turned the CI matrix green. - Honest release plumbing —
mainmoves to the next-devversion immediately after each release, so a locally-built binary can never masquerade as the Homebrew asset. - Docs truth pass — README quickstart is real-install verified (brew + curl + air-gapped), editor-support section added, retired version schemes cleaned up.
Full commit-level changelog: CHANGELOG.md
Full diff: v0.90.0...v0.91.0
🦋