Skip to content

v2.39.4

Choose a tag to compare

@github-actions github-actions released this 08 Jun 12:01
· 28 commits to main since this release

v2.39.4

A maintenance release - internal test hardening plus the agent-docs distribution cutover. No public API surface changes; safe drop-in for all 2.39.x consumers.

Tooling & CI

  • Closed a silent CI gap in the CLI test suite. cli-ci.test.mjs and cli-deploy-ci.test.mjs were never referenced by the test / test:e2e scripts, so CI never ran them - they had quietly rotted against the earlier "drop the status: ok envelope" change and were still asserting a top-level field the CLI no longer emits. Both suites are updated to the current envelope (no top-level status, plus the new revoked: true field on ci revoke) and are now wired into both test and test:e2e, so CI guards them going forward.
  • Fixed stale --help output. The deploy apply / resume / list / events / release / diagnose / promote and image generate help text still documented the old { "status": "ok", ... } stdout shape; updated to match what the CLI actually emits.

Agent docs distribution

  • Deep references now served from docs.run402.com (#443). cli/llms-cli.txt, sdk/llms-sdk.txt, llms-mcp.txt, and SKILL.md are hosted by this repo's own OIDC docs-deploy workflow; old run402.com/<deep-ref> URLs 301-redirect.
  • ci link github generated-workflow example now shows < /dev/null, matching the #441 stdin fix (#442).
  • Archived the agent-docs-self-host OpenSpec change after final task cleanup (#445).

Full Changelog: v2.39.3...v2.39.4