@deepseek-ai/dsh-api-remotes 0.1.5-alpha.1 → 0.1.5-alpha.2
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/lib/client.js +306 -72
- package/lib/types/client/index.d.ts +1 -0
- package/lib/types/client/index.js +2 -1
- package/package.json +31 -30
package/lib/client.js
CHANGED
|
@@ -4334,7 +4334,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4334
4334
|
const _deepseek_ai_dsh_agent_presets_agentPresets_select_parameter_0$schema = intersection(string(), unknown());
|
|
4335
4335
|
const _deepseek_ai_dsh_agent_presets_agentPresets_select_parameter_1$schema = string();
|
|
4336
4336
|
const _deepseek_ai_dsh_agent_presets_agentPresets_select_result$schema = string();
|
|
4337
|
-
const TYPERT_REMOTE$
|
|
4337
|
+
const TYPERT_REMOTE$14 = {
|
|
4338
4338
|
package: "@deepseek-ai/dsh-agent-presets",
|
|
4339
4339
|
descriptors: [
|
|
4340
4340
|
{
|
|
@@ -4543,7 +4543,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4543
4543
|
"attachments": boolean().readonly().optional()
|
|
4544
4544
|
}).readonly().optional()
|
|
4545
4545
|
}));
|
|
4546
|
-
const TYPERT_REMOTE$
|
|
4546
|
+
const TYPERT_REMOTE$13 = {
|
|
4547
4547
|
package: "@deepseek-ai/dsh-commands",
|
|
4548
4548
|
descriptors: [{
|
|
4549
4549
|
id: "@deepseek-ai/dsh-commands#commands/execute",
|
|
@@ -4939,7 +4939,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4939
4939
|
})),
|
|
4940
4940
|
"revision": number()
|
|
4941
4941
|
});
|
|
4942
|
-
const TYPERT_REMOTE$
|
|
4942
|
+
const TYPERT_REMOTE$12 = {
|
|
4943
4943
|
package: "@deepseek-ai/dsh-api-settings-controller",
|
|
4944
4944
|
descriptors: [
|
|
4945
4945
|
{
|
|
@@ -5412,7 +5412,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5412
5412
|
"id": intersection(string(), unknown()).readonly(),
|
|
5413
5413
|
"revision": number().readonly()
|
|
5414
5414
|
});
|
|
5415
|
-
const TYPERT_REMOTE$
|
|
5415
|
+
const TYPERT_REMOTE$11 = {
|
|
5416
5416
|
package: "@deepseek-ai/dsh-goal",
|
|
5417
5417
|
descriptors: [
|
|
5418
5418
|
{
|
|
@@ -5729,13 +5729,14 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5729
5729
|
"displayName": string(),
|
|
5730
5730
|
"settingsNs": string(),
|
|
5731
5731
|
"settingsPath": array(string()),
|
|
5732
|
-
"declared": boolean().optional()
|
|
5732
|
+
"declared": boolean().optional(),
|
|
5733
|
+
"error": string().optional()
|
|
5733
5734
|
}));
|
|
5734
5735
|
const _deepseek_ai_dsh_llm_llm_listProviders_result$schema = array(object({
|
|
5735
5736
|
"id": string(),
|
|
5736
5737
|
"name": string()
|
|
5737
5738
|
}));
|
|
5738
|
-
const TYPERT_REMOTE$
|
|
5739
|
+
const TYPERT_REMOTE$10 = {
|
|
5739
5740
|
package: "@deepseek-ai/dsh-llm",
|
|
5740
5741
|
descriptors: [
|
|
5741
5742
|
{
|
|
@@ -6142,7 +6143,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6142
6143
|
"reason": literal("plugin-missing"),
|
|
6143
6144
|
"message": string()
|
|
6144
6145
|
})]);
|
|
6145
|
-
const TYPERT_REMOTE$
|
|
6146
|
+
const TYPERT_REMOTE$9 = {
|
|
6146
6147
|
package: "@deepseek-ai/dsh-cordis-host-runner",
|
|
6147
6148
|
descriptors: [
|
|
6148
6149
|
{
|
|
@@ -6743,7 +6744,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6743
6744
|
}
|
|
6744
6745
|
]
|
|
6745
6746
|
};
|
|
6746
|
-
const TYPERT_REMOTE$
|
|
6747
|
+
const TYPERT_REMOTE$8 = {
|
|
6747
6748
|
package: "@deepseek-ai/dsh-host-plugin-inventory",
|
|
6748
6749
|
descriptors: [{
|
|
6749
6750
|
id: "@deepseek-ai/dsh-host-plugin-inventory#pluginInventory/list",
|
|
@@ -6824,6 +6825,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6824
6825
|
"messageId": intersection(string(), unknown()).readonly(),
|
|
6825
6826
|
"rating": union([literal("positive"), literal("negative")]).readonly(),
|
|
6826
6827
|
"note": string().readonly().optional(),
|
|
6828
|
+
"category": union([
|
|
6829
|
+
literal("other"),
|
|
6830
|
+
literal("task-result"),
|
|
6831
|
+
literal("instruction-following"),
|
|
6832
|
+
literal("product-interaction"),
|
|
6833
|
+
literal("service-stability"),
|
|
6834
|
+
literal("resource-cost"),
|
|
6835
|
+
literal("security-privacy-permission")
|
|
6836
|
+
]).readonly().optional(),
|
|
6827
6837
|
"version": intersection(string(), unknown()).readonly(),
|
|
6828
6838
|
"createdAt": number().readonly(),
|
|
6829
6839
|
"updatedAt": number().readonly()
|
|
@@ -6837,6 +6847,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6837
6847
|
"messageId": intersection(string(), unknown()).readonly(),
|
|
6838
6848
|
"rating": union([literal("positive"), literal("negative")]).readonly(),
|
|
6839
6849
|
"note": string().readonly().optional(),
|
|
6850
|
+
"category": union([
|
|
6851
|
+
literal("other"),
|
|
6852
|
+
literal("task-result"),
|
|
6853
|
+
literal("instruction-following"),
|
|
6854
|
+
literal("product-interaction"),
|
|
6855
|
+
literal("service-stability"),
|
|
6856
|
+
literal("resource-cost"),
|
|
6857
|
+
literal("security-privacy-permission")
|
|
6858
|
+
]).readonly().optional(),
|
|
6840
6859
|
"version": intersection(string(), unknown()).readonly(),
|
|
6841
6860
|
"createdAt": number().readonly(),
|
|
6842
6861
|
"updatedAt": number().readonly()
|
|
@@ -6853,6 +6872,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6853
6872
|
"messageId": intersection(string(), unknown()).readonly(),
|
|
6854
6873
|
"rating": union([literal("positive"), literal("negative")]).readonly(),
|
|
6855
6874
|
"note": string().readonly().optional(),
|
|
6875
|
+
"category": union([
|
|
6876
|
+
literal("other"),
|
|
6877
|
+
literal("task-result"),
|
|
6878
|
+
literal("instruction-following"),
|
|
6879
|
+
literal("product-interaction"),
|
|
6880
|
+
literal("service-stability"),
|
|
6881
|
+
literal("resource-cost"),
|
|
6882
|
+
literal("security-privacy-permission")
|
|
6883
|
+
]).readonly().optional(),
|
|
6856
6884
|
"ifVersion": union([literal(null), intersection(string(), unknown())]).readonly()
|
|
6857
6885
|
});
|
|
6858
6886
|
const _deepseek_ai_dsh_message_feedback_messageFeedback_put_result$schema = union([object({
|
|
@@ -6861,6 +6889,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6861
6889
|
"messageId": intersection(string(), unknown()).readonly(),
|
|
6862
6890
|
"rating": union([literal("positive"), literal("negative")]).readonly(),
|
|
6863
6891
|
"note": string().readonly().optional(),
|
|
6892
|
+
"category": union([
|
|
6893
|
+
literal("other"),
|
|
6894
|
+
literal("task-result"),
|
|
6895
|
+
literal("instruction-following"),
|
|
6896
|
+
literal("product-interaction"),
|
|
6897
|
+
literal("service-stability"),
|
|
6898
|
+
literal("resource-cost"),
|
|
6899
|
+
literal("security-privacy-permission")
|
|
6900
|
+
]).readonly().optional(),
|
|
6864
6901
|
"version": intersection(string(), unknown()).readonly(),
|
|
6865
6902
|
"createdAt": number().readonly(),
|
|
6866
6903
|
"updatedAt": number().readonly()
|
|
@@ -6883,6 +6920,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6883
6920
|
"messageId": intersection(string(), unknown()).readonly(),
|
|
6884
6921
|
"rating": union([literal("positive"), literal("negative")]).readonly(),
|
|
6885
6922
|
"note": string().readonly().optional(),
|
|
6923
|
+
"category": union([
|
|
6924
|
+
literal("other"),
|
|
6925
|
+
literal("task-result"),
|
|
6926
|
+
literal("instruction-following"),
|
|
6927
|
+
literal("product-interaction"),
|
|
6928
|
+
literal("service-stability"),
|
|
6929
|
+
literal("resource-cost"),
|
|
6930
|
+
literal("security-privacy-permission")
|
|
6931
|
+
]).readonly().optional(),
|
|
6886
6932
|
"version": intersection(string(), unknown()).readonly(),
|
|
6887
6933
|
"createdAt": number().readonly(),
|
|
6888
6934
|
"updatedAt": number().readonly()
|
|
@@ -6896,7 +6942,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6896
6942
|
})
|
|
6897
6943
|
]).readonly()
|
|
6898
6944
|
})]);
|
|
6899
|
-
const TYPERT_REMOTE$
|
|
6945
|
+
const TYPERT_REMOTE$7 = {
|
|
6900
6946
|
package: "@deepseek-ai/dsh-message-feedback",
|
|
6901
6947
|
descriptors: [
|
|
6902
6948
|
{
|
|
@@ -6922,7 +6968,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6922
6968
|
},
|
|
6923
6969
|
sourceLocation: {
|
|
6924
6970
|
"file": "packages/feedback/message-feedback/src/index.ts",
|
|
6925
|
-
"line":
|
|
6971
|
+
"line": 207,
|
|
6926
6972
|
"column": 3
|
|
6927
6973
|
}
|
|
6928
6974
|
},
|
|
@@ -6949,7 +6995,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6949
6995
|
},
|
|
6950
6996
|
sourceLocation: {
|
|
6951
6997
|
"file": "packages/feedback/message-feedback/src/index.ts",
|
|
6952
|
-
"line":
|
|
6998
|
+
"line": 155,
|
|
6953
6999
|
"column": 3
|
|
6954
7000
|
}
|
|
6955
7001
|
},
|
|
@@ -6976,13 +7022,68 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6976
7022
|
},
|
|
6977
7023
|
sourceLocation: {
|
|
6978
7024
|
"file": "packages/feedback/message-feedback/src/index.ts",
|
|
6979
|
-
"line":
|
|
7025
|
+
"line": 167,
|
|
6980
7026
|
"column": 3
|
|
6981
7027
|
}
|
|
6982
7028
|
}
|
|
6983
7029
|
]
|
|
6984
7030
|
};
|
|
6985
7031
|
//#endregion
|
|
7032
|
+
//#region ../../feedback/command-feedback/lib/typert.remote-client.js
|
|
7033
|
+
const _deepseek_ai_dsh_command_feedback_sessionFeedback_record_parameter_0$schema = object({
|
|
7034
|
+
"sessionId": intersection(string(), unknown()).readonly(),
|
|
7035
|
+
"text": string().readonly().optional(),
|
|
7036
|
+
"category": union([
|
|
7037
|
+
literal("other"),
|
|
7038
|
+
literal("task-result"),
|
|
7039
|
+
literal("instruction-following"),
|
|
7040
|
+
literal("product-interaction"),
|
|
7041
|
+
literal("service-stability"),
|
|
7042
|
+
literal("resource-cost"),
|
|
7043
|
+
literal("security-privacy-permission")
|
|
7044
|
+
]).readonly().optional()
|
|
7045
|
+
});
|
|
7046
|
+
const _deepseek_ai_dsh_command_feedback_sessionFeedback_record_result$schema = union([object({
|
|
7047
|
+
"ok": literal(true).readonly(),
|
|
7048
|
+
"value": object({ "recorded": literal(true).readonly() }).readonly()
|
|
7049
|
+
}), object({
|
|
7050
|
+
"ok": literal(false).readonly(),
|
|
7051
|
+
"error": object({
|
|
7052
|
+
"code": literal("session-not-found").readonly(),
|
|
7053
|
+
"sessionId": intersection(string(), unknown()).readonly()
|
|
7054
|
+
}).readonly()
|
|
7055
|
+
})]);
|
|
7056
|
+
const TYPERT_REMOTE$6 = {
|
|
7057
|
+
package: "@deepseek-ai/dsh-command-feedback",
|
|
7058
|
+
descriptors: [{
|
|
7059
|
+
id: "@deepseek-ai/dsh-command-feedback#sessionFeedback/record",
|
|
7060
|
+
service: "sessionFeedback",
|
|
7061
|
+
namespace: "sessionFeedback",
|
|
7062
|
+
method: "record",
|
|
7063
|
+
invocation: { kind: "direct" },
|
|
7064
|
+
parameters: [{
|
|
7065
|
+
name: "request",
|
|
7066
|
+
wire: "request",
|
|
7067
|
+
source: "json",
|
|
7068
|
+
codec: {
|
|
7069
|
+
mode: "strict",
|
|
7070
|
+
typeSymbol: "@deepseek-ai/dsh-command-feedback/types#SessionFeedbackRecordRequest",
|
|
7071
|
+
schema: _deepseek_ai_dsh_command_feedback_sessionFeedback_record_parameter_0$schema
|
|
7072
|
+
}
|
|
7073
|
+
}],
|
|
7074
|
+
result: {
|
|
7075
|
+
mode: "strict",
|
|
7076
|
+
typeSymbol: "@deepseek-ai/dsh-command-feedback/types#SessionFeedbackRecordResult",
|
|
7077
|
+
schema: _deepseek_ai_dsh_command_feedback_sessionFeedback_record_result$schema
|
|
7078
|
+
},
|
|
7079
|
+
sourceLocation: {
|
|
7080
|
+
"file": "packages/feedback/command-feedback/src/index.ts",
|
|
7081
|
+
"line": 101,
|
|
7082
|
+
"column": 3
|
|
7083
|
+
}
|
|
7084
|
+
}]
|
|
7085
|
+
};
|
|
7086
|
+
//#endregion
|
|
6986
7087
|
//#region ../../client/file-upload/lib/typert.remote-client.js
|
|
6987
7088
|
const _deepseek_ai_dsh_client_file_upload_fileUploads_upload_parameter_0$schema = intersection(string(), unknown());
|
|
6988
7089
|
const _deepseek_ai_dsh_client_file_upload_fileUploads_upload_parameter_1$schema = object({
|
|
@@ -7210,7 +7311,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7210
7311
|
},
|
|
7211
7312
|
sourceLocation: {
|
|
7212
7313
|
"file": "packages/subagent/subagent/src/index.ts",
|
|
7213
|
-
"line":
|
|
7314
|
+
"line": 480,
|
|
7214
7315
|
"column": 3
|
|
7215
7316
|
}
|
|
7216
7317
|
},
|
|
@@ -7239,7 +7340,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7239
7340
|
},
|
|
7240
7341
|
sourceLocation: {
|
|
7241
7342
|
"file": "packages/subagent/subagent/src/index.ts",
|
|
7242
|
-
"line":
|
|
7343
|
+
"line": 386,
|
|
7243
7344
|
"column": 9
|
|
7244
7345
|
}
|
|
7245
7346
|
},
|
|
@@ -7267,7 +7368,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7267
7368
|
},
|
|
7268
7369
|
sourceLocation: {
|
|
7269
7370
|
"file": "packages/subagent/subagent/src/index.ts",
|
|
7270
|
-
"line":
|
|
7371
|
+
"line": 413,
|
|
7271
7372
|
"column": 9
|
|
7272
7373
|
}
|
|
7273
7374
|
}
|
|
@@ -7496,6 +7597,19 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7496
7597
|
"reasoningEffort": string().readonly().optional()
|
|
7497
7598
|
})]).readonly()
|
|
7498
7599
|
}).optional(),
|
|
7600
|
+
"subagentCatalog": array(union([intersection(object({
|
|
7601
|
+
"id": intersection(string(), unknown()).readonly(),
|
|
7602
|
+
"createdAt": number().readonly()
|
|
7603
|
+
}), object({
|
|
7604
|
+
"mode": literal("one-shot").readonly(),
|
|
7605
|
+
"label": string().readonly().optional()
|
|
7606
|
+
})), intersection(object({
|
|
7607
|
+
"id": intersection(string(), unknown()).readonly(),
|
|
7608
|
+
"createdAt": number().readonly()
|
|
7609
|
+
}), object({
|
|
7610
|
+
"mode": literal("continuable").readonly(),
|
|
7611
|
+
"label": string().readonly()
|
|
7612
|
+
}))])).optional(),
|
|
7499
7613
|
"subagentTiming": object({
|
|
7500
7614
|
"settledMs": number(),
|
|
7501
7615
|
"active": object({
|
|
@@ -7781,6 +7895,19 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7781
7895
|
"reasoningEffort": string().readonly().optional()
|
|
7782
7896
|
})]).readonly()
|
|
7783
7897
|
}).optional(),
|
|
7898
|
+
"subagentCatalog": array(union([intersection(object({
|
|
7899
|
+
"id": intersection(string(), unknown()).readonly(),
|
|
7900
|
+
"createdAt": number().readonly()
|
|
7901
|
+
}), object({
|
|
7902
|
+
"mode": literal("one-shot").readonly(),
|
|
7903
|
+
"label": string().readonly().optional()
|
|
7904
|
+
})), intersection(object({
|
|
7905
|
+
"id": intersection(string(), unknown()).readonly(),
|
|
7906
|
+
"createdAt": number().readonly()
|
|
7907
|
+
}), object({
|
|
7908
|
+
"mode": literal("continuable").readonly(),
|
|
7909
|
+
"label": string().readonly()
|
|
7910
|
+
}))])).optional(),
|
|
7784
7911
|
"subagentTiming": object({
|
|
7785
7912
|
"settledMs": number(),
|
|
7786
7913
|
"active": object({
|
|
@@ -7969,6 +8096,19 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7969
8096
|
"reasoningEffort": string().readonly().optional()
|
|
7970
8097
|
})]).readonly()
|
|
7971
8098
|
}).optional(),
|
|
8099
|
+
"subagentCatalog": array(union([intersection(object({
|
|
8100
|
+
"id": intersection(string(), unknown()).readonly(),
|
|
8101
|
+
"createdAt": number().readonly()
|
|
8102
|
+
}), object({
|
|
8103
|
+
"mode": literal("one-shot").readonly(),
|
|
8104
|
+
"label": string().readonly().optional()
|
|
8105
|
+
})), intersection(object({
|
|
8106
|
+
"id": intersection(string(), unknown()).readonly(),
|
|
8107
|
+
"createdAt": number().readonly()
|
|
8108
|
+
}), object({
|
|
8109
|
+
"mode": literal("continuable").readonly(),
|
|
8110
|
+
"label": string().readonly()
|
|
8111
|
+
}))])).optional(),
|
|
7972
8112
|
"subagentTiming": object({
|
|
7973
8113
|
"settledMs": number(),
|
|
7974
8114
|
"active": object({
|
|
@@ -8051,7 +8191,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8051
8191
|
"message": string().readonly()
|
|
8052
8192
|
})).readonly()
|
|
8053
8193
|
});
|
|
8054
|
-
const _deepseek_ai_dsh_api_session_controller_session_openWorkspacePath_parameter_0$schema = object({
|
|
8194
|
+
const _deepseek_ai_dsh_api_session_controller_session_openWorkspacePath_parameter_0$schema = object({
|
|
8195
|
+
"action": literal("reveal").readonly().optional(),
|
|
8196
|
+
"path": string().readonly()
|
|
8197
|
+
});
|
|
8055
8198
|
const _deepseek_ai_dsh_api_session_controller_session_openWorkspacePath_result$schema = object({ "opened": literal(true).readonly() });
|
|
8056
8199
|
const _deepseek_ai_dsh_api_session_controller_session_page_parameter_0$schema = object({
|
|
8057
8200
|
"address": union([object({
|
|
@@ -8298,7 +8441,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8298
8441
|
},
|
|
8299
8442
|
sourceLocation: {
|
|
8300
8443
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8301
|
-
"line":
|
|
8444
|
+
"line": 357,
|
|
8302
8445
|
"column": 3
|
|
8303
8446
|
}
|
|
8304
8447
|
},
|
|
@@ -8325,7 +8468,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8325
8468
|
},
|
|
8326
8469
|
sourceLocation: {
|
|
8327
8470
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8328
|
-
"line":
|
|
8471
|
+
"line": 377,
|
|
8329
8472
|
"column": 3
|
|
8330
8473
|
}
|
|
8331
8474
|
},
|
|
@@ -8343,7 +8486,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8343
8486
|
},
|
|
8344
8487
|
sourceLocation: {
|
|
8345
8488
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8346
|
-
"line":
|
|
8489
|
+
"line": 272,
|
|
8347
8490
|
"column": 3
|
|
8348
8491
|
}
|
|
8349
8492
|
},
|
|
@@ -8363,7 +8506,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8363
8506
|
},
|
|
8364
8507
|
sourceLocation: {
|
|
8365
8508
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8366
|
-
"line":
|
|
8509
|
+
"line": 410,
|
|
8367
8510
|
"column": 3
|
|
8368
8511
|
}
|
|
8369
8512
|
},
|
|
@@ -8390,7 +8533,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8390
8533
|
},
|
|
8391
8534
|
sourceLocation: {
|
|
8392
8535
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8393
|
-
"line":
|
|
8536
|
+
"line": 244,
|
|
8394
8537
|
"column": 3
|
|
8395
8538
|
}
|
|
8396
8539
|
},
|
|
@@ -8419,7 +8562,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8419
8562
|
},
|
|
8420
8563
|
sourceLocation: {
|
|
8421
8564
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8422
|
-
"line":
|
|
8565
|
+
"line": 400,
|
|
8423
8566
|
"column": 3
|
|
8424
8567
|
}
|
|
8425
8568
|
},
|
|
@@ -8446,7 +8589,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8446
8589
|
},
|
|
8447
8590
|
sourceLocation: {
|
|
8448
8591
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8449
|
-
"line":
|
|
8592
|
+
"line": 335,
|
|
8450
8593
|
"column": 3
|
|
8451
8594
|
}
|
|
8452
8595
|
},
|
|
@@ -8474,7 +8617,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8474
8617
|
},
|
|
8475
8618
|
sourceLocation: {
|
|
8476
8619
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8477
|
-
"line":
|
|
8620
|
+
"line": 223,
|
|
8478
8621
|
"column": 9
|
|
8479
8622
|
}
|
|
8480
8623
|
},
|
|
@@ -8492,7 +8635,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8492
8635
|
},
|
|
8493
8636
|
sourceLocation: {
|
|
8494
8637
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8495
|
-
"line":
|
|
8638
|
+
"line": 263,
|
|
8496
8639
|
"column": 3
|
|
8497
8640
|
}
|
|
8498
8641
|
},
|
|
@@ -8520,7 +8663,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8520
8663
|
},
|
|
8521
8664
|
sourceLocation: {
|
|
8522
8665
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8523
|
-
"line":
|
|
8666
|
+
"line": 293,
|
|
8524
8667
|
"column": 9
|
|
8525
8668
|
}
|
|
8526
8669
|
},
|
|
@@ -8548,7 +8691,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8548
8691
|
},
|
|
8549
8692
|
sourceLocation: {
|
|
8550
8693
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8551
|
-
"line":
|
|
8694
|
+
"line": 388,
|
|
8552
8695
|
"column": 3
|
|
8553
8696
|
}
|
|
8554
8697
|
},
|
|
@@ -8576,7 +8719,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8576
8719
|
},
|
|
8577
8720
|
sourceLocation: {
|
|
8578
8721
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8579
|
-
"line":
|
|
8722
|
+
"line": 346,
|
|
8580
8723
|
"column": 3
|
|
8581
8724
|
}
|
|
8582
8725
|
},
|
|
@@ -8603,7 +8746,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8603
8746
|
},
|
|
8604
8747
|
sourceLocation: {
|
|
8605
8748
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8606
|
-
"line":
|
|
8749
|
+
"line": 325,
|
|
8607
8750
|
"column": 3
|
|
8608
8751
|
}
|
|
8609
8752
|
},
|
|
@@ -8631,7 +8774,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8631
8774
|
},
|
|
8632
8775
|
sourceLocation: {
|
|
8633
8776
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8634
|
-
"line":
|
|
8777
|
+
"line": 234,
|
|
8635
8778
|
"column": 3
|
|
8636
8779
|
}
|
|
8637
8780
|
},
|
|
@@ -8658,7 +8801,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8658
8801
|
},
|
|
8659
8802
|
sourceLocation: {
|
|
8660
8803
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8661
|
-
"line":
|
|
8804
|
+
"line": 254,
|
|
8662
8805
|
"column": 3
|
|
8663
8806
|
}
|
|
8664
8807
|
},
|
|
@@ -8685,7 +8828,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
8685
8828
|
},
|
|
8686
8829
|
sourceLocation: {
|
|
8687
8830
|
"file": "packages/api/session-controller/src/index.ts",
|
|
8688
|
-
"line":
|
|
8831
|
+
"line": 367,
|
|
8689
8832
|
"column": 3
|
|
8690
8833
|
}
|
|
8691
8834
|
},
|
|
@@ -9140,6 +9283,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9140
9283
|
"version": string().readonly(),
|
|
9141
9284
|
"bytes": number().readonly().optional()
|
|
9142
9285
|
});
|
|
9286
|
+
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readAll_parameter_0$schema = intersection(string(), unknown());
|
|
9287
|
+
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readAll_parameter_1$schema = string();
|
|
9288
|
+
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readAll_result$schema = object({
|
|
9289
|
+
"offset": number().readonly(),
|
|
9290
|
+
"data": string().readonly(),
|
|
9291
|
+
"eof": boolean().readonly(),
|
|
9292
|
+
"absolutePath": string().readonly(),
|
|
9293
|
+
"version": string().readonly(),
|
|
9294
|
+
"bytes": number().readonly().optional()
|
|
9295
|
+
});
|
|
9143
9296
|
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_0$schema = intersection(string(), unknown());
|
|
9144
9297
|
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_1$schema = string();
|
|
9145
9298
|
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_2$schema = object({
|
|
@@ -9154,6 +9307,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9154
9307
|
"version": string().readonly(),
|
|
9155
9308
|
"bytes": number().readonly().optional()
|
|
9156
9309
|
});
|
|
9310
|
+
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_parameter_0$schema = intersection(string(), unknown());
|
|
9311
|
+
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_parameter_1$schema = string();
|
|
9312
|
+
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_parameter_2$schema = string();
|
|
9313
|
+
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_result$schema = object({
|
|
9314
|
+
"offset": number().readonly(),
|
|
9315
|
+
"data": string().readonly(),
|
|
9316
|
+
"eof": boolean().readonly(),
|
|
9317
|
+
"absolutePath": string().readonly(),
|
|
9318
|
+
"version": string().readonly(),
|
|
9319
|
+
"bytes": number().readonly().optional()
|
|
9320
|
+
});
|
|
9157
9321
|
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_parameter_0$schema = intersection(string(), unknown());
|
|
9158
9322
|
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_parameter_1$schema = string();
|
|
9159
9323
|
const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_result$schema = object({
|
|
@@ -9171,15 +9335,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9171
9335
|
method: "changes",
|
|
9172
9336
|
mode: "stream",
|
|
9173
9337
|
invocation: { kind: "direct" },
|
|
9174
|
-
scope: {
|
|
9175
|
-
context: "agent",
|
|
9176
|
-
wire: "agentId"
|
|
9177
|
-
},
|
|
9178
9338
|
parameters: [{
|
|
9179
|
-
name: "
|
|
9180
|
-
wire: "
|
|
9339
|
+
name: "workspaceFileScope",
|
|
9340
|
+
wire: "workspaceFileScopeId",
|
|
9181
9341
|
source: "lookup",
|
|
9182
|
-
lookup: "
|
|
9342
|
+
lookup: "workspaceFileScope",
|
|
9183
9343
|
codec: {
|
|
9184
9344
|
mode: "strict",
|
|
9185
9345
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
@@ -9194,7 +9354,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9194
9354
|
},
|
|
9195
9355
|
sourceLocation: {
|
|
9196
9356
|
"file": "packages/api/workspace-files/src/index.ts",
|
|
9197
|
-
"line":
|
|
9357
|
+
"line": 365,
|
|
9198
9358
|
"column": 3
|
|
9199
9359
|
}
|
|
9200
9360
|
},
|
|
@@ -9204,15 +9364,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9204
9364
|
namespace: "workspaceFiles",
|
|
9205
9365
|
method: "list",
|
|
9206
9366
|
invocation: { kind: "direct" },
|
|
9207
|
-
scope: {
|
|
9208
|
-
context: "agent",
|
|
9209
|
-
wire: "agentId"
|
|
9210
|
-
},
|
|
9211
9367
|
parameters: [{
|
|
9212
|
-
name: "
|
|
9213
|
-
wire: "
|
|
9368
|
+
name: "workspaceFileScope",
|
|
9369
|
+
wire: "workspaceFileScopeId",
|
|
9214
9370
|
source: "lookup",
|
|
9215
|
-
lookup: "
|
|
9371
|
+
lookup: "workspaceFileScope",
|
|
9216
9372
|
codec: {
|
|
9217
9373
|
mode: "strict",
|
|
9218
9374
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
@@ -9236,7 +9392,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9236
9392
|
},
|
|
9237
9393
|
sourceLocation: {
|
|
9238
9394
|
"file": "packages/api/workspace-files/src/index.ts",
|
|
9239
|
-
"line":
|
|
9395
|
+
"line": 337,
|
|
9240
9396
|
"column": 9
|
|
9241
9397
|
}
|
|
9242
9398
|
},
|
|
@@ -9246,16 +9402,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9246
9402
|
namespace: "workspaceFiles",
|
|
9247
9403
|
method: "read",
|
|
9248
9404
|
invocation: { kind: "direct" },
|
|
9249
|
-
scope: {
|
|
9250
|
-
context: "agent",
|
|
9251
|
-
wire: "agentId"
|
|
9252
|
-
},
|
|
9253
9405
|
parameters: [
|
|
9254
9406
|
{
|
|
9255
|
-
name: "
|
|
9256
|
-
wire: "
|
|
9407
|
+
name: "workspaceFileScope",
|
|
9408
|
+
wire: "workspaceFileScopeId",
|
|
9257
9409
|
source: "lookup",
|
|
9258
|
-
lookup: "
|
|
9410
|
+
lookup: "workspaceFileScope",
|
|
9259
9411
|
codec: {
|
|
9260
9412
|
mode: "strict",
|
|
9261
9413
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
@@ -9291,7 +9443,45 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9291
9443
|
},
|
|
9292
9444
|
sourceLocation: {
|
|
9293
9445
|
"file": "packages/api/workspace-files/src/index.ts",
|
|
9294
|
-
"line":
|
|
9446
|
+
"line": 232,
|
|
9447
|
+
"column": 9
|
|
9448
|
+
}
|
|
9449
|
+
},
|
|
9450
|
+
{
|
|
9451
|
+
id: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/readAll",
|
|
9452
|
+
service: "workspaceFiles",
|
|
9453
|
+
namespace: "workspaceFiles",
|
|
9454
|
+
method: "readAll",
|
|
9455
|
+
invocation: { kind: "direct" },
|
|
9456
|
+
parameters: [{
|
|
9457
|
+
name: "workspaceFileScope",
|
|
9458
|
+
wire: "workspaceFileScopeId",
|
|
9459
|
+
source: "lookup",
|
|
9460
|
+
lookup: "workspaceFileScope",
|
|
9461
|
+
codec: {
|
|
9462
|
+
mode: "strict",
|
|
9463
|
+
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
9464
|
+
schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readAll_parameter_0$schema
|
|
9465
|
+
}
|
|
9466
|
+
}, {
|
|
9467
|
+
name: "path",
|
|
9468
|
+
wire: "path",
|
|
9469
|
+
source: "json",
|
|
9470
|
+
codec: {
|
|
9471
|
+
mode: "strict",
|
|
9472
|
+
typeSymbol: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/readAll:path",
|
|
9473
|
+
schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readAll_parameter_1$schema
|
|
9474
|
+
}
|
|
9475
|
+
}],
|
|
9476
|
+
cancellation: { parameter: "signal" },
|
|
9477
|
+
result: {
|
|
9478
|
+
mode: "strict",
|
|
9479
|
+
typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceFileBytes",
|
|
9480
|
+
schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readAll_result$schema
|
|
9481
|
+
},
|
|
9482
|
+
sourceLocation: {
|
|
9483
|
+
"file": "packages/api/workspace-files/src/index.ts",
|
|
9484
|
+
"line": 278,
|
|
9295
9485
|
"column": 9
|
|
9296
9486
|
}
|
|
9297
9487
|
},
|
|
@@ -9301,16 +9491,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9301
9491
|
namespace: "workspaceFiles",
|
|
9302
9492
|
method: "readBytes",
|
|
9303
9493
|
invocation: { kind: "direct" },
|
|
9304
|
-
scope: {
|
|
9305
|
-
context: "agent",
|
|
9306
|
-
wire: "agentId"
|
|
9307
|
-
},
|
|
9308
9494
|
parameters: [
|
|
9309
9495
|
{
|
|
9310
|
-
name: "
|
|
9311
|
-
wire: "
|
|
9496
|
+
name: "workspaceFileScope",
|
|
9497
|
+
wire: "workspaceFileScopeId",
|
|
9312
9498
|
source: "lookup",
|
|
9313
|
-
lookup: "
|
|
9499
|
+
lookup: "workspaceFileScope",
|
|
9314
9500
|
codec: {
|
|
9315
9501
|
mode: "strict",
|
|
9316
9502
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
@@ -9346,7 +9532,58 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9346
9532
|
},
|
|
9347
9533
|
sourceLocation: {
|
|
9348
9534
|
"file": "packages/api/workspace-files/src/index.ts",
|
|
9349
|
-
"line":
|
|
9535
|
+
"line": 257,
|
|
9536
|
+
"column": 9
|
|
9537
|
+
}
|
|
9538
|
+
},
|
|
9539
|
+
{
|
|
9540
|
+
id: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/readRelated",
|
|
9541
|
+
service: "workspaceFiles",
|
|
9542
|
+
namespace: "workspaceFiles",
|
|
9543
|
+
method: "readRelated",
|
|
9544
|
+
invocation: { kind: "direct" },
|
|
9545
|
+
parameters: [
|
|
9546
|
+
{
|
|
9547
|
+
name: "workspaceFileScope",
|
|
9548
|
+
wire: "workspaceFileScopeId",
|
|
9549
|
+
source: "lookup",
|
|
9550
|
+
lookup: "workspaceFileScope",
|
|
9551
|
+
codec: {
|
|
9552
|
+
mode: "strict",
|
|
9553
|
+
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
9554
|
+
schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_parameter_0$schema
|
|
9555
|
+
}
|
|
9556
|
+
},
|
|
9557
|
+
{
|
|
9558
|
+
name: "path",
|
|
9559
|
+
wire: "path",
|
|
9560
|
+
source: "json",
|
|
9561
|
+
codec: {
|
|
9562
|
+
mode: "strict",
|
|
9563
|
+
typeSymbol: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/readRelated:path",
|
|
9564
|
+
schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_parameter_1$schema
|
|
9565
|
+
}
|
|
9566
|
+
},
|
|
9567
|
+
{
|
|
9568
|
+
name: "relativePath",
|
|
9569
|
+
wire: "relativePath",
|
|
9570
|
+
source: "json",
|
|
9571
|
+
codec: {
|
|
9572
|
+
mode: "strict",
|
|
9573
|
+
typeSymbol: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/readRelated:relativePath",
|
|
9574
|
+
schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_parameter_2$schema
|
|
9575
|
+
}
|
|
9576
|
+
}
|
|
9577
|
+
],
|
|
9578
|
+
cancellation: { parameter: "signal" },
|
|
9579
|
+
result: {
|
|
9580
|
+
mode: "strict",
|
|
9581
|
+
typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceFileBytes",
|
|
9582
|
+
schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readRelated_result$schema
|
|
9583
|
+
},
|
|
9584
|
+
sourceLocation: {
|
|
9585
|
+
"file": "packages/api/workspace-files/src/index.ts",
|
|
9586
|
+
"line": 300,
|
|
9350
9587
|
"column": 9
|
|
9351
9588
|
}
|
|
9352
9589
|
},
|
|
@@ -9356,15 +9593,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9356
9593
|
namespace: "workspaceFiles",
|
|
9357
9594
|
method: "stat",
|
|
9358
9595
|
invocation: { kind: "direct" },
|
|
9359
|
-
scope: {
|
|
9360
|
-
context: "agent",
|
|
9361
|
-
wire: "agentId"
|
|
9362
|
-
},
|
|
9363
9596
|
parameters: [{
|
|
9364
|
-
name: "
|
|
9365
|
-
wire: "
|
|
9597
|
+
name: "workspaceFileScope",
|
|
9598
|
+
wire: "workspaceFileScopeId",
|
|
9366
9599
|
source: "lookup",
|
|
9367
|
-
lookup: "
|
|
9600
|
+
lookup: "workspaceFileScope",
|
|
9368
9601
|
codec: {
|
|
9369
9602
|
mode: "strict",
|
|
9370
9603
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
@@ -9388,7 +9621,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9388
9621
|
},
|
|
9389
9622
|
sourceLocation: {
|
|
9390
9623
|
"file": "packages/api/workspace-files/src/index.ts",
|
|
9391
|
-
"line":
|
|
9624
|
+
"line": 324,
|
|
9392
9625
|
"column": 9
|
|
9393
9626
|
}
|
|
9394
9627
|
}
|
|
@@ -9408,6 +9641,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
9408
9641
|
const disposers = [];
|
|
9409
9642
|
try {
|
|
9410
9643
|
for (const contribution of [
|
|
9644
|
+
TYPERT_REMOTE$14,
|
|
9411
9645
|
TYPERT_REMOTE$13,
|
|
9412
9646
|
TYPERT_REMOTE$12,
|
|
9413
9647
|
TYPERT_REMOTE$11,
|
|
@@ -10,6 +10,7 @@ export type {} from '@deepseek-ai/dsh-goal/remote';
|
|
|
10
10
|
export type {} from '@deepseek-ai/dsh-llm/remote';
|
|
11
11
|
export type {} from '@deepseek-ai/dsh-host-plugin-inventory/remote';
|
|
12
12
|
export type {} from '@deepseek-ai/dsh-message-feedback/remote';
|
|
13
|
+
export type {} from '@deepseek-ai/dsh-command-feedback/remote';
|
|
13
14
|
export type {} from '@deepseek-ai/dsh-client-file-upload/remote';
|
|
14
15
|
export type {} from '@deepseek-ai/dsh-session-reference/remote';
|
|
15
16
|
export type {} from '@deepseek-ai/dsh-subagent/remote';
|
|
@@ -7,6 +7,7 @@ import llmRemote from '@deepseek-ai/dsh-llm/remote';
|
|
|
7
7
|
import dynamicRemote from '@deepseek-ai/dsh-cordis-host-runner/remote';
|
|
8
8
|
import pluginInventoryRemote from '@deepseek-ai/dsh-host-plugin-inventory/remote';
|
|
9
9
|
import messageFeedbackRemote from '@deepseek-ai/dsh-message-feedback/remote';
|
|
10
|
+
import sessionFeedbackRemote from '@deepseek-ai/dsh-command-feedback/remote';
|
|
10
11
|
import fileUploadsRemote from '@deepseek-ai/dsh-client-file-upload/remote';
|
|
11
12
|
import sessionReferencesRemote from '@deepseek-ai/dsh-session-reference/remote';
|
|
12
13
|
import subagentsRemote from '@deepseek-ai/dsh-subagent/remote';
|
|
@@ -25,7 +26,7 @@ export async function apply(ctx) {
|
|
|
25
26
|
try {
|
|
26
27
|
for (const contribution of [
|
|
27
28
|
agentPresetsRemote, commandsRemote, settingsControllerRemote, goalsRemote, llmRemote, dynamicRemote,
|
|
28
|
-
pluginInventoryRemote, messageFeedbackRemote, fileUploadsRemote, sessionReferencesRemote,
|
|
29
|
+
pluginInventoryRemote, messageFeedbackRemote, sessionFeedbackRemote, fileUploadsRemote, sessionReferencesRemote,
|
|
29
30
|
subagentsRemote, sessionRemote, workspaceRemote, workspaceFilesRemote,
|
|
30
31
|
]) {
|
|
31
32
|
disposers.push(await ctx.remote.$mount(contribution));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-api-remotes",
|
|
3
3
|
"description": "Remote BFF assembly for application-selected Host capabilities",
|
|
4
|
-
"version": "0.1.5-alpha.
|
|
4
|
+
"version": "0.1.5-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -46,41 +46,42 @@
|
|
|
46
46
|
"lib/types/**/*.d.ts"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@deepseek-ai/dsh-deque": "^0.1.5-alpha.
|
|
50
|
-
"@deepseek-ai/dsh-session": "^0.1.5-alpha.
|
|
51
|
-
"@deepseek-ai/dsh-util-values": "^0.1.5-alpha.
|
|
49
|
+
"@deepseek-ai/dsh-deque": "^0.1.5-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-session": "^0.1.5-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-util-values": "^0.1.5-alpha.2"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@deepseek-ai/
|
|
55
|
-
"@deepseek-ai/
|
|
54
|
+
"@deepseek-ai/dsh-scope": "^0.1.5-alpha.2",
|
|
55
|
+
"@deepseek-ai/cordis": "^4.0.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"zod": "^4.4.3",
|
|
59
59
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
60
|
-
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.
|
|
61
|
-
"@deepseek-ai/dsh-
|
|
62
|
-
"@deepseek-ai/dsh-api-
|
|
63
|
-
"@deepseek-ai/dsh-
|
|
64
|
-
"@deepseek-ai/dsh-
|
|
65
|
-
"@deepseek-ai/dsh-
|
|
66
|
-
"@deepseek-ai/dsh-
|
|
67
|
-
"@deepseek-ai/dsh-
|
|
68
|
-
"@deepseek-ai/dsh-
|
|
69
|
-
"@deepseek-ai/dsh-
|
|
70
|
-
"@deepseek-ai/dsh-
|
|
71
|
-
"@deepseek-ai/dsh-
|
|
72
|
-
"@deepseek-ai/dsh-
|
|
73
|
-
"@deepseek-ai/dsh-
|
|
74
|
-
"@deepseek-ai/dsh-
|
|
75
|
-
"@deepseek-ai/dsh-user-questions": "^0.1.5-alpha.
|
|
76
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.5-alpha.
|
|
77
|
-
"@deepseek-ai/dsh-client-file-upload": "^0.1.5-alpha.
|
|
78
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.5-alpha.
|
|
79
|
-
"@deepseek-ai/dsh-scope": "^0.1.5-alpha.
|
|
80
|
-
"@deepseek-ai/dsh-api-session-controller": "^0.1.5-alpha.
|
|
81
|
-
"@deepseek-ai/dsh-api-workspace-files": "^0.1.5-alpha.
|
|
82
|
-
"@deepseek-ai/dsh-
|
|
83
|
-
"@deepseek-ai/dsh-
|
|
60
|
+
"@deepseek-ai/dsh-agent-presets": "^0.1.5-alpha.2",
|
|
61
|
+
"@deepseek-ai/dsh-api-gateway": "^0.1.5-alpha.2",
|
|
62
|
+
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.5-alpha.2",
|
|
63
|
+
"@deepseek-ai/dsh-commands": "^0.1.5-alpha.2",
|
|
64
|
+
"@deepseek-ai/dsh-cordis-host-runner": "^0.1.5-alpha.2",
|
|
65
|
+
"@deepseek-ai/dsh-credentials": "^0.1.5-alpha.2",
|
|
66
|
+
"@deepseek-ai/dsh-file-reference": "^0.1.5-alpha.2",
|
|
67
|
+
"@deepseek-ai/dsh-goal": "^0.1.5-alpha.2",
|
|
68
|
+
"@deepseek-ai/dsh-host-plugin-inventory": "^0.1.5-alpha.2",
|
|
69
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-alpha.2",
|
|
70
|
+
"@deepseek-ai/dsh-message-feedback": "^0.1.5-alpha.2",
|
|
71
|
+
"@deepseek-ai/dsh-session-reference": "^0.1.5-alpha.2",
|
|
72
|
+
"@deepseek-ai/dsh-settings": "^0.1.5-alpha.2",
|
|
73
|
+
"@deepseek-ai/dsh-subagent": "^0.1.5-alpha.2",
|
|
74
|
+
"@deepseek-ai/dsh-user-approval": "^0.1.5-alpha.2",
|
|
75
|
+
"@deepseek-ai/dsh-user-questions": "^0.1.5-alpha.2",
|
|
76
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.5-alpha.2",
|
|
77
|
+
"@deepseek-ai/dsh-client-file-upload": "^0.1.5-alpha.2",
|
|
78
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.5-alpha.2",
|
|
79
|
+
"@deepseek-ai/dsh-scope": "^0.1.5-alpha.2",
|
|
80
|
+
"@deepseek-ai/dsh-api-session-controller": "^0.1.5-alpha.2",
|
|
81
|
+
"@deepseek-ai/dsh-api-workspace-files": "^0.1.5-alpha.2",
|
|
82
|
+
"@deepseek-ai/dsh-command-feedback": "^0.1.5-alpha.2",
|
|
83
|
+
"@deepseek-ai/dsh-api-settings-controller": "^0.1.5-alpha.2",
|
|
84
|
+
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.2"
|
|
84
85
|
},
|
|
85
86
|
"scripts": {
|
|
86
87
|
"bundle": "tsdown",
|