Skip to content

v0.91.0 — onboarding wiring · headless builds

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:26

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 server

Highlights

  • Smoother first 15 minutesnika examples run <slug> --model mock/echo previews any embedded workflow offline; explicit onboarding wiring (nika init / nika wire); nika doctor now 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 plumbingmain moves to the next -dev version 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

🦋