Skip to content

Releases: supernovae-st/nika-action

v1.0.7 — the default engine follows v0.105.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:02

Default engine-version → 0.105.0 (release-heal). v1 points here.

v1.0.6 — the default engine follows v0.104.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:06

Default engine-version → 0.104.0 (release-heal). v1 points here.

v1.0.5 — the default engine follows v0.103.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:02

Default engine-version → 0.103.0 (release-heal). v1 points here.

v1.0.4 — the default engine rides the 0.102 wave

Choose a tag to compare

@ThibautMelen ThibautMelen released this 13 Jul 08:21
cf0ae23

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

Choose a tag to compare

@ThibautMelen ThibautMelen released this 13 Jul 06:32
303568c
  • Default engine-version → 0.101.0 (#10) — was 0.99.0, two waves behind; 0.101 binaries carry the sovereign local lane (nika model pullserve).
  • The requires line 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

Choose a tag to compare

@ThibautMelen ThibautMelen released this 09 Jul 21:00
e90a55b

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.yaml

Full details: #1