• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lsm / neokai / 24868590817
83%

Build:
DEFAULT BRANCH: dev
Ran 24 Apr 2026 02:08AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Canceled at 26 Apr 2026 08:16PM UTC via web
24868590817

push

github

web-flow
fix(daemon): reset channel cycle counters on human touch

The `maxCycles` safety cap should track "consecutive autonomous cycles without human oversight", not "total cycles ever". Previously, any human intervention mid-run left the cycle count intact — so 4 autonomous cycles + 1 human message + 1 more exchange would exhaust the cap, firing the safety net at exactly the wrong moment.

When `space.task.sendMessage` (the only RPC boundary for human→task messages) successfully injects a message, reset all channel cycle counters for the workflow run to 0. Both the direct task-agent path and the @mention sub-session path count as human touch because both are gated by the same RPC. Agent-to-agent delivery (send_message tool → flushPendingMessagesForTarget → injectSubSessionMessage) bypasses this RPC and is correctly unaffected.

- New `ChannelCycleRepository.resetAllForRun(runId)` — single bulk UPDATE.
- New `space.workflowRun.cyclesReset` daemonHub event + structured log for production observability.
- Reset is best-effort: failures are logged, RPC success is unchanged.
- 19 new tests covering all paths.
Source Files on build 24868590817
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #24868590817
  • 5b56605d on github
  • Prev Build on dev (#24867891157)
  • Next Build on dev (#24869029861)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc