- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Let a containerized coder reach a dev server on its host
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
packages/openagents-cli/src/endpoint.ts -
modified
packages/openagents-cli/test/endpoint.test.ts
Diff
2 files changed, +14 -1
packages/openagents-cli/src/endpoint.ts modified +8 -1
@@ -34,7 +34,14 @@ export const loopbackHostname = (hostname: string): boolean => {
| 34 | 34 |
|
| 35 | 35 |
|
| 36 | 36 |
|
| 37 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 38 | 45 |
|
| 39 | 46 |
|
| 40 | 47 |
|
packages/openagents-cli/test/endpoint.test.ts modified +6
@@ -73,6 +73,12 @@ describe("endpoint configuration", () => {
| 73 | 73 |
|
| 74 | 74 |
|
| 75 | 75 |
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 76 | 82 |
|
| 77 | 83 |
|
| 78 | 84 |
|