chore(deps): bump agentfield to >=0.1.73#56
Merged
Conversation
Pulls in the OpenCodeProvider stderr-error-detection fix released in agentfield 0.1.73 (Agent-Field/agentfield#525). Without this bump the Docker image keeps resolving to the cached older agentfield, so the companion SWE-AF model-prefix fix from #55 lands but the harness still silently swallows opencode "Model not found" / auth errors at exit 0. Updates the pin in: - requirements-docker.txt (Docker build path) - requirements.txt (bare-metal install path) - pyproject.toml (was lagging at 0.1.9) Verified agentfield-0.1.73-py3-none-any.whl ships _extract_opencode_error and _OPENCODE_STDERR_ERROR_PATTERNS. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) <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
Pulls in the
OpenCodeProviderstderr-error-detection fix released inagentfield 0.1.73(companion PRAgent-Field/agentfield#525).Without this bump the Docker build keeps resolving to whatever older
agentfieldgot cached when0.1.67was first pinned, so the SWE-AF model-prefix fix from #55 lands in production but the harness still silently swallows opencodeModel not found/AuthenticationError/APIErrorcases that exit 0. Operators would once again see "Product manager failed to produce a valid PRD" with the migration prelude in stderr and no clue what's wrong.Changes
requirements-docker.txt—agentfield>=0.1.67→agentfield>=0.1.73requirements.txt— same bump (bare-metal install path)pyproject.toml— was lagging atagentfield>=0.1.9, bumped to matchVerified
agentfield-0.1.73-py3-none-any.whlships both_extract_opencode_errorand_OPENCODE_STDERR_ERROR_PATTERNS:Test plan
pip download agentfield==0.1.73succeeds and contains the fix.github buddy implementonAgent-Field/github-buddy#22, confirm any future opencode error surfaces with the actual cause in Railway logs (not buried under the SQLite migration prelude).🤖 Generated with Claude Code