Skip to content

v0.69.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 21:07
· 44 commits to main since this release

Changelog

Fixes

  • 616af68 fix(chatops): put chat rendering behind the bounded event queue (#600)
  • fc77b77 fix(handlers): split gate-scoped cancel from run-wide teardown (#599)
  • 848e1b2 fix(llm): derive normalized token total as fresh input + output (#597)
  • b1a4cd5 fix(swebench): ownership-aware cleanup and deadline/watchdog split (#598, #608)
  • 7c051b6 fix(tui): make search selection own the log viewport (#611)

Other

  • 1ce7740 docs(gateway): make the architecture guide the sole authority (#610)
  • f9ee416 docs(release): v0.69.0 — SIFT batches 3-4 (#597/#598/#599/#600/#602/#608/#610/#611/#614/#615)
  • e41278d docs(site): retire the undeployed docs/site copy (#615)
  • 14feb41 merge: DIP as shipped-example authority — first slice (#614)
  • 8ad4b73 merge: buffer chat event delivery off the engine goroutine (#600)
  • b01f3d4 merge: derived normalized token totals (fresh_input+output invariant) (#597)
  • 220e619 merge: gate-scoped interviewer cancel vs run-wide teardown (#599)
  • 1092201 merge: goal-gate checkpoint state machine + legacy migration (#602)
  • b2d204e merge: one authoritative gateway routing guide (#610)
  • 833cee9 merge: ownership-aware swebench cleanup + deadline/watchdog separation (#598, #608)
  • 1f8762e merge: retire the undeployed docs/site website copy (#615)
  • 52e583c merge: search selection owns the activity-log viewport (#611)
  • 360f2eb refactor(pipeline): model goal-gate state as one per-gate record (#602)
  • 40ab924 test(examples): make DIP the authority for sprint_exec integration test (#614)