























| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -74,6 +75,7 @@ const baseRunParams = { | |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
@@ -152,6 +154,7 @@ describe("runCliAgent cron before_agent_reply seam", () => { | |||
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -65,6 +66,8 @@ describe("isCliBindingFlushed", () => { | |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -47,6 +48,7 @@ function isProcessAlive(pid: number): boolean { | |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
@@ -57,6 +59,8 @@ async function createBundleMcpFixture(params: { | |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
@@ -143,6 +147,8 @@ async function prepareBundleMcpExecutionContext(params: { | |||
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| 150 | + | |
| 151 | + | |
146 | 152 | | |
147 | 153 | | |
148 | 154 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -41,6 +42,7 @@ function textMessage(role: "user" | "assistant", text: string, timestamp: number | |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
@@ -62,6 +64,8 @@ function createMaintenanceResult() { | |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
@@ -115,6 +119,7 @@ function buildPreparedContext(contextEngine: ContextEngine): PreparedCliRunConte | |||
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -21,6 +22,7 @@ import * as toolImages from "./tool-images.js"; | |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
@@ -51,6 +53,7 @@ describe("loadPromptRefImages", () => { | |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
@@ -149,6 +152,8 @@ describe("buildCliArgs", () => { | |||
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| 155 | + | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -46,6 +47,7 @@ type HookRunnerGlobalStateForTest = { | |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
@@ -60,6 +62,8 @@ function setHookRunnerForTest(hookRunner: unknown): void { | |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
@@ -134,6 +138,7 @@ function buildPreparedContext(params?: { | |||
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -87,6 +88,8 @@ function buildPreparedCliRunContext(params: { | |||
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
@@ -198,6 +201,8 @@ async function expectRejectsWithFields( | |||
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| 204 | + | |
| 205 | + | |
201 | 206 | | |
202 | 207 | | |
203 | 208 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
@@ -69,6 +70,8 @@ setCliRunnerExecuteTestDeps({ | |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。