- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Reach a host's Ollama from a containerized coder
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
bench/adapters/openagents_coder.py -
modified
packages/openagents-cli/src/cli.ts
Diff
2 files changed, +29 -5
bench/adapters/openagents_coder.py modified +19 -3
@@ -58,7 +58,7 @@ class OpenAgentsCoder(BaseInstalledAgent):
| 58 | 58 |
|
| 59 | 59 |
|
| 60 | 60 |
|
| 61 |
|
|
| 61 |
|
|
| 62 | 62 |
|
| 63 | 63 |
|
| 64 | 64 |
|
@@ -70,7 +70,17 @@ class OpenAgentsCoder(BaseInstalledAgent):
| 70 | 70 |
|
| 71 | 71 |
|
| 72 | 72 |
|
| 73 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 74 | 84 |
|
| 75 | 85 |
|
| 76 | 86 |
|
@@ -136,8 +146,14 @@ class OpenAgentsCoder(BaseInstalledAgent):
| 136 | 146 |
|
| 137 | 147 |
|
| 138 | 148 |
|
| 149 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 139 | 155 |
|
| 140 | 156 |
|
| 141 | 157 |
|
| 142 |
|
|
| 158 |
|
|
| 143 | 159 |
|
packages/openagents-cli/src/cli.ts modified +10 -2
@@ -1965,7 +1965,7 @@ const coderCommand = Command.make(
| 1965 | 1965 |
|
| 1966 | 1966 |
|
| 1967 | 1967 |
|
| 1968 |
|
|
| 1968 |
|
|
| 1969 | 1969 |
|
| 1970 | 1970 |
|
| 1971 | 1971 |
|
@@ -2016,7 +2016,11 @@ const coderCommand = Command.make(
| 2016 | 2016 |
|
| 2017 | 2017 |
|
| 2018 | 2018 |
|
| 2019 |
|
|
| 2019 |
|
|
| 2020 |
|
|
| 2021 |
|
|
| 2022 |
|
|
| 2023 |
|
|
| 2020 | 2024 |
|
| 2021 | 2025 |
|
| 2022 | 2026 |
|
@@ -2194,6 +2198,10 @@ const coderCommand = Command.make(
| 2194 | 2198 |
|
| 2195 | 2199 |
|
| 2196 | 2200 |
|
| 2201 |
|
|
| 2202 |
|
|
| 2203 |
|
|
| 2204 |
|
|
| 2197 | 2205 |
|
| 2198 | 2206 |
|
| 2199 | 2207 |
|