Skip to content

v0.46.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:32
· 428 commits to main since this release

Changelog

Features

  • 3511f3c feat(estimate): pre-run cost/scale estimate — EstimateRun + tracker estimate
  • 4b79f40 feat(trackerbot): Slack Tier-3 — /tracker slash command + App Home tab
  • af5501a feat(trackerbot): retry command — re-run a thread's last workflow
  • 9b57fc2 feat(trackerbot): workflows command + retry-on-failure nudge
  • f5c1c63 feat(trackerbot): budget-bump recovery on cost-ceiling breach
  • 020e92d feat(trackerbot): live status card — one message that updates as the run happens
  • 67549b0 feat(trackerbot): mid-run steer — inject guidance into a running workflow
  • 4a9a53f feat(trackerbot): pre-run confirm gate — Run/Cancel before spending
  • 660d3ee feat(trackerbot): richer delivery — surface the deliverable, cost + duration
  • dd16246 feat(trackerbot): status reports live progress (steps · spend · node)
  • 230e0bc feat(trackerbot): suggest workflows when a request can't be resolved
  • d95c291 feat(transport): trackerchat — a terminal REPL, second boundary consumer

Fixes

  • 3c12bbd fix(site): readable button hover, clean TOC pills, accurate build_product diagram
  • 0038741 fix(site): rebuild the main nav — fresh eyes
  • 0ac1fc7 fix(site): redesign on-page TOC + tighten mobile spacing
  • 0c3ce65 fix(site): stack wide tables into labeled cards on mobile

Other

  • 2147916 docs(plans): implementation plans — 6 transports + 4-tier Slack expansion
  • 01d4db7 docs(plans): transport expansion — plans for six new front-ends
  • 901cbb6 docs(site): DRY the Slack content; add a documentation/website plan
  • ebd91c4 docs(site): add Slack Bot getting-started guide
  • 693614b docs(site): document the cost estimate + live status card
  • a6be561 docs(trackerbot): fix README references after the chatops extraction
  • 56d2b0e docs(trackerbot): link the README to the Slack getting-started guide
  • d9293b4 docs(trackerbot): show how to make a workflow steerable
  • e3798cc refactor(transport): extract transport-neutral chatops core from trackerbot
  • dd0eeab release: v0.46.0 — transport boundary + Slack experience + second transport
  • 24e4321 style: gofmt commands.go, estimate_test.go, trackerbot/main.go
  • 209bd9c test(tracker): guard Config.SteeringChan forward into engine options