Releases: supernovae-st/nika-action
Release list
v1.0.7 — the default engine follows v0.105.0
Default engine-version → 0.105.0 (release-heal). v1 points here.
v1.0.6 — the default engine follows v0.104.0
Default engine-version → 0.104.0 (release-heal). v1 points here.
v1.0.5 — the default engine follows v0.103.0
Default engine-version → 0.103.0 (release-heal). v1 points here.
v1.0.4 — the default engine rides the 0.102 wave
Default engine-version → 0.102.0 (the LSP wave — and 0.101+'s sovereign local lane). v1 points here.
v1.0.3 — the default engine rides the 0.101 wave
- Default
engine-version→ 0.101.0 (#10) — was 0.99.0, two waves behind; 0.101 binaries carry the sovereign local lane (nika model pull→serve). - The
requiresline says whether the models resolve (#5) — the sticky comment names unresolvable models before anyone runs. - Docs: integrations map (#6) · security posture file (#2) · the static check→fix capture in the intro (#8).
v1 now points here — uses: supernovae-st/nika-action@v1 picks all of this up.
v1.0.2 — receipts survive red goldens
The receipt survives the red case. A failing nika test golden used to abort the composite before the render — no comment exactly when the reviewer needed one. The test lane now captures the exit, renders golden test FAILED (exit N) into the sticky comment/step summary, and the final gate fires on check + golden combined.
Unknown modes are refused by name. mode: run no longer silently narrows to check-only — execution is not this action's job, and the refusal says so (::error, exit 1).
The test lane proves itself in CI. Tracked offline fixture (fixtures/input.txt + golden, mock provider, zero keys) + two new e2e steps: golden lane green, unknown mode refused.
Chainable outputs documented: clean · cost-floor · cost-unbounded — always consume the floor with its unbounded flag, never the bare number.
- uses: supernovae-st/nika-action@v1
with:
workflow: flows/daily-brief.nika.yamlFull details: #1