Skip to content

Commit d9eb2fe

Browse files
AbirAbbasclaude
andauthored
chore(deps): bump agentfield to >=0.1.73 (#56)
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>
1 parent c9f230e commit d9eb2fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Autonomous SWE agent node for AgentField"
55
requires-python = ">=3.12"
66
dependencies = [
7-
"agentfield>=0.1.9",
7+
"agentfield>=0.1.73",
88
"pydantic>=2.0",
99
# Compatibility pin: newer SDK builds have surfaced
1010
# "Unknown message type: rate_limit_event" during streaming.

requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# Same runtime dependencies as requirements.txt.
44

5-
agentfield>=0.1.67
5+
agentfield>=0.1.73
66
pydantic>=2.0
77
claude-agent-sdk==0.1.20

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#
33
# Install: python -m pip install -r requirements.txt
44

5-
agentfield>=0.1.67
5+
agentfield>=0.1.73
66
pydantic>=2.0
77
claude-agent-sdk==0.1.20

0 commit comments

Comments
 (0)