Skip to content

chore: bump agentfield pin to >=0.1.84#75

Merged
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.84
May 11, 2026
Merged

chore: bump agentfield pin to >=0.1.84#75
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.84

Conversation

@AbirAbbas
Copy link
Copy Markdown
Collaborator

Picks up agentfield 0.1.84 (release, merged PR).

What's in 0.1.84

INFO-level diagnostic logging on the cross-reasoner pause-propagation hot path. No behavior change; same imports, same control flow.

Why this PR is needed

Docker pip install layers are cached against file contents — >=0.1.83 already permits 0.1.84, but unless the constraint string itself changes, the cached layer with 0.1.83 keeps getting restored on rebuild. Bumped both requirements.txt AND requirements-docker.txt because the Dockerfile installs from the docker variant separately. Same playbook as the 0.1.82→0.1.83 round (PR #74).

Test plan

  • Merge → wait for Railway to redeploy
  • railway ssh --service SWE-AF "pip show agentfield" returns 0.1.84

0.1.84 adds INFO-level diagnostics on the cross-reasoner pause-
cascade path (agentfield#569). The flexible >=0.1.83 constraint on
its own won't reinstall the SDK on the next Docker build because the
cached `pip install` layer keys off file contents; changing the floor
forces re-resolution. Bumped both requirements.txt AND
requirements-docker.txt since the Dockerfile installs from the latter
separately. Same playbook as the 0.1.82→0.1.83 round (PR #74 here).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@AbirAbbas AbirAbbas merged commit 6fdf197 into main May 11, 2026
1 check 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