Skip to content

v0.235.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:14
fe226a2

Changelog

New features

  • feat(apps): let apps poll approval outcomes via getActionStatus + /requests?id=
  • feat(operator): add an edit-app route on the agent detail
  • feat(operator): remove suggested mock agents — the rail is real inventory only

Bug fixes

  • fix(apps): let the owner token improve and edit apps
  • fix(apps): render session-death tool rows as interrupted, not failed
  • fix(headless): fast-retry transient provider errors instead of blocking office turns
  • fix(knowledge): strip HTML metadata comments and prefer H1 titles on legacy pages
  • fix(operator): cut derived agent names at clause boundaries
  • fix(operator): stop mock draft agents impersonating real inventory
  • fix: address CodeRabbit review — turn-id staleness, poll annotation, pill/CTA sync
  • fix: second-round review — timestamp precision + deterministic empty-state wait

Documentation

  • docs(scaffold): forbid memoizing on the stable reactTable instance

Build and CI

  • ci: key the govulncheck binary cache by Go version

Maintenance

  • chore(deps): goldmark v1.7.17 + toolchain go1.26.5 for govulncheck
  • test(screenshots): spec for operator suggested-agents split (PR #1162)
  • test(screenshots): spec for the operator app-edit route