Skip to content

chore: track agentfield v0.1.111 (SDK re-pin + Python floor bump)#101

Merged
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.111
Jul 20, 2026
Merged

chore: track agentfield v0.1.111 (SDK re-pin + Python floor bump)#101
AbirAbbas merged 1 commit into
mainfrom
chore/bump-agentfield-0.1.111

Conversation

@AbirAbbas

Copy link
Copy Markdown
Collaborator

Summary

agentfield v0.1.111 ships model#variant reasoning-effort support in all three SDK harnesses (Agent-Field/agentfield#801) — the piece the SWE_MODEL_* tier vars' optional #variant suffix (#100) rides on. This bump makes both SWE-AF nodes consume it:

  • Python floor agentfield>=0.1.108>=0.1.111 in pyproject.toml, requirements.txt, requirements-docker.txt — the constraint-string change forces Docker layer rebuilds to actually pull the new release instead of serving the cached SDK.
  • Go SDK pin → the v0.1.111 release commit (dfb5c8a) in go/go.mod/go.sum, plus the matching AGENTFIELD_SDK_REF in .github/workflows/ci.yml, go/Dockerfile, and go/Makefile (same file set as chore: track agentfield v0.1.108 (SDK re-pin + Python floor bump) #95, the previous re-pin).

Validation

  • Fresh 3.12 venv from the committed tree: pip install -e ".[dev]" resolves agentfield 0.1.111 from PyPI, and the installed release contains the variant helper (split_model_variant importable and functional) — i.e. the released artifact really has #801.
  • make check with 0.1.111 installed: 1052 passed, 1 skipped.
  • Go with the new pin (GOWORK=off, Go 1.23 toolchain): gofmt/go build/go vet/go test -race ./... — all packages ok.

With this merged, the full stack is live end-to-end: SWE_MODEL_HIGH=openrouter/z-ai/glm-5.2#high etc. resolve per role tier and the harness passes --variant high to opencode / model_reasoning_effort to codex on both the Python and Go nodes.


🤖 Generated with Claude Code

v0.1.111 ships model#variant reasoning-effort support in all three SDK
harnesses (Agent-Field/agentfield#801), which the SWE_MODEL_* tier vars'
optional #variant suffix rides on. Floor bump forces Docker layer
rebuilds to pick it up; the Go SDK pin moves to the same release commit.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@AbirAbbas
AbirAbbas merged commit 2e331f5 into main Jul 20, 2026
3 checks passed
@AbirAbbas
AbirAbbas deleted the chore/bump-agentfield-0.1.111 branch July 20, 2026 19:25
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