Skip to content

v0.1.28

Choose a tag to compare

@cafitac cafitac released this 22 Apr 14:42
· 2 commits to main since this release

Highlights

  • make submit reuse an already running local runtime instead of rebinding the same host/port
  • add a backend-local POST /interactions path so callers can publish or publish-and-wait against an existing runtime
  • ship the Hermit roundtrip fix in the published 0.1.28 packages after the failed 0.1.27 CI attempt

Verification

  • npm run check
  • npm run publish:dry-run
  • node --import tsx --test --test-name-pattern submit packages/cli/src/index.test.ts
  • Hermit MCP smoke with a pre-started codex-channels runtime: waiting -> reply -> resume -> done