Skip to content

chore(deps): bump agentfield floor to 0.1.81#71

Merged
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.81
May 9, 2026
Merged

chore(deps): bump agentfield floor to 0.1.81#71
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.81

Conversation

@AbirAbbas
Copy link
Copy Markdown
Collaborator

Summary

Why

v0.1.80 attempted the same fix via an SSE event listener gated behind `enable_event_stream` (default off, not enabled on any deployed service). It never fired in production — `implement_from_issue` still tripped its 7200s wallclock budget despite a long hax-sdk approval gap. v0.1.81 moves the pause toggle into `wait_for_result`'s polling loop, which runs unconditionally.

Test plan

  • CI green
  • After deploy, run an `implement_from_issue` flow that hits a hax-sdk approval gate; the parent watchdog should not trip the 2hr budget if active work is under it

🤖 Generated with Claude Code

Picks up the poll-driven cross-reasoner pause propagation fix shipped in
agentfield v0.1.81 (Agent-Field/agentfield#562). v0.1.80 attempted the same
fix via an SSE listener that was gated behind ``enable_event_stream``
(default off) and never fired in production — observed on a long
implement_from_issue run that timed out at exactly the 7200s wallclock
budget despite a long hax-sdk approval gap.

Bumping the constraint string is required to bust the Docker pip-install
layer cache; otherwise the cached layer would keep restoring 0.1.80 even
once 0.1.81 is on PyPI.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@AbirAbbas AbirAbbas merged commit ab58917 into main May 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant