Skip to content

chore: bump agentfield pin to >=0.1.84#34

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#34
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.84

Conversation

@AbirAbbas
Copy link
Copy Markdown
Contributor

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 pyproject.toml AND Dockerfile because the Dockerfile pins separately (one alone wouldn't invalidate the cache for both build paths). Same playbook as the 0.1.82→0.1.83 round (PR #33).

Test plan

  • Merge → wait for Railway to redeploy
  • railway ssh --service pr-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 pyproject.toml AND Dockerfile here
since the Dockerfile pins separately. Same playbook as the
0.1.82→0.1.83 round (PR #33 here).

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