Skip to content

v0.7.1

Choose a tag to compare

@kiloloop-release kiloloop-release released this 11 Jun 22:26
· 1 commit to main since this release
8846080

Fixed

  • Fixed six engine correctness gaps: early --format validation before side effects, explicit --warm-context 1.0 handling, friction-aware assigned-agent METR re-checks, Python 3.10-compatible Z timestamp parsing, UTC-normalized calibration cohorts/order, and plan_waves duplicate/negative input validation (#31, #33, #36, #37, #38, #39).
  • README hero example now uses the real CLI surface with real captured output — the previous block invoked a nonexistent --model flag, passed an unsupported second positional task, and showed fabricated numbers (#28).
  • README Action workflow example now grants issues: read, required for issue fetching on private repos where an explicit permissions: block zeroes unlisted scopes (#40).
  • Claude Code plugin exposes the /estimate skill again: plugin.json now points skill discovery at skills/estimate/claude/, which the v0.7.0 multi-runtime restructure had moved out of the default skills/<name>/SKILL.md scan path (#29).
  • Dropped the phantom /validate-estimate and /calibrate slash commands (documented but never installable); validation and calibration now route through the installed skill as /estimate validate and /estimate calibrate (#29).
  • Refreshed stale METR model keys in examples/multi-agent.md output (gpt_5_3gpt_5_4, gemini_3_progemini_3_1_pro) to match current output (#28).

Full Changelog: v0.7.0...v0.7.1