Skip to content

v0.6.0 Switchboard

Latest

Choose a tag to compare

@pumblus pumblus released this 02 Jul 13:54

OKF Harness now has a switchboard for installing the shared runtime and native agent integrations from one setup flow, include Claude Code, Codex, OpenCode, Pi, Hermes Agent, and OpenClaw.

Install

macOS and Linux:

curl -fsSL https://okf-harness.dev/install.sh | sh

Windows:

iwr https://okf-harness.dev/install.ps1 | iex

For single-agent native install paths, see the README.

What changed

  • Added the universal setup flow through @okf-harness/setup, with Node.js 22+ checks, detected agent integrations, an auditable setup plan, explicit runtime install/update steps, and post-install okfh doctor --json verification.
  • Added v0.6 native integration coverage for Claude Code, Codex, OpenCode, Pi, Hermes Agent, and OpenClaw, while keeping the high-frequency okf-harness workflow workspace-local.
  • Published @pumblus/okf-harness as the native bootstrap package for host-native installs that need an npm-backed package surface.
  • Removed hidden CLI-package postinstall writes, so agent configuration changes now happen through setup or native host installation instead of npm install side effects.
  • Expanded release smokes for tarball contents, installer script sources, marketplace installs, OpenCode registry install, and separated runtime/native/legacy/workspace doctor checks.

Notes

  • This is the v0.6 install milestone: setup and native integrations are now the primary public install story.
  • Node.js 22 or newer is required. Setup does not install Node.js, does not run sudo, and does not create the first OKF Harness workspace.
  • Installer scripts are attached to this GitHub Release; native and direct CLI-only commands stay in the docs rather than the release Install section.