Skip to content

v0.73.0 β€” Native Bundled

Choose a tag to compare

@github-actions github-actions released this 06 Apr 01:19

πŸ¦‹ Nika v0.73.0

Semantic YAML Workflow Engine for AI β€” Schema nika/workflow@0.12

What's Changed

Fixed

  • from_example: template paths β€” {{inputs.*}} templates now resolved before file I/O in all 4 StructuredOutputEngine paths + agent pre-read.
  • skills: path resolution β€” Skills now resolve from project root (new skills_base_dir), consistent with context:, nika:read, and all other file operations.
  • guardrails: on infer tasks β€” Task-level guardrails: field now accepted for shorthand infer: "string" (was only inside full-form infer block).
  • context: files: template paths β€” {{inputs.*}} templates now supported in context file paths. Inputs loaded before context files.
  • Subprocess artifacts in API β€” nika serve subprocess mode now scans output directory post-execution and registers artifacts in SQLite. /v1/jobs/{id}/artifacts returns real data.
  • Fallback chain error reporting β€” Skip providers without API keys instead of trying them. Report first meaningful error, not last.
  • systemd service template β€” Documented WorkingDirectory requirement. Updated ReadWritePaths to output/.
  • Homebrew CI version guard β€” Validate semver format before updating formula, prevents wrong version stamps.

πŸ“¦ Install

Method Command
πŸš€ Quick curl -fsSL https://raw.githubusercontent.com/supernovae-st/nika/main/install.sh | sh
🍺 Homebrew brew install supernovae-st/tap/nika
πŸ“¦ npm npx @supernovae-st/nika
πŸ¦€ Cargo cargo install nika
🐳 Docker docker run --rm ghcr.io/supernovae-st/nika:0.73.0
πŸ’» VS Code Search "Nika" or ext install supernovae.nika-lang
πŸͺŸ Scoop scoop bucket add nika https://github.com/supernovae-st/scoop-nika && scoop install nika
🐧 AUR yay -S nika-bin

πŸ“₯ Downloads

Platform Architecture File Size
🍎 macOS Apple Silicon nika-macos-arm64-0.73.0.tar.gz 33M
🍎 macOS Intel nika-macos-x64-0.73.0.tar.gz 36M
🐧 Linux x64 nika-linux-x64-0.73.0.tar.gz 36M
🐧 Linux ARM64 nika-linux-arm64-0.73.0.tar.gz 34M
πŸͺŸ Windows x64 nika-windows-x64-0.73.0.zip

πŸ” All binaries include SHA256 checksums, SLSA provenance, and macOS notarization.

🌐 Available On

Platform Link
GitHub v0.73.0
VS Code supernovae.nika-lang
Open VSX supernovae.nika-lang
npm @supernovae-st/nika
crates.io nika
Docker ghcr.io Β· Docker Hub
Homebrew supernovae-st/tap/nika
Scoop supernovae-st/scoop-nika
AUR nika-bin

πŸ“Š Stats

Metric Value
πŸ¦€ Crates 19 workspace crates
πŸ§ͺ Tests 10313+ passing
πŸ“¦ npm 6 platform packages
πŸ” macOS Signed + Notarized (Developer ID)
πŸ›‘οΈ SLSA Build provenance attested
🐳 Docker Multi-arch amd64/arm64 + SBOM

Made with πŸ’œ by SuperNovae Studio β€” Open Source, AGPL-3.0

Full Changelog: v0.0.0...v0.73.0