- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01E1mRkPGYmTVvMKqAzmQvy5
- Closes
- #41
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
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.
packages/openagents-cli/src/cli.ts
packages/openagents-cli/src/coder-capability.ts
packages/openagents-cli/src/coder-tools.ts
plugins/foreign-sessions/manifest.json
4 files changed, +39 -4
@@ -2537,9 +2537,14 @@ const coderCommand = Command.make(
| 2537 | 2537 |
|
| 2538 | 2538 |
|
| 2539 | 2539 |
|
| 2540 |
|
|
| 2541 |
|
|
| 2542 |
|
|
| 2543 |
|
|
| 2544 |
|
|
| 2540 | 2545 |
|
| 2541 | 2546 |
|
| 2542 |
|
|
| 2547 |
|
|
| 2543 | 2548 |
|
| 2544 | 2549 |
|
| 2545 | 2550 |
|
@@ -144,12 +144,31 @@ function catalogDescription(catalog: ReadonlyArray<PluginCatalogEntry>): string
| 144 | 144 |
|
| 145 | 145 |
|
| 146 | 146 |
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 147 | 153 |
|
| 148 | 154 |
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
|
| 158 |
|
|
| 159 |
|
|
| 160 |
|
|
| 161 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 149 | 167 |
|
| 150 | 168 |
|
| 151 | 169 |
|
| 152 | 170 |
|
| 171 |
|
|
| 153 | 172 |
|
| 154 | 173 |
|
| 155 | 174 |
|
@@ -197,7 +216,15 @@ export function capabilityTool(options: CapabilityOptions): CoderTool {
| 197 | 216 |
|
| 198 | 217 |
|
| 199 | 218 |
|
| 200 |
|
|
| 219 |
|
|
| 220 |
|
|
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 201 | 228 |
|
| 202 | 229 |
|
| 203 | 230 |
|
@@ -539,7 +539,10 @@ export function shellTool(cwd: string): CoderTool {
| 539 | 539 |
|
| 540 | 540 |
|
| 541 | 541 |
|
| 542 |
|
|
| 542 |
|
|
| 543 |
|
|
| 544 |
|
|
| 545 |
|
|
| 543 | 546 |
|
| 544 | 547 |
|
| 545 | 548 |
|
@@ -3,7 +3,7 @@
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 |
|
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|