chore: track agentfield v0.1.111 (SDK re-pin + Python floor bump)#101
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agentfield v0.1.111 ships
model#variantreasoning-effort support in all three SDK harnesses (Agent-Field/agentfield#801) — the piece theSWE_MODEL_*tier vars' optional#variantsuffix (#100) rides on. This bump makes both SWE-AF nodes consume it:agentfield>=0.1.108→>=0.1.111inpyproject.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.dfb5c8a) ingo/go.mod/go.sum, plus the matchingAGENTFIELD_SDK_REFin.github/workflows/ci.yml,go/Dockerfile, andgo/Makefile(same file set as chore: track agentfield v0.1.108 (SDK re-pin + Python floor bump) #95, the previous re-pin).Validation
pip install -e ".[dev]"resolves agentfield 0.1.111 from PyPI, and the installed release contains the variant helper (split_model_variantimportable and functional) — i.e. the released artifact really has #801.make checkwith 0.1.111 installed: 1052 passed, 1 skipped.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#highetc. resolve per role tier and the harness passes--variant highto opencode /model_reasoning_effortto codex on both the Python and Go nodes.🤖 Generated with Claude Code