Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:31
· 50 commits to main since this release
v0.4.0
d55906a

Changed

  • Directive trials are graded on how often you correct the agent; tool errors
    alone no longer retire a directive. (#36)
  • One directive per scope is on trial at a time; the rest wait as queued. (#36)
  • A reworded directive keeps its identity and trial; retired ones are
    remembered so they are not proposed again. (#36)
  • The measured trend leads with your correction rate. (#36)
  • The cost panel re-reads nothing that has not changed; per-day buckets stop
    at 400 days. (#37)

Fixed

  • A provider out of credit says so instead of a generic failure. (#37)
  • Today no longer loses a run that crossed midnight. (#37)
  • The runs filter can ask for running. (#37)
  • Learn from my last 20 turns no longer shows a previous batch's figures. (#37)
  • The retention selector shows a costHistoryDays set by hand in YAML. (#37)
  • The Pricing rate table stays in the page while collapsed. (#37)
  • Tab stays inside the confirm dialog; two accessibility fixes in the run
    list. (#37)

Full diff: v0.3.0...v0.4.0