Skip to content

KAI OS v0.1.84

Choose a tag to compare

@morning-verlu morning-verlu released this 15 Jun 00:44
· 103 commits to main since this release

KAI OS v0.1.84 hardens the product path with a read-only workspace compass.

Highlights:

  • Added kaios next, a workspace-aware command that prints the single best next command.
  • Added kaios.next/v1 JSON with status, action, fixFirst, signals, next, and nextActions for docs, support bots, CI helpers, and future UI surfaces.
  • kaios next prioritizes repair, then Agent Gate verification, then process inspection once evidence is healthy.
  • Updated README, install docs, launch kit, support docs, website, JSON contracts, and CLI help to make kaios next the first low-friction entry point.

Verification:

  • ./gradlew :kaios-cli:test --tests ai.kaios.cli.KaiosCliSmokeTest --no-daemon
  • ./gradlew test installDist distZip distTar --no-daemon
  • scripts/quickstart-smoke.sh
  • Manual kaios next smoke for empty, setup-only, and ready workspaces.