@xrkseek/harness-cli 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts +6 -1
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent/dist/index.js +3 -0
- package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +11 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js +14 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts +5 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js +17 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.js +13 -4
- package/node_modules/@xrkseek/exec-pty/dist/tools.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +3 -2
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +12 -7
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts +3 -2
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js +12 -7
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.js +50 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +56 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.js +9 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.js +129 -0
- package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +5 -2
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js +5 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.js +12 -2
- package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.js +1 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.js.map +1 -1
- package/node_modules/@xrkseek/session-projection/dist/types.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/README.md +3 -23
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts +62 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js +146 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/index.d.ts +25 -13
- package/node_modules/@xrkseek/workspace/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/index.js +79 -17
- package/node_modules/@xrkseek/workspace/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js +6 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts +12 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.js +42 -4
- package/node_modules/@xrkseek/workspace/dist/skills.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.js +2 -0
- package/node_modules/@xrkseek/workspace/dist/slash.js.map +1 -1
- package/node_modules/@xrkseek/workspace/package.json +2 -1
- package/package.json +1 -1
- package/product-web/assets/index-CcF0Sxxg.js +297 -0
- package/product-web/assets/index-CcF0Sxxg.js.map +1 -0
- package/product-web/assets/langs/{php-9bx0az3O.js → php-DY2VakOf.js} +2 -2
- package/product-web/assets/langs/{php-9bx0az3O.js.map → php-DY2VakOf.js.map} +1 -1
- package/product-web/assets/langs/{ruby-HDLHRjSL.js → ruby-hwtoiFmS.js} +2 -2
- package/product-web/assets/langs/{ruby-HDLHRjSL.js.map → ruby-hwtoiFmS.js.map} +1 -1
- package/product-web/assets/{vendor-CeMKrCZm.js → vendor-CldRVjca.js} +35 -36
- package/product-web/assets/vendor-CldRVjca.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +2 -2
- package/product-web/plugins/@xrkseek/client-locale/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-runtime/client.js +37 -1
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +34 -34
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +161 -161
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +51 -51
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +17 -17
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +39 -39
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +171 -150
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts +0 -35
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js +0 -116
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts +0 -23
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.js +0 -51
- package/node_modules/@xrkseek/server-face/dist/envelope.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts +0 -15
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js +0 -247
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js.map +0 -1
- package/product-web/assets/index-BwSJq-Ch.js +0 -112
- package/product-web/assets/index-BwSJq-Ch.js.map +0 -1
- package/product-web/assets/vendor-CeMKrCZm.js.map +0 -1
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Map XRK Face error codes onto DeepSeek Web's closed RpcError set.
|
|
3
|
-
* Client Zod requires `details` on every error branch.
|
|
4
|
-
*/
|
|
5
|
-
/** Codes the DSH browser client accepts (RpcErrorDetailsMap keys). */
|
|
6
|
-
const DSH_CODES = new Set([
|
|
7
|
-
"bad-request",
|
|
8
|
-
"cancelled",
|
|
9
|
-
"session-not-found",
|
|
10
|
-
"model-unavailable",
|
|
11
|
-
"session-conflict",
|
|
12
|
-
"invalid-time-zone",
|
|
13
|
-
"workspace-attach-failed",
|
|
14
|
-
"workspace-not-found",
|
|
15
|
-
"workspace-invalid-path",
|
|
16
|
-
"workspace-name-conflict",
|
|
17
|
-
"workspace-move-invalid",
|
|
18
|
-
"directory-unreadable",
|
|
19
|
-
"directory-exists",
|
|
20
|
-
"directory-create-failed",
|
|
21
|
-
"directory-picker-unavailable",
|
|
22
|
-
"agent-preset-read-only",
|
|
23
|
-
"agent-preset-locked",
|
|
24
|
-
"agent-preset-conflict",
|
|
25
|
-
"agent-preset-not-found",
|
|
26
|
-
"agent-preset-invalid",
|
|
27
|
-
"agent-busy",
|
|
28
|
-
"attachment-error",
|
|
29
|
-
"queue-item-not-found",
|
|
30
|
-
"steer-unavailable",
|
|
31
|
-
"command-error",
|
|
32
|
-
"unknown-command",
|
|
33
|
-
"settings-rejected",
|
|
34
|
-
"settings-conflict",
|
|
35
|
-
"credential-rejected",
|
|
36
|
-
"model-discovery-failed",
|
|
37
|
-
"title-invalid",
|
|
38
|
-
"fork-unavailable",
|
|
39
|
-
"subagent-parent-unavailable",
|
|
40
|
-
"subagent-not-found",
|
|
41
|
-
"subagent-catalog-diagnostic",
|
|
42
|
-
"subagent-not-resumable",
|
|
43
|
-
"subagent-unauthorized",
|
|
44
|
-
"subagent-delivery-unavailable",
|
|
45
|
-
"internal",
|
|
46
|
-
]);
|
|
47
|
-
function asRecord(value) {
|
|
48
|
-
if (value && typeof value === "object" && !Array.isArray(value)) {
|
|
49
|
-
return value;
|
|
50
|
-
}
|
|
51
|
-
return undefined;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* Normalize any Face handler error into a DSH-parseable RpcError.
|
|
55
|
-
* Unknown / XRK-only codes fold to `internal` or the closest DSH code.
|
|
56
|
-
*/
|
|
57
|
-
export function mapFaceRpcError(code, message, details) {
|
|
58
|
-
const hint = asRecord(details);
|
|
59
|
-
switch (code) {
|
|
60
|
-
case "invalid-payload":
|
|
61
|
-
case "invalid-mode":
|
|
62
|
-
return {
|
|
63
|
-
code: "bad-request",
|
|
64
|
-
message: `${code}: ${message}`,
|
|
65
|
-
details: { issues: hint?.issues ?? [] },
|
|
66
|
-
};
|
|
67
|
-
case "not-found":
|
|
68
|
-
return {
|
|
69
|
-
code: "session-not-found",
|
|
70
|
-
message,
|
|
71
|
-
details: {
|
|
72
|
-
sessionId: typeof hint?.sessionId === "string" ? hint.sessionId : message,
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
case "unsupported-modality":
|
|
76
|
-
case "unsupported-image-type":
|
|
77
|
-
case "attachment-unavailable":
|
|
78
|
-
return {
|
|
79
|
-
code: "attachment-error",
|
|
80
|
-
message: `${code}: ${message}`,
|
|
81
|
-
details: { reason: message },
|
|
82
|
-
};
|
|
83
|
-
case "path-escape":
|
|
84
|
-
case "seed-dir-not-found":
|
|
85
|
-
return {
|
|
86
|
-
code: "workspace-invalid-path",
|
|
87
|
-
message,
|
|
88
|
-
details: { path: typeof hint?.path === "string" ? hint.path : message },
|
|
89
|
-
};
|
|
90
|
-
case "session-exists":
|
|
91
|
-
return {
|
|
92
|
-
code: "session-conflict",
|
|
93
|
-
message,
|
|
94
|
-
details: {
|
|
95
|
-
sessionId: typeof hint?.sessionId === "string" ? hint.sessionId : message,
|
|
96
|
-
requestedCwd: typeof hint?.requestedCwd === "string" ? hint.requestedCwd : "",
|
|
97
|
-
},
|
|
98
|
-
};
|
|
99
|
-
case "provider-not-found":
|
|
100
|
-
case "policy-denied":
|
|
101
|
-
return {
|
|
102
|
-
code: "model-unavailable",
|
|
103
|
-
message: `${code}: ${message}`,
|
|
104
|
-
details: {
|
|
105
|
-
provider: typeof hint?.provider === "string" ? hint.provider : "",
|
|
106
|
-
model: typeof hint?.model === "string" ? hint.model : message,
|
|
107
|
-
},
|
|
108
|
-
};
|
|
109
|
-
case "seed-template-not-found":
|
|
110
|
-
return {
|
|
111
|
-
code: "workspace-not-found",
|
|
112
|
-
message,
|
|
113
|
-
details: {
|
|
114
|
-
workspaceId: typeof hint?.workspaceId === "string" ? hint.workspaceId : message,
|
|
115
|
-
},
|
|
116
|
-
};
|
|
117
|
-
case "approval-not-found":
|
|
118
|
-
case "approval-session-mismatch":
|
|
119
|
-
return {
|
|
120
|
-
code: "bad-request",
|
|
121
|
-
message: `${code}: ${message}`,
|
|
122
|
-
details: { issues: [] },
|
|
123
|
-
};
|
|
124
|
-
case "settings-scope-not-found":
|
|
125
|
-
case "settings-readonly":
|
|
126
|
-
case "settings-invalid":
|
|
127
|
-
return {
|
|
128
|
-
code: "settings-rejected",
|
|
129
|
-
message,
|
|
130
|
-
details: { ns: typeof hint?.ns === "string" ? hint.ns : message },
|
|
131
|
-
};
|
|
132
|
-
case "credentials-too-large":
|
|
133
|
-
case "credentials-slot-not-found":
|
|
134
|
-
return {
|
|
135
|
-
code: "credential-rejected",
|
|
136
|
-
message,
|
|
137
|
-
details: { ref: typeof hint?.ref === "string" ? hint.ref : message },
|
|
138
|
-
};
|
|
139
|
-
case "not-implemented":
|
|
140
|
-
return { code: "internal", message, details: {} };
|
|
141
|
-
case "session-not-found":
|
|
142
|
-
return {
|
|
143
|
-
code: "session-not-found",
|
|
144
|
-
message,
|
|
145
|
-
details: {
|
|
146
|
-
sessionId: typeof hint?.sessionId === "string" ? hint.sessionId : message,
|
|
147
|
-
},
|
|
148
|
-
};
|
|
149
|
-
case "workspace-not-found":
|
|
150
|
-
return {
|
|
151
|
-
code: "workspace-not-found",
|
|
152
|
-
message,
|
|
153
|
-
details: {
|
|
154
|
-
workspaceId: typeof hint?.workspaceId === "string"
|
|
155
|
-
? hint.workspaceId
|
|
156
|
-
: message,
|
|
157
|
-
},
|
|
158
|
-
};
|
|
159
|
-
case "directory-unreadable":
|
|
160
|
-
case "directory-exists":
|
|
161
|
-
case "directory-create-failed":
|
|
162
|
-
return {
|
|
163
|
-
code,
|
|
164
|
-
message,
|
|
165
|
-
details: {
|
|
166
|
-
path: typeof hint?.path === "string" ? hint.path : message,
|
|
167
|
-
},
|
|
168
|
-
};
|
|
169
|
-
case "attachment-error":
|
|
170
|
-
return {
|
|
171
|
-
code: "attachment-error",
|
|
172
|
-
message,
|
|
173
|
-
details: {
|
|
174
|
-
reason: typeof hint?.reason === "string" ? hint.reason : message,
|
|
175
|
-
},
|
|
176
|
-
};
|
|
177
|
-
case "agent-preset-not-found":
|
|
178
|
-
return {
|
|
179
|
-
code: "agent-preset-not-found",
|
|
180
|
-
message,
|
|
181
|
-
details: {
|
|
182
|
-
agentPreset: typeof hint?.agentPreset === "string"
|
|
183
|
-
? hint.agentPreset
|
|
184
|
-
: message,
|
|
185
|
-
available: Array.isArray(hint?.available)
|
|
186
|
-
? hint.available
|
|
187
|
-
: [],
|
|
188
|
-
},
|
|
189
|
-
};
|
|
190
|
-
case "queue-item-not-found":
|
|
191
|
-
return {
|
|
192
|
-
code: "queue-item-not-found",
|
|
193
|
-
message,
|
|
194
|
-
details: {
|
|
195
|
-
itemId: typeof hint?.itemId === "string" ? hint.itemId : message,
|
|
196
|
-
},
|
|
197
|
-
};
|
|
198
|
-
case "title-invalid":
|
|
199
|
-
return {
|
|
200
|
-
code: "title-invalid",
|
|
201
|
-
message,
|
|
202
|
-
details: {
|
|
203
|
-
sessionId: typeof hint?.sessionId === "string" ? hint.sessionId : message,
|
|
204
|
-
},
|
|
205
|
-
};
|
|
206
|
-
case "settings-rejected":
|
|
207
|
-
return {
|
|
208
|
-
code: "settings-rejected",
|
|
209
|
-
message,
|
|
210
|
-
details: {
|
|
211
|
-
ns: typeof hint?.ns === "string" ? hint.ns : "",
|
|
212
|
-
},
|
|
213
|
-
};
|
|
214
|
-
case "settings-conflict":
|
|
215
|
-
return {
|
|
216
|
-
code: "settings-conflict",
|
|
217
|
-
message,
|
|
218
|
-
details: {
|
|
219
|
-
ns: typeof hint?.ns === "string" ? hint.ns : "",
|
|
220
|
-
expected: typeof hint?.expected === "number" ? hint.expected : 0,
|
|
221
|
-
actual: typeof hint?.actual === "number" ? hint.actual : 0,
|
|
222
|
-
},
|
|
223
|
-
};
|
|
224
|
-
case "credential-rejected":
|
|
225
|
-
return {
|
|
226
|
-
code: "credential-rejected",
|
|
227
|
-
message,
|
|
228
|
-
details: {
|
|
229
|
-
ref: typeof hint?.ref === "string" ? hint.ref : message,
|
|
230
|
-
},
|
|
231
|
-
};
|
|
232
|
-
default:
|
|
233
|
-
if (DSH_CODES.has(code)) {
|
|
234
|
-
return {
|
|
235
|
-
code,
|
|
236
|
-
message,
|
|
237
|
-
details: hint ?? {},
|
|
238
|
-
};
|
|
239
|
-
}
|
|
240
|
-
return {
|
|
241
|
-
code: "internal",
|
|
242
|
-
message: `${code}: ${message}`,
|
|
243
|
-
details: {},
|
|
244
|
-
};
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
//# sourceMappingURL=rpc-error.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rpc-error.js","sourceRoot":"","sources":["../src/rpc-error.ts"],"names":[],"mappings":"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"}
|