Skip to content

KAI OS v0.1.79

Choose a tag to compare

@morning-verlu morning-verlu released this 14 Jun 23:47
· 108 commits to main since this release

What's Changed

  • Made invalid-config recovery commands directly executable: KAI OS now recommends kaios setup ... --force instead of a human-readable fix ... or rerun ... instruction.
  • Added stable regenerate-config nextAction id for automation that wants a concrete repair command.
  • Updated Agent Gate diagnosis so diagnosis.fixFirst points at the executable recovery command for invalid configs.

Verification

  • ./gradlew :kaios-cli:test --tests ai.kaios.cli.KaiosCliSmokeTest --no-daemon
  • ./gradlew test installDist distZip distTar --no-daemon
  • scripts/quickstart-smoke.sh
  • Manual invalid-config gate smoke: fix_first_id=regenerate-config, fix_first_command=kaios setup --ci --force, exit code 2.