- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_012TRDRrfL1khQhQtNr3SRrA
Target /api/v1, and stop revoking a thread on the way out
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/README.md -
modified
packages/openagents-cli/contracts/repositories-v1.json -
modified
packages/openagents-cli/skills/openagents-cli/SKILL.md -
modified
packages/openagents-cli/skills/superdelegate/SKILL.md -
modified
packages/openagents-cli/src/api-contract.ts -
modified
packages/openagents-cli/src/api-passthrough.ts -
modified
packages/openagents-cli/src/cli.ts -
modified
packages/openagents-cli/src/coder-backends.ts -
modified
packages/openagents-cli/src/coder-export.ts -
modified
packages/openagents-cli/src/coder-markdown.ts -
modified
packages/openagents-cli/src/coder-merge.ts -
modified
packages/openagents-cli/src/coder-ollama.ts -
modified
packages/openagents-cli/src/coder-plugins.ts -
modified
packages/openagents-cli/src/coder-resume.ts -
modified
packages/openagents-cli/src/coder-self-harness.ts -
modified
packages/openagents-cli/src/coder-shell.ts -
modified
packages/openagents-cli/src/coder-skills.ts -
modified
packages/openagents-cli/src/coder-thread.ts -
modified
packages/openagents-cli/src/coder-tools.ts -
modified
packages/openagents-cli/src/coder-transcript.ts -
modified
packages/openagents-cli/src/coder-ui.ts -
modified
packages/openagents-cli/src/coder-zen.ts -
added
packages/openagents-cli/src/constants.ts -
modified
packages/openagents-cli/src/device-client.ts -
modified
packages/openagents-cli/src/fleet-client.ts -
modified
packages/openagents-cli/src/forum-client.ts -
modified
packages/openagents-cli/src/index.ts -
modified
packages/openagents-cli/src/issue-client.ts -
modified
packages/openagents-cli/src/repository-client.ts -
modified
packages/openagents-cli/src/trace-command.ts -
modified
packages/openagents-cli/src/tracker-request.ts -
modified
packages/openagents-cli/test/api-command.test.ts -
modified
packages/openagents-cli/test/api-passthrough.test.ts -
modified
packages/openagents-cli/test/coder-backends.test.ts -
modified
packages/openagents-cli/test/coder-dev-server.test.ts -
modified
packages/openagents-cli/test/coder-export.test.ts -
modified
packages/openagents-cli/test/coder-ollama.test.ts -
modified
packages/openagents-cli/test/coder-paste.test.ts -
modified
packages/openagents-cli/test/coder-plugin-list-dir.test.ts -
modified
packages/openagents-cli/test/coder-plugin-mounts.test.ts -
modified
packages/openagents-cli/test/coder-resume.test.ts -
modified
packages/openagents-cli/test/coder-self-harness.test.ts -
modified
packages/openagents-cli/test/coder-shell.test.ts -
modified
packages/openagents-cli/test/coder-skills.test.ts -
modified
packages/openagents-cli/test/coder-steer.test.ts -
modified
packages/openagents-cli/test/coder-tools-openagents.test.ts -
modified
packages/openagents-cli/test/coder-transcript.test.ts -
modified
packages/openagents-cli/test/coder-ui.test.ts -
modified
packages/openagents-cli/test/coder-zen.test.ts -
modified
packages/openagents-cli/test/deploy-command.test.ts -
modified
packages/openagents-cli/test/device-client.test.ts -
modified
packages/openagents-cli/test/fleet-client.test.ts -
modified
packages/openagents-cli/test/issue-client.test.ts -
modified
packages/openagents-cli/test/issue-command.test.ts -
modified
packages/openagents-cli/test/repository-client.test.ts -
modified
packages/openagents-cli/test/trace-command.test.ts
Diff
56 files changed, +443 -293
packages/openagents-cli/README.md modified +3 -3
@@ -153,8 +153,8 @@ openagents api -X PATCH -f state=closed repos/OWNER/REPO/issues/41
| 153 | 153 |
|
| 154 | 154 |
|
| 155 | 155 |
|
| 156 |
|
|
| 157 |
|
|
| 156 |
|
|
| 157 |
|
|
| 158 | 158 |
|
| 159 | 159 |
|
| 160 | 160 |
|
@@ -359,7 +359,7 @@ Projects are repository-scoped, so every project command takes the same
| 359 | 359 |
|
| 360 | 360 |
|
| 361 | 361 |
|
| 362 |
|
|
| 362 |
|
|
| 363 | 363 |
|
| 364 | 364 |
|
| 365 | 365 |
|
packages/openagents-cli/contracts/repositories-v1.json modified +15 -15
@@ -9,24 +9,24 @@
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 | 30 |
|
| 31 | 31 |
|
| 32 | 32 |
|
packages/openagents-cli/skills/openagents-cli/SKILL.md modified +1 -1
@@ -88,7 +88,7 @@ issue.
| 88 | 88 |
|
| 89 | 89 |
|
| 90 | 90 |
|
| 91 |
|
|
| 91 |
|
|
| 92 | 92 |
|
| 93 | 93 |
|
| 94 | 94 |
|
packages/openagents-cli/skills/superdelegate/SKILL.md modified +5 -5
@@ -8,11 +8,11 @@ auto: true
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
|
packages/openagents-cli/src/api-contract.ts modified +1 -1
@@ -3,7 +3,7 @@ import { Option, Schema } from "effect";
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 |
|
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
packages/openagents-cli/src/api-passthrough.ts modified +4 -3
@@ -1,13 +1,14 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 |
|
|
| 4 | 5 |
|
| 5 | 6 |
|
| 6 | 7 |
|
| 7 | 8 |
|
| 8 | 9 |
|
| 9 | 10 |
|
| 10 |
|
|
| 11 |
|
|
| 11 | 12 |
|
| 12 | 13 |
|
| 13 | 14 |
|
@@ -30,8 +31,8 @@ const leavesOrigin = (candidate: string, origin: string) =>
| 30 | 31 |
|
| 31 | 32 |
|
| 32 | 33 |
|
| 33 |
|
|
| 34 |
|
|
| 34 |
|
|
| 35 |
|
|
| 35 | 36 |
|
| 36 | 37 |
|
| 37 | 38 |
|
packages/openagents-cli/src/cli.ts modified +16 -12
@@ -740,10 +740,7 @@ const loginResumeFlag = Flag.boolean("resume").pipe(
| 740 | 740 |
|
| 741 | 741 |
|
| 742 | 742 |
|
| 743 |
|
|
| 744 |
|
|
| 745 |
|
|
| 746 |
|
|
| 743 |
|
|
| 747 | 744 |
|
| 748 | 745 |
|
| 749 | 746 |
|
@@ -1537,7 +1534,7 @@ const coderReasoningFlag = Flag.choice("reasoning", [
| 1537 | 1534 |
|
| 1538 | 1535 |
|
| 1539 | 1536 |
|
| 1540 |
|
|
| 1537 |
|
|
| 1541 | 1538 |
|
| 1542 | 1539 |
|
| 1543 | 1540 |
|
@@ -1965,7 +1962,9 @@ const coderCommand = Command.make(
| 1965 | 1962 |
|
| 1966 | 1963 |
|
| 1967 | 1964 |
|
| 1968 |
|
|
| 1965 |
|
|
| 1966 |
|
|
| 1967 |
|
|
| 1969 | 1968 |
|
| 1970 | 1969 |
|
| 1971 | 1970 |
|
@@ -1980,7 +1979,8 @@ const coderCommand = Command.make(
| 1980 | 1979 |
|
| 1981 | 1980 |
|
| 1982 | 1981 |
|
| 1983 |
|
|
| 1982 |
|
|
| 1983 |
|
|
| 1984 | 1984 |
|
| 1985 | 1985 |
|
| 1986 | 1986 |
|
@@ -2260,7 +2260,7 @@ const coderCommand = Command.make(
| 2260 | 2260 |
|
| 2261 | 2261 |
|
| 2262 | 2262 |
|
| 2263 |
|
|
| 2263 |
|
|
| 2264 | 2264 |
|
| 2265 | 2265 |
|
| 2266 | 2266 |
|
@@ -2376,7 +2376,6 @@ const coderCommand = Command.make(
| 2376 | 2376 |
|
| 2377 | 2377 |
|
| 2378 | 2378 |
|
| 2379 |
|
|
| 2380 | 2379 |
|
| 2381 | 2380 |
|
| 2382 | 2381 |
|
@@ -2407,8 +2406,13 @@ const coderCommand = Command.make(
| 2407 | 2406 |
|
| 2408 | 2407 |
|
| 2409 | 2408 |
|
| 2410 |
|
|
| 2411 |
|
|
| 2409 |
|
|
| 2410 |
|
|
| 2411 |
|
|
| 2412 |
|
|
| 2413 |
|
|
| 2414 |
|
|
| 2415 |
|
|
| 2412 | 2416 |
|
| 2413 | 2417 |
|
| 2414 | 2418 |
|
@@ -2600,7 +2604,7 @@ const delegateCommand = Command.make(
| 2600 | 2604 |
|
| 2601 | 2605 |
|
| 2602 | 2606 |
|
| 2603 |
|
|
| 2607 |
|
|
| 2604 | 2608 |
|
| 2605 | 2609 |
|
| 2606 | 2610 |
|
packages/openagents-cli/src/coder-backends.ts modified +6 -4
@@ -1,7 +1,7 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 |
|
|
| 4 |
|
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 | 7 |
|
@@ -18,12 +18,14 @@
| 18 | 18 |
|
| 19 | 19 |
|
| 20 | 20 |
|
| 21 |
|
|
| 21 |
|
|
| 22 | 22 |
|
| 23 | 23 |
|
| 24 | 24 |
|
| 25 | 25 |
|
| 26 | 26 |
|
| 27 |
|
|
| 28 |
|
|
| 27 | 29 |
|
| 28 | 30 |
|
| 29 | 31 |
|
@@ -59,7 +61,7 @@ export const defaultBackendId = (): string =>
| 59 | 61 |
|
| 60 | 62 |
|
| 61 | 63 |
|
| 62 |
|
|
| 64 |
|
|
| 63 | 65 |
|
| 64 | 66 |
|
| 65 | 67 |
|
@@ -81,7 +83,7 @@ export const fetchServedCatalog = async (
| 81 | 83 |
|
| 82 | 84 |
|
| 83 | 85 |
|
| 84 |
|
|
| 86 |
|
|
| 85 | 87 |
|
| 86 | 88 |
|
| 87 | 89 |
|
packages/openagents-cli/src/coder-export.ts modified +4 -1
@@ -82,7 +82,10 @@ const sumMetrics = (
| 82 | 82 |
|
| 83 | 83 |
|
| 84 | 84 |
|
| 85 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 86 | 89 |
|
| 87 | 90 |
|
| 88 | 91 |
|
packages/openagents-cli/src/coder-markdown.ts modified +1 -4
@@ -212,7 +212,6 @@ function tableRows(lines: ReadonlyArray<string>, width: number): ReadonlyArray<s
| 212 | 212 |
|
| 213 | 213 |
|
| 214 | 214 |
|
| 215 |
|
|
| 216 | 215 |
|
| 217 | 216 |
|
| 218 | 217 |
|
@@ -243,9 +242,7 @@ function tableRows(lines: ReadonlyArray<string>, width: number): ReadonlyArray<s
| 243 | 242 |
|
| 244 | 243 |
|
| 245 | 244 |
|
| 246 |
|
|
| 247 |
|
|
| 248 |
|
|
| 245 |
|
|
| 249 | 246 |
|
| 250 | 247 |
|
| 251 | 248 |
|
packages/openagents-cli/src/coder-merge.ts modified +1 -3
@@ -10,9 +10,7 @@
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 13 |
|
|
| 16 | 14 |
|
| 17 | 15 |
|
| 18 | 16 |
|
packages/openagents-cli/src/coder-ollama.ts modified +12 -8
@@ -12,7 +12,11 @@
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 16 | 20 |
|
| 17 | 21 |
|
| 18 | 22 |
|
@@ -137,10 +141,7 @@ export const discoverOllamaModel = async (
| 137 | 141 |
|
| 138 | 142 |
|
| 139 | 143 |
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 144 | 145 |
|
| 145 | 146 |
|
| 146 | 147 |
|
@@ -357,7 +358,12 @@ export class OllamaReplySource implements ReplySource {
| 357 | 358 |
|
| 358 | 359 |
|
| 359 | 360 |
|
| 360 |
|
|
| 361 |
|
|
| 362 |
|
|
| 363 |
|
|
| 364 |
|
|
| 365 |
|
|
| 366 |
|
|
| 361 | 367 |
|
| 362 | 368 |
|
| 363 | 369 |
|
packages/openagents-cli/src/coder-plugins.ts modified +5 -4
@@ -173,7 +173,10 @@ export function loadPluginFromManifest(
| 173 | 173 |
|
| 174 | 174 |
|
| 175 | 175 |
|
| 176 |
|
|
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 177 | 180 |
|
| 178 | 181 |
|
| 179 | 182 |
|
@@ -202,9 +205,7 @@ export function loadPluginFromManifest(
| 202 | 205 |
|
| 203 | 206 |
|
| 204 | 207 |
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
|
| 208 | 209 |
|
| 209 | 210 |
|
| 210 | 211 |
|
packages/openagents-cli/src/coder-resume.ts modified +6 -7
@@ -5,8 +5,8 @@
| 5 | 5 |
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 |
|
|
| 9 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
@@ -27,7 +27,7 @@
| 27 | 27 |
|
| 28 | 28 |
|
| 29 | 29 |
|
| 30 |
|
|
| 30 |
|
|
| 31 | 31 |
|
| 32 | 32 |
|
| 33 | 33 |
|
@@ -39,13 +39,12 @@ import { createInterface } from "node:readline";
| 39 | 39 |
|
| 40 | 40 |
|
| 41 | 41 |
|
| 42 |
|
|
| 43 |
|
|
| 42 |
|
|
| 44 | 43 |
|
| 45 | 44 |
|
| 46 | 45 |
|
| 47 | 46 |
|
| 48 |
|
|
| 47 |
|
|
| 49 | 48 |
|
| 50 | 49 |
|
| 51 | 50 |
|
@@ -60,7 +59,7 @@ export interface ThreadSummary {
| 60 | 59 |
|
| 61 | 60 |
|
| 62 | 61 |
|
| 63 |
|
|
| 62 |
|
|
| 64 | 63 |
|
| 65 | 64 |
|
| 66 | 65 |
|
packages/openagents-cli/src/coder-self-harness.ts modified +1 -3
@@ -117,9 +117,7 @@ export class SelfHarness implements DelegateHarness {
| 117 | 117 |
|
| 118 | 118 |
|
| 119 | 119 |
|
| 120 |
|
|
| 121 |
|
|
| 122 |
|
|
| 120 |
|
|
| 123 | 121 |
|
| 124 | 122 |
|
| 125 | 123 |
|
packages/openagents-cli/src/coder-shell.ts modified +5 -1
@@ -123,7 +123,11 @@ export async function runShell(
| 123 | 123 |
|
| 124 | 124 |
|
| 125 | 125 |
|
| 126 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 127 | 131 |
|
| 128 | 132 |
|
| 129 | 133 |
|
packages/openagents-cli/src/coder-skills.ts modified +8 -10
@@ -31,19 +31,14 @@ import { fileURLToPath } from "node:url";
| 31 | 31 |
|
| 32 | 32 |
|
| 33 | 33 |
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 34 |
|
|
| 39 | 35 |
|
| 40 | 36 |
|
| 41 | 37 |
|
| 42 | 38 |
|
| 43 | 39 |
|
| 44 | 40 |
|
| 45 |
|
|
| 46 |
|
|
| 41 |
|
|
| 47 | 42 |
|
| 48 | 43 |
|
| 49 | 44 |
|
@@ -331,7 +326,7 @@ const openAgentsWorkspace = (cwd: string): string | undefined => {
| 331 | 326 |
|
| 332 | 327 |
|
| 333 | 328 |
|
| 334 |
|
|
| 329 |
|
|
| 335 | 330 |
|
| 336 | 331 |
|
| 337 | 332 |
|
@@ -375,9 +370,12 @@ const openAgentsWorkspace = (cwd: string): string | undefined => {
| 375 | 370 |
|
| 376 | 371 |
|
| 377 | 372 |
|
| 378 |
|
|
| 373 |
|
|
| 374 |
|
|
| 375 |
|
|
| 379 | 376 |
|
| 380 |
|
|
| 377 |
|
|
| 378 |
|
|
| 381 | 379 |
|
| 382 | 380 |
|
| 383 | 381 |
|
packages/openagents-cli/src/coder-thread.ts modified +17 -15
@@ -2,19 +2,19 @@
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 6 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 13 |
|
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 | 16 |
|
| 17 |
|
|
| 17 |
|
|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 | 20 |
|
@@ -67,8 +67,7 @@ import type { ReplyChunk, ReplySource } from "./coder-session.js";
| 67 | 67 |
|
| 68 | 68 |
|
| 69 | 69 |
|
| 70 |
|
|
| 71 |
|
|
| 70 |
|
|
| 72 | 71 |
|
| 73 | 72 |
|
| 74 | 73 |
|
@@ -247,9 +246,9 @@ export interface ResumeGrantOptions {
| 247 | 246 |
|
| 248 | 247 |
|
| 249 | 248 |
|
| 250 |
|
|
| 249 |
|
|
| 251 | 250 |
|
| 252 |
|
|
| 251 |
|
|
| 253 | 252 |
|
| 254 | 253 |
|
| 255 | 254 |
|
@@ -289,8 +288,8 @@ export async function remintThread(options: ResumeGrantOptions): Promise<ThreadR
| 289 | 288 |
|
| 290 | 289 |
|
| 291 | 290 |
|
| 292 |
|
|
| 293 |
|
|
| 291 |
|
|
| 292 |
|
|
| 294 | 293 |
|
| 295 | 294 |
|
| 296 | 295 |
|
@@ -835,7 +834,8 @@ export class ThreadReplySource implements ReplySource {
| 835 | 834 |
|
| 836 | 835 |
|
| 837 | 836 |
|
| 838 |
|
|
| 837 |
|
|
| 838 |
|
|
| 839 | 839 |
|
| 840 | 840 |
|
| 841 | 841 |
|
@@ -850,7 +850,6 @@ export class ThreadReplySource implements ReplySource {
| 850 | 850 |
|
| 851 | 851 |
|
| 852 | 852 |
|
| 853 |
|
|
| 854 | 853 |
|
| 855 | 854 |
|
| 856 | 855 |
|
@@ -1030,12 +1029,16 @@ async function proxyRefusal(response: Response): Promise<ThreadUnavailable> {
| 1030 | 1029 |
|
| 1031 | 1030 |
|
| 1032 | 1031 |
|
| 1033 |
|
|
| 1032 |
|
|
| 1033 |
|
|
| 1034 |
|
|
| 1035 |
|
|
| 1034 | 1036 |
|
| 1035 | 1037 |
|
| 1036 | 1038 |
|
| 1037 | 1039 |
|
| 1038 |
|
|
| 1040 |
|
|
| 1041 |
|
|
| 1039 | 1042 |
|
| 1040 | 1043 |
|
| 1041 | 1044 |
|
@@ -1127,7 +1130,6 @@ export const resolveProxyUrl = (grantUrl: string, origin: string): string => {
| 1127 | 1130 |
|
| 1128 | 1131 |
|
| 1129 | 1132 |
|
| 1130 |
|
|
| 1131 | 1133 |
|
| 1132 | 1134 |
|
| 1133 | 1135 |
|
packages/openagents-cli/src/coder-tools.ts modified +9 -4
@@ -367,7 +367,9 @@ const commandTree = (entry: string): string | undefined => {
| 367 | 367 |
|
| 368 | 368 |
|
| 369 | 369 |
|
| 370 |
|
|
| 370 |
|
|
| 371 |
|
|
| 372 |
|
|
| 371 | 373 |
|
| 372 | 374 |
|
| 373 | 375 |
|
@@ -419,7 +421,7 @@ export function openagentsTool(): CoderTool {
| 419 | 421 |
|
| 420 | 422 |
|
| 421 | 423 |
|
| 422 |
|
|
| 424 |
|
|
| 423 | 425 |
|
| 424 | 426 |
|
| 425 | 427 |
|
@@ -447,7 +449,9 @@ export function openagentsTool(): CoderTool {
| 447 | 449 |
|
| 448 | 450 |
|
| 449 | 451 |
|
| 450 |
|
|
| 452 |
|
|
| 453 |
|
|
| 454 |
|
|
| 451 | 455 |
|
| 452 | 456 |
|
| 453 | 457 |
|
@@ -552,7 +556,8 @@ export function shellTool(cwd: string): CoderTool {
| 552 | 556 |
|
| 553 | 557 |
|
| 554 | 558 |
|
| 555 |
|
|
| 559 |
|
|
| 560 |
|
|
| 556 | 561 |
|
| 557 | 562 |
|
| 558 | 563 |
|
packages/openagents-cli/src/coder-transcript.ts modified +2 -2
@@ -1,7 +1,7 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 |
|
|
| 4 |
|
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 | 7 |
|
packages/openagents-cli/src/coder-ui.ts modified +27 -11
@@ -454,7 +454,11 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 454 | 454 |
|
| 455 | 455 |
|
| 456 | 456 |
|
| 457 |
|
|
| 457 |
|
|
| 458 |
|
|
| 459 |
|
|
| 460 |
|
|
| 461 |
|
|
| 458 | 462 |
|
| 459 | 463 |
|
| 460 | 464 |
|
@@ -481,7 +485,11 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 481 | 485 |
|
| 482 | 486 |
|
| 483 | 487 |
|
| 484 |
|
|
| 488 |
|
|
| 489 |
|
|
| 490 |
|
|
| 491 |
|
|
| 492 |
|
|
| 485 | 493 |
|
| 486 | 494 |
|
| 487 | 495 |
|
@@ -504,7 +512,12 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 504 | 512 |
|
| 505 | 513 |
|
| 506 | 514 |
|
| 507 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 518 |
|
|
| 519 |
|
|
| 520 |
|
|
| 508 | 521 |
|
| 509 | 522 |
|
| 510 | 523 |
|
@@ -519,7 +532,8 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 519 | 532 |
|
| 520 | 533 |
|
| 521 | 534 |
|
| 522 |
|
|
| 535 |
|
|
| 536 |
|
|
| 523 | 537 |
|
| 524 | 538 |
|
| 525 | 539 |
|
@@ -776,7 +790,9 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 776 | 790 |
|
| 777 | 791 |
|
| 778 | 792 |
|
| 779 |
|
|
| 793 |
|
|
| 794 |
|
|
| 795 |
|
|
| 780 | 796 |
|
| 781 | 797 |
|
| 782 | 798 |
|
@@ -978,11 +994,7 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 978 | 994 |
|
| 979 | 995 |
|
| 980 | 996 |
|
| 981 |
|
|
| 982 |
|
|
| 983 |
|
|
| 984 |
|
|
| 985 |
|
|
| 997 |
|
|
| 986 | 998 |
|
| 987 | 999 |
|
| 988 | 1000 |
|
@@ -1334,7 +1346,11 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 1334 | 1346 |
|
| 1335 | 1347 |
|
| 1336 | 1348 |
|
| 1337 |
|
|
| 1349 |
|
|
| 1350 |
|
|
| 1351 |
|
|
| 1352 |
|
|
| 1353 |
|
|
| 1338 | 1354 |
|
| 1339 | 1355 |
|
| 1340 | 1356 |
|
packages/openagents-cli/src/coder-zen.ts modified +2 -1
@@ -188,7 +188,8 @@ export class ZenReplySource implements ReplySource {
| 188 | 188 |
|
| 189 | 189 |
|
| 190 | 190 |
|
| 191 |
|
|
| 191 |
|
|
| 192 |
|
|
| 192 | 193 |
|
| 193 | 194 |
|
| 194 | 195 |
|
packages/openagents-cli/src/constants.ts added +23
@@ -0,0 +1,23 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
packages/openagents-cli/src/device-client.ts modified +3 -2
@@ -2,6 +2,7 @@ import { Duration, Effect, Layer, Option, Redacted, Schedule, Schema } from "eff
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 5 | 6 |
|
| 6 | 7 |
|
| 7 | 8 |
|
@@ -55,7 +56,7 @@ export const deviceClientLayer = Layer.effect(
| 55 | 56 |
|
| 56 | 57 |
|
| 57 | 58 |
|
| 58 |
|
|
| 59 |
|
|
| 59 | 60 |
|
| 60 | 61 |
|
| 61 | 62 |
|
@@ -89,7 +90,7 @@ export const deviceClientLayer = Layer.effect(
| 89 | 90 |
|
| 90 | 91 |
|
| 91 | 92 |
|
| 92 |
|
|
| 93 |
|
|
| 93 | 94 |
|
| 94 | 95 |
|
| 95 | 96 |
|
packages/openagents-cli/src/fleet-client.ts modified +3 -2
@@ -2,7 +2,7 @@
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 5 |
|
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
@@ -13,12 +13,13 @@ import { Clock, Duration, Effect, Layer } from "effect";
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
|
|
| 16 | 17 |
|
| 17 | 18 |
|
| 18 | 19 |
|
| 19 | 20 |
|
| 20 | 21 |
|
| 21 |
|
|
| 22 |
|
|
| 22 | 23 |
|
| 23 | 24 |
|
| 24 | 25 |
|
packages/openagents-cli/src/forum-client.ts modified +16 -7
@@ -17,6 +17,7 @@ import { Effect, Layer, Redacted } from "effect";
| 17 | 17 |
|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 |
|
|
| 20 | 21 |
|
| 21 | 22 |
|
| 22 | 23 |
|
@@ -137,13 +138,17 @@ export const forumClientLayer = Layer.effect(
| 137 | 138 |
|
| 138 | 139 |
|
| 139 | 140 |
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 141 | 146 |
|
| 142 | 147 |
|
| 143 | 148 |
|
| 144 | 149 |
|
| 145 | 150 |
|
| 146 |
|
|
| 151 |
|
|
| 147 | 152 |
|
| 148 | 153 |
|
| 149 | 154 |
|
@@ -152,7 +157,7 @@ export const forumClientLayer = Layer.effect(
| 152 | 157 |
|
| 153 | 158 |
|
| 154 | 159 |
|
| 155 |
|
|
| 160 |
|
|
| 156 | 161 |
|
| 157 | 162 |
|
| 158 | 163 |
|
@@ -161,7 +166,7 @@ export const forumClientLayer = Layer.effect(
| 161 | 166 |
|
| 162 | 167 |
|
| 163 | 168 |
|
| 164 |
|
|
| 169 |
|
|
| 165 | 170 |
|
| 166 | 171 |
|
| 167 | 172 |
|
@@ -169,7 +174,7 @@ export const forumClientLayer = Layer.effect(
| 169 | 174 |
|
| 170 | 175 |
|
| 171 | 176 |
|
| 172 |
|
|
| 177 |
|
|
| 173 | 178 |
|
| 174 | 179 |
|
| 175 | 180 |
|
@@ -177,12 +182,16 @@ export const forumClientLayer = Layer.effect(
| 177 | 182 |
|
| 178 | 183 |
|
| 179 | 184 |
|
| 180 |
|
|
| 185 |
|
|
| 181 | 186 |
|
| 182 | 187 |
|
| 183 | 188 |
|
| 184 | 189 |
|
| 185 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 |
|
|
| 193 |
|
|
| 194 |
|
|
| 186 | 195 |
|
| 187 | 196 |
|
| 188 | 197 |
|
packages/openagents-cli/src/index.ts modified +1
@@ -7,6 +7,7 @@ export * from "./computer-config.js";
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 |
|
|
| 10 | 11 |
|
| 11 | 12 |
|
| 12 | 13 |
|
packages/openagents-cli/src/issue-client.ts modified +1 -1
@@ -2,7 +2,7 @@
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 5 |
|
|
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
packages/openagents-cli/src/repository-client.ts modified +12 -9
@@ -13,6 +13,7 @@ import {
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
|
|
| 16 | 17 |
|
| 17 | 18 |
|
| 18 | 19 |
|
@@ -271,7 +272,7 @@ export const repositoryClientLayer = Layer.effect(
| 271 | 272 |
|
| 272 | 273 |
|
| 273 | 274 |
|
| 274 |
|
|
| 275 |
|
|
| 275 | 276 |
|
| 276 | 277 |
|
| 277 | 278 |
|
@@ -326,7 +327,9 @@ export const repositoryClientLayer = Layer.effect(
| 326 | 327 |
|
| 327 | 328 |
|
| 328 | 329 |
|
| 329 |
|
|
| 330 |
|
|
| 331 |
|
|
| 332 |
|
|
| 330 | 333 |
|
| 331 | 334 |
|
| 332 | 335 |
|
@@ -356,7 +359,7 @@ export const repositoryClientLayer = Layer.effect(
| 356 | 359 |
|
| 357 | 360 |
|
| 358 | 361 |
|
| 359 |
|
|
| 362 |
|
|
| 360 | 363 |
|
| 361 | 364 |
|
| 362 | 365 |
|
@@ -374,7 +377,7 @@ export const repositoryClientLayer = Layer.effect(
| 374 | 377 |
|
| 375 | 378 |
|
| 376 | 379 |
|
| 377 |
|
|
| 380 |
|
|
| 378 | 381 |
|
| 379 | 382 |
|
| 380 | 383 |
|
@@ -392,7 +395,7 @@ export const repositoryClientLayer = Layer.effect(
| 392 | 395 |
|
| 393 | 396 |
|
| 394 | 397 |
|
| 395 |
|
|
| 398 |
|
|
| 396 | 399 |
|
| 397 | 400 |
|
| 398 | 401 |
|
@@ -406,7 +409,7 @@ export const repositoryClientLayer = Layer.effect(
| 406 | 409 |
|
| 407 | 410 |
|
| 408 | 411 |
|
| 409 |
|
|
| 412 |
|
|
| 410 | 413 |
|
| 411 | 414 |
|
| 412 | 415 |
|
@@ -417,7 +420,7 @@ export const repositoryClientLayer = Layer.effect(
| 417 | 420 |
|
| 418 | 421 |
|
| 419 | 422 |
|
| 420 |
|
|
| 423 |
|
|
| 421 | 424 |
|
| 422 | 425 |
|
| 423 | 426 |
|
@@ -517,8 +520,8 @@ export const repositoryClientLayer = Layer.effect(
| 517 | 520 |
|
| 518 | 521 |
|
| 519 | 522 |
|
| 520 |
|
|
| 521 |
|
|
| 523 |
|
|
| 524 |
|
|
| 522 | 525 |
|
| 523 | 526 |
|
| 524 | 527 |
|
packages/openagents-cli/src/trace-command.ts modified +2 -1
@@ -19,6 +19,7 @@ import { Effect } from "effect";
| 19 | 19 |
|
| 20 | 20 |
|
| 21 | 21 |
|
| 22 |
|
|
| 22 | 23 |
|
| 23 | 24 |
|
| 24 | 25 |
|
@@ -42,7 +43,7 @@ const outputMode = (json: boolean): OutputMode => (json ? "json" : "human");
| 42 | 43 |
|
| 43 | 44 |
|
| 44 | 45 |
|
| 45 |
|
|
| 46 |
|
|
| 46 | 47 |
|
| 47 | 48 |
|
| 48 | 49 |
|
packages/openagents-cli/src/tracker-request.ts modified +3 -2
@@ -1,7 +1,7 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 |
|
|
| 4 |
|
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 | 7 |
|
@@ -9,6 +9,7 @@
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 |
|
|
| 12 | 13 |
|
| 13 | 14 |
|
| 14 | 15 |
|
@@ -100,4 +101,4 @@ export type TrackerRequest = ReturnType<typeof makeTrackerRequest>;
| 100 | 101 |
|
| 101 | 102 |
|
| 102 | 103 |
|
| 103 |
|
|
| 104 |
|
packages/openagents-cli/test/api-command.test.ts modified +8 -8
@@ -81,7 +81,7 @@ describe("openagents api", () => {
| 81 | 81 |
|
| 82 | 82 |
|
| 83 | 83 |
|
| 84 |
|
|
| 84 |
|
|
| 85 | 85 |
|
| 86 | 86 |
|
| 87 | 87 |
|
@@ -113,16 +113,16 @@ describe("openagents api", () => {
| 113 | 113 |
|
| 114 | 114 |
|
| 115 | 115 |
|
| 116 |
|
|
| 116 |
|
|
| 117 | 117 |
|
| 118 |
|
|
| 119 |
|
|
| 118 |
|
|
| 119 |
|
|
| 120 | 120 |
|
| 121 | 121 |
|
| 122 | 122 |
|
| 123 | 123 |
|
| 124 | 124 |
|
| 125 |
|
|
| 125 |
|
|
| 126 | 126 |
|
| 127 | 127 |
|
| 128 | 128 |
|
@@ -232,7 +232,7 @@ describe("openagents api", () => {
| 232 | 232 |
|
| 233 | 233 |
|
| 234 | 234 |
|
| 235 |
|
|
| 235 |
|
|
| 236 | 236 |
|
| 237 | 237 |
|
| 238 | 238 |
|
@@ -353,7 +353,7 @@ describe("openagents api against a loopback server", () => {
| 353 | 353 |
|
| 354 | 354 |
|
| 355 | 355 |
|
| 356 |
|
|
| 356 |
|
|
| 357 | 357 |
|
| 358 | 358 |
|
| 359 | 359 |
|
@@ -381,7 +381,7 @@ describe("openagents api against a loopback server", () => {
| 381 | 381 |
|
| 382 | 382 |
|
| 383 | 383 |
|
| 384 |
|
|
| 384 |
|
|
| 385 | 385 |
|
| 386 | 386 |
|
| 387 | 387 |
|
packages/openagents-cli/test/api-passthrough.test.ts modified +9 -9
@@ -28,8 +28,8 @@ describe("passthrough path resolution", () => {
| 28 | 28 |
|
| 29 | 29 |
|
| 30 | 30 |
|
| 31 |
|
|
| 32 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 | 35 |
|
@@ -37,20 +37,20 @@ describe("passthrough path resolution", () => {
| 37 | 37 |
|
| 38 | 38 |
|
| 39 | 39 |
|
| 40 |
|
|
| 41 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 | 42 |
|
| 43 | 43 |
|
| 44 | 44 |
|
| 45 |
|
|
| 46 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 | 47 |
|
| 48 | 48 |
|
| 49 | 49 |
|
| 50 | 50 |
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 | 54 |
|
| 55 | 55 |
|
| 56 | 56 |
|
packages/openagents-cli/test/coder-backends.test.ts modified +6 -3
@@ -29,7 +29,7 @@ describe("coder backends", () => {
| 29 | 29 |
|
| 30 | 30 |
|
| 31 | 31 |
|
| 32 |
|
|
| 32 |
|
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 | 35 |
|
@@ -97,7 +97,10 @@ describe("refusing a named backend", () => {
| 97 | 97 |
|
| 98 | 98 |
|
| 99 | 99 |
|
| 100 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 101 | 104 |
|
| 102 | 105 |
|
| 103 | 106 |
|
@@ -122,7 +125,7 @@ describe("reading the published catalog", () => {
| 122 | 125 |
|
| 123 | 126 |
|
| 124 | 127 |
|
| 125 |
|
|
| 128 |
|
|
| 126 | 129 |
|
| 127 | 130 |
|
| 128 | 131 |
|
packages/openagents-cli/test/coder-dev-server.test.ts modified +13 -5
@@ -8,7 +8,10 @@ import { devServerReady, findSiteCheckout, startDevServer } from "../src/coder-d
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 12 | 15 |
|
| 13 | 16 |
|
| 14 | 17 |
|
@@ -33,9 +36,9 @@ describe("finding the checkout to start a server from", () => {
| 33 | 36 |
|
| 34 | 37 |
|
| 35 | 38 |
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 39 | 42 |
|
| 40 | 43 |
|
| 41 | 44 |
|
@@ -59,7 +62,12 @@ describe("readiness", () => {
| 59 | 62 |
|
| 60 | 63 |
|
| 61 | 64 |
|
| 62 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 63 | 71 |
|
| 64 | 72 |
|
| 65 | 73 |
|
packages/openagents-cli/test/coder-export.test.ts modified +1 -5
@@ -181,9 +181,7 @@ describe("exporting a conversation as ATIF", () => {
| 181 | 181 |
|
| 182 | 182 |
|
| 183 | 183 |
|
| 184 |
|
|
| 185 |
|
|
| 186 |
|
|
| 184 |
|
|
| 187 | 185 |
|
| 188 | 186 |
|
| 189 | 187 |
|
@@ -195,7 +193,6 @@ describe("exporting a conversation as ATIF", () => {
| 195 | 193 |
|
| 196 | 194 |
|
| 197 | 195 |
|
| 198 |
|
|
| 199 | 196 |
|
| 200 | 197 |
|
| 201 | 198 |
|
@@ -226,7 +223,6 @@ describe("exporting a conversation as ATIF", () => {
| 226 | 223 |
|
| 227 | 224 |
|
| 228 | 225 |
|
| 229 |
|
|
| 230 | 226 |
|
| 231 | 227 |
|
| 232 | 228 |
|
packages/openagents-cli/test/coder-ollama.test.ts modified +4 -3
@@ -134,8 +134,6 @@ describe("an ollama turn that calls a tool", () => {
| 134 | 134 |
|
| 135 | 135 |
|
| 136 | 136 |
|
| 137 |
|
|
| 138 |
|
|
| 139 | 137 |
|
| 140 | 138 |
|
| 141 | 139 |
|
@@ -346,7 +344,10 @@ describe("what a local session tells the model about itself", () => {
| 346 | 344 |
|
| 347 | 345 |
|
| 348 | 346 |
|
| 349 |
|
|
| 347 |
|
|
| 348 |
|
|
| 349 |
|
|
| 350 |
|
|
| 350 | 351 |
|
| 351 | 352 |
|
| 352 | 353 |
|
packages/openagents-cli/test/coder-paste.test.ts modified +61 -16
@@ -4,19 +4,42 @@ import { CoderSession, type ReplySource } from "../src/coder-session.js";
| 4 | 4 |
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 |
|
|
| 8 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 9 | 14 |
|
| 10 | 15 |
|
| 11 | 16 |
|
| 12 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 13 | 29 |
|
| 14 | 30 |
|
| 15 | 31 |
|
| 16 | 32 |
|
| 17 | 33 |
|
| 18 |
|
|
| 19 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 20 | 43 |
|
| 21 | 44 |
|
| 22 | 45 |
|
@@ -27,13 +50,21 @@ describe("pasting", () => {
| 27 | 50 |
|
| 28 | 51 |
|
| 29 | 52 |
|
| 30 |
|
|
| 53 |
|
|
| 54 |
|
|
| 31 | 55 |
|
| 32 | 56 |
|
| 33 | 57 |
|
| 34 | 58 |
|
| 35 |
|
|
| 36 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 37 | 68 |
|
| 38 | 69 |
|
| 39 | 70 |
|
@@ -44,12 +75,19 @@ describe("pasting", () => {
| 44 | 75 |
|
| 45 | 76 |
|
| 46 | 77 |
|
| 47 |
|
|
| 78 |
|
|
| 79 |
|
|
| 48 | 80 |
|
| 49 | 81 |
|
| 50 | 82 |
|
| 51 |
|
|
| 52 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 53 | 91 |
|
| 54 | 92 |
|
| 55 | 93 |
|
@@ -65,12 +103,19 @@ describe("pasting", () => {
| 65 | 103 |
|
| 66 | 104 |
|
| 67 | 105 |
|
| 68 |
|
|
| 106 |
|
|
| 107 |
|
|
| 69 | 108 |
|
| 70 | 109 |
|
| 71 | 110 |
|
| 72 |
|
|
| 73 |
|
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|
| 118 |
|
|
| 74 | 119 |
|
| 75 | 120 |
|
| 76 | 121 |
|
@@ -79,9 +124,9 @@ describe("pasting", () => {
| 79 | 124 |
|
| 80 | 125 |
|
| 81 | 126 |
|
| 82 |
|
|
| 127 |
|
|
| 128 |
|
|
| 83 | 129 |
|
| 84 | 130 |
|
| 85 | 131 |
|
| 86 |
|
|
| 87 | 132 |
|
packages/openagents-cli/test/coder-plugin-list-dir.test.ts modified +1 -4
@@ -42,10 +42,7 @@ const DIR_STATS_WASM = fileURLToPath(
| 42 | 42 |
|
| 43 | 43 |
|
| 44 | 44 |
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 45 |
|
|
| 49 | 46 |
|
| 50 | 47 |
|
| 51 | 48 |
|
packages/openagents-cli/test/coder-plugin-mounts.test.ts modified +2 -8
@@ -45,10 +45,7 @@ const WORD_STATS_MANIFEST = fileURLToPath(
| 45 | 45 |
|
| 46 | 46 |
|
| 47 | 47 |
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 48 |
|
|
| 52 | 49 |
|
| 53 | 50 |
|
| 54 | 51 |
|
@@ -70,10 +67,7 @@ const statPath = async (
| 70 | 67 |
|
| 71 | 68 |
|
| 72 | 69 |
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 70 |
|
|
| 77 | 71 |
|
| 78 | 72 |
|
| 79 | 73 |
|
packages/openagents-cli/test/coder-resume.test.ts modified +6 -6
@@ -220,7 +220,7 @@ describe("listThreads", () => {
| 220 | 220 |
|
| 221 | 221 |
|
| 222 | 222 |
|
| 223 |
|
|
| 223 |
|
|
| 224 | 224 |
|
| 225 | 225 |
|
| 226 | 226 |
|
@@ -301,9 +301,9 @@ describe("fetchAllEvents", () => {
| 301 | 301 |
|
| 302 | 302 |
|
| 303 | 303 |
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 307 | 307 |
|
| 308 | 308 |
|
| 309 | 309 |
|
@@ -452,7 +452,7 @@ const sse = (frames: ReadonlyArray<string>) =>
| 452 | 452 |
|
| 453 | 453 |
|
| 454 | 454 |
|
| 455 |
|
|
| 455 |
|
|
| 456 | 456 |
|
| 457 | 457 |
|
| 458 | 458 |
|
@@ -516,7 +516,7 @@ describe("remintThread", () => {
| 516 | 516 |
|
| 517 | 517 |
|
| 518 | 518 |
|
| 519 |
|
|
| 519 |
|
|
| 520 | 520 |
|
| 521 | 521 |
|
| 522 | 522 |
|
packages/openagents-cli/test/coder-self-harness.test.ts modified +19 -5
@@ -94,7 +94,10 @@ describe("a child this process runs itself", () => {
| 94 | 94 |
|
| 95 | 95 |
|
| 96 | 96 |
|
| 97 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 98 | 101 |
|
| 99 | 102 |
|
| 100 | 103 |
|
@@ -166,11 +169,17 @@ describe("a child this process runs itself", () => {
| 166 | 169 |
|
| 167 | 170 |
|
| 168 | 171 |
|
| 169 |
|
|
| 172 |
|
|
| 173 |
|
|
| 174 |
|
|
| 175 |
|
|
| 170 | 176 |
|
| 171 | 177 |
|
| 172 | 178 |
|
| 173 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 174 | 183 |
|
| 175 | 184 |
|
| 176 | 185 |
|
@@ -188,7 +197,10 @@ describe("a child this process runs itself", () => {
| 188 | 197 |
|
| 189 | 198 |
|
| 190 | 199 |
|
| 191 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 192 | 204 |
|
| 193 | 205 |
|
| 194 | 206 |
|
@@ -200,6 +212,8 @@ describe("a child this process runs itself", () => {
| 200 | 212 |
|
| 201 | 213 |
|
| 202 | 214 |
|
| 203 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 204 | 218 |
|
| 205 | 219 |
|
packages/openagents-cli/test/coder-shell.test.ts modified +1 -4
@@ -87,10 +87,7 @@ describe("running a command", () => {
| 87 | 87 |
|
| 88 | 88 |
|
| 89 | 89 |
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 90 |
|
|
| 94 | 91 |
|
| 95 | 92 |
|
| 96 | 93 |
|
packages/openagents-cli/test/coder-skills.test.ts modified +55 -26
@@ -56,7 +56,9 @@ describe("discovering skills", () => {
| 56 | 56 |
|
| 57 | 57 |
|
| 58 | 58 |
|
| 59 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 60 | 62 |
|
| 61 | 63 |
|
| 62 | 64 |
|
@@ -67,10 +69,11 @@ describe("discovering skills", () => {
| 67 | 69 |
|
| 68 | 70 |
|
| 69 | 71 |
|
| 70 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 71 | 75 |
|
| 72 | 76 |
|
| 73 |
|
|
| 74 | 77 |
|
| 75 | 78 |
|
| 76 | 79 |
|
@@ -93,16 +96,25 @@ describe("discovering skills", () => {
| 93 | 96 |
|
| 94 | 97 |
|
| 95 | 98 |
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 99 | 109 |
|
| 100 | 110 |
|
| 101 | 111 |
|
| 102 | 112 |
|
| 103 | 113 |
|
| 104 | 114 |
|
| 105 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|
| 106 | 118 |
|
| 107 | 119 |
|
| 108 | 120 |
|
@@ -110,7 +122,9 @@ describe("discovering skills", () => {
| 110 | 122 |
|
| 111 | 123 |
|
| 112 | 124 |
|
| 113 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 114 | 128 |
|
| 115 | 129 |
|
| 116 | 130 |
|
@@ -127,9 +141,9 @@ describe("the skill tool", () => {
| 127 | 141 |
|
| 128 | 142 |
|
| 129 | 143 |
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 133 | 147 |
|
| 134 | 148 |
|
| 135 | 149 |
|
@@ -182,7 +196,11 @@ describe("choosing which skills the model is offered", () => {
| 182 | 196 |
|
| 183 | 197 |
|
| 184 | 198 |
|
| 185 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 186 | 204 |
|
| 187 | 205 |
|
| 188 | 206 |
|
@@ -192,10 +210,11 @@ describe("choosing which skills the model is offered", () => {
| 192 | 210 |
|
| 193 | 211 |
|
| 194 | 212 |
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 199 | 218 |
|
| 200 | 219 |
|
| 201 | 220 |
|
@@ -206,10 +225,11 @@ describe("choosing which skills the model is offered", () => {
| 206 | 225 |
|
| 207 | 226 |
|
| 208 | 227 |
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 213 | 233 |
|
| 214 | 234 |
|
| 215 | 235 |
|
@@ -224,10 +244,11 @@ describe("choosing which skills the model is offered", () => {
| 224 | 244 |
|
| 225 | 245 |
|
| 226 | 246 |
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 247 |
|
|
| 248 |
|
|
| 249 |
|
|
| 250 |
|
|
| 251 |
|
|
| 231 | 252 |
|
| 232 | 253 |
|
| 233 | 254 |
|
@@ -268,14 +289,22 @@ describe("what a session is told without asking", () => {
| 268 | 289 |
|
| 269 | 290 |
|
| 270 | 291 |
|
| 271 |
|
|
| 292 |
|
|
| 293 |
|
|
| 294 |
|
|
| 295 |
|
|
| 296 |
|
|
| 272 | 297 |
|
| 273 | 298 |
|
| 274 | 299 |
|
| 275 | 300 |
|
| 276 | 301 |
|
| 277 | 302 |
|
| 278 |
|
|
| 303 |
|
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 307 |
|
|
| 279 | 308 |
|
| 280 | 309 |
|
| 281 | 310 |
|
packages/openagents-cli/test/coder-steer.test.ts modified +4 -1
@@ -18,7 +18,10 @@ describe("steering a running turn", () => {
| 18 | 18 |
|
| 19 | 19 |
|
| 20 | 20 |
|
| 21 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 22 | 25 |
|
| 23 | 26 |
|
| 24 | 27 |
|
packages/openagents-cli/test/coder-tools-openagents.test.ts modified -1
packages/openagents-cli/test/coder-transcript.test.ts modified +1 -1
@@ -71,7 +71,7 @@ describe("ThreadTranscriptWriter", () => {
| 71 | 71 |
|
| 72 | 72 |
|
| 73 | 73 |
|
| 74 |
|
|
| 74 |
|
|
| 75 | 75 |
|
| 76 | 76 |
|
| 77 | 77 |
|
packages/openagents-cli/test/coder-ui.test.ts modified +3 -10
@@ -1171,10 +1171,7 @@ describe("inspecting a child from the column", () => {
| 1171 | 1171 |
|
| 1172 | 1172 |
|
| 1173 | 1173 |
|
| 1174 |
|
|
| 1175 |
|
|
| 1176 |
|
|
| 1177 |
|
|
| 1174 |
|
|
| 1178 | 1175 |
|
| 1179 | 1176 |
|
| 1180 | 1177 |
|
@@ -1211,14 +1208,10 @@ describe("inspecting a child from the column", () => {
| 1211 | 1208 |
|
| 1212 | 1209 |
|
| 1213 | 1210 |
|
| 1214 |
|
|
| 1215 |
|
|
| 1216 |
|
|
| 1217 |
|
|
| 1211 |
|
|
| 1218 | 1212 |
|
| 1219 | 1213 |
|
| 1220 | 1214 |
|
| 1221 | 1215 |
|
| 1222 |
|
|
| 1223 |
|
|
| 1216 |
|
|
| 1224 | 1217 |
|
packages/openagents-cli/test/coder-zen.test.ts modified +1 -3
@@ -101,9 +101,7 @@ describe("finding the credential", () => {
| 101 | 101 |
|
| 102 | 102 |
|
| 103 | 103 |
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 104 |
|
|
| 107 | 105 |
|
| 108 | 106 |
|
| 109 | 107 |
|
packages/openagents-cli/test/deploy-command.test.ts modified +6 -6
@@ -38,7 +38,7 @@ const targetBody = (status: string, overrides: Record<string, unknown> = {}) =>
| 38 | 38 |
|
| 39 | 39 |
|
| 40 | 40 |
|
| 41 |
|
|
| 41 |
|
|
| 42 | 42 |
|
| 43 | 43 |
|
| 44 | 44 |
|
@@ -111,7 +111,7 @@ describe("deploy commands", () => {
| 111 | 111 |
|
| 112 | 112 |
|
| 113 | 113 |
|
| 114 |
|
|
| 114 |
|
|
| 115 | 115 |
|
| 116 | 116 |
|
| 117 | 117 |
|
@@ -247,8 +247,8 @@ describe("deploy commands", () => {
| 247 | 247 |
|
| 248 | 248 |
|
| 249 | 249 |
|
| 250 |
|
|
| 251 |
|
|
| 250 |
|
|
| 251 |
|
|
| 252 | 252 |
|
| 253 | 253 |
|
| 254 | 254 |
|
@@ -341,7 +341,7 @@ describe("deploy commands", () => {
| 341 | 341 |
|
| 342 | 342 |
|
| 343 | 343 |
|
| 344 |
|
|
| 344 |
|
|
| 345 | 345 |
|
| 346 | 346 |
|
| 347 | 347 |
|
@@ -361,7 +361,7 @@ describe("deploy commands", () => {
| 361 | 361 |
|
| 362 | 362 |
|
| 363 | 363 |
|
| 364 |
|
|
| 364 |
|
|
| 365 | 365 |
|
| 366 | 366 |
|
| 367 | 367 |
|
packages/openagents-cli/test/device-client.test.ts modified +2 -2
@@ -63,11 +63,11 @@ describe("device authorization client", () => {
| 63 | 63 |
|
| 64 | 64 |
|
| 65 | 65 |
|
| 66 |
|
|
| 66 |
|
|
| 67 | 67 |
|
| 68 | 68 |
|
| 69 | 69 |
|
| 70 |
|
|
| 70 |
|
|
| 71 | 71 |
|
| 72 | 72 |
|
| 73 | 73 |
|
packages/openagents-cli/test/fleet-client.test.ts modified +3 -3
@@ -23,7 +23,7 @@ const targetFixture = (status: string, overrides: Record<string, unknown> = {})
| 23 | 23 |
|
| 24 | 24 |
|
| 25 | 25 |
|
| 26 |
|
|
| 26 |
|
|
| 27 | 27 |
|
| 28 | 28 |
|
| 29 | 29 |
|
@@ -62,7 +62,7 @@ describe("fleet client", () => {
| 62 | 62 |
|
| 63 | 63 |
|
| 64 | 64 |
|
| 65 |
|
|
| 65 |
|
|
| 66 | 66 |
|
| 67 | 67 |
|
| 68 | 68 |
|
@@ -298,6 +298,6 @@ describe("fleet client", () => {
| 298 | 298 |
|
| 299 | 299 |
|
| 300 | 300 |
|
| 301 |
|
|
| 301 |
|
|
| 302 | 302 |
|
| 303 | 303 |
|
packages/openagents-cli/test/issue-client.test.ts modified +5 -5
@@ -130,7 +130,7 @@ describe("issue client", () => {
| 130 | 130 |
|
| 131 | 131 |
|
| 132 | 132 |
|
| 133 |
|
|
| 133 |
|
|
| 134 | 134 |
|
| 135 | 135 |
|
| 136 | 136 |
|
@@ -155,9 +155,9 @@ describe("issue client", () => {
| 155 | 155 |
|
| 156 | 156 |
|
| 157 | 157 |
|
| 158 |
|
|
| 159 |
|
|
| 160 |
|
|
| 158 |
|
|
| 159 |
|
|
| 160 |
|
|
| 161 | 161 |
|
| 162 | 162 |
|
| 163 | 163 |
|
@@ -177,7 +177,7 @@ describe("issue client", () => {
| 177 | 177 |
|
| 178 | 178 |
|
| 179 | 179 |
|
| 180 |
|
|
| 180 |
|
|
| 181 | 181 |
|
| 182 | 182 |
|
| 183 | 183 |
|
packages/openagents-cli/test/issue-command.test.ts modified +8 -8
@@ -86,7 +86,7 @@ describe("issue and project commands", () => {
| 86 | 86 |
|
| 87 | 87 |
|
| 88 | 88 |
|
| 89 |
|
|
| 89 |
|
|
| 90 | 90 |
|
| 91 | 91 |
|
| 92 | 92 |
|
@@ -111,7 +111,7 @@ describe("issue and project commands", () => {
| 111 | 111 |
|
| 112 | 112 |
|
| 113 | 113 |
|
| 114 |
|
|
| 114 |
|
|
| 115 | 115 |
|
| 116 | 116 |
|
| 117 | 117 |
|
@@ -130,8 +130,8 @@ describe("issue and project commands", () => {
| 130 | 130 |
|
| 131 | 131 |
|
| 132 | 132 |
|
| 133 |
|
|
| 134 |
|
|
| 133 |
|
|
| 134 |
|
|
| 135 | 135 |
|
| 136 | 136 |
|
| 137 | 137 |
|
@@ -184,8 +184,8 @@ describe("issue and project commands", () => {
| 184 | 184 |
|
| 185 | 185 |
|
| 186 | 186 |
|
| 187 |
|
|
| 188 |
|
|
| 187 |
|
|
| 188 |
|
|
| 189 | 189 |
|
| 190 | 190 |
|
| 191 | 191 |
|
@@ -213,7 +213,7 @@ describe("issue and project commands", () => {
| 213 | 213 |
|
| 214 | 214 |
|
| 215 | 215 |
|
| 216 |
|
|
| 216 |
|
|
| 217 | 217 |
|
| 218 | 218 |
|
| 219 | 219 |
|
@@ -230,7 +230,7 @@ describe("issue and project commands", () => {
| 230 | 230 |
|
| 231 | 231 |
|
| 232 | 232 |
|
| 233 |
|
|
| 233 |
|
|
| 234 | 234 |
|
| 235 | 235 |
|
| 236 | 236 |
|
packages/openagents-cli/test/repository-client.test.ts modified +8 -8
@@ -81,7 +81,7 @@ describe("repository client", () => {
| 81 | 81 |
|
| 82 | 82 |
|
| 83 | 83 |
|
| 84 |
|
|
| 84 |
|
|
| 85 | 85 |
|
| 86 | 86 |
|
| 87 | 87 |
|
@@ -106,7 +106,7 @@ describe("repository client", () => {
| 106 | 106 |
|
| 107 | 107 |
|
| 108 | 108 |
|
| 109 |
|
|
| 109 |
|
|
| 110 | 110 |
|
| 111 | 111 |
|
| 112 | 112 |
|
@@ -131,7 +131,7 @@ describe("repository client", () => {
| 131 | 131 |
|
| 132 | 132 |
|
| 133 | 133 |
|
| 134 |
|
|
| 134 |
|
|
| 135 | 135 |
|
| 136 | 136 |
|
| 137 | 137 |
|
@@ -225,7 +225,7 @@ describe("repository client", () => {
| 225 | 225 |
|
| 226 | 226 |
|
| 227 | 227 |
|
| 228 |
|
|
| 228 |
|
|
| 229 | 229 |
|
| 230 | 230 |
|
| 231 | 231 |
|
@@ -253,7 +253,7 @@ describe("repository client", () => {
| 253 | 253 |
|
| 254 | 254 |
|
| 255 | 255 |
|
| 256 |
|
|
| 256 |
|
|
| 257 | 257 |
|
| 258 | 258 |
|
| 259 | 259 |
|
@@ -281,7 +281,7 @@ describe("repository client", () => {
| 281 | 281 |
|
| 282 | 282 |
|
| 283 | 283 |
|
| 284 |
|
|
| 284 |
|
|
| 285 | 285 |
|
| 286 | 286 |
|
| 287 | 287 |
|
@@ -321,8 +321,8 @@ describe("repository client", () => {
| 321 | 321 |
|
| 322 | 322 |
|
| 323 | 323 |
|
| 324 |
|
|
| 325 |
|
|
| 324 |
|
|
| 325 |
|
|
| 326 | 326 |
|
| 327 | 327 |
|
| 328 | 328 |
|
packages/openagents-cli/test/trace-command.test.ts modified +1 -1
@@ -179,7 +179,7 @@ describe("openagents trace", () => {
| 179 | 179 |
|
| 180 | 180 |
|
| 181 | 181 |
|
| 182 |
|
|
| 182 |
|
|
| 183 | 183 |
|
| 184 | 184 |
|
| 185 | 185 |
|