@deepseek-ai/dsh-api-remotes 0.1.3-alpha.2 → 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 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$12 = {
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$11 = {
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$10 = {
4942
+ const TYPERT_REMOTE$12 = {
4943
4943
  package: "@deepseek-ai/dsh-api-settings-controller",
4944
4944
  descriptors: [
4945
4945
  {
@@ -5341,6 +5341,27 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5341
5341
  "id": intersection(string(), unknown()).readonly(),
5342
5342
  "revision": number().readonly()
5343
5343
  });
5344
+ const _deepseek_ai_dsh_goal_goals_get_parameter_0$schema = intersection(string(), unknown());
5345
+ const _deepseek_ai_dsh_goal_goals_get_result$schema = union([_undefined(), object({
5346
+ "roundsStarted": number().readonly(),
5347
+ "createdAt": number().readonly(),
5348
+ "updatedAt": number().readonly(),
5349
+ "activation": union([literal("armed"), literal("disarmed")]).readonly(),
5350
+ "objective": string().readonly(),
5351
+ "phase": union([
5352
+ literal("active"),
5353
+ literal("paused"),
5354
+ literal("blocked"),
5355
+ literal("complete")
5356
+ ]).readonly(),
5357
+ "blockedReason": object({
5358
+ "code": string().readonly(),
5359
+ "message": string().readonly()
5360
+ }).readonly().optional(),
5361
+ "maxGoalRounds": number().readonly(),
5362
+ "id": intersection(string(), unknown()).readonly(),
5363
+ "revision": number().readonly()
5364
+ })]);
5344
5365
  const _deepseek_ai_dsh_goal_goals_pause_parameter_0$schema = intersection(string(), unknown());
5345
5366
  const _deepseek_ai_dsh_goal_goals_pause_parameter_1$schema = object({
5346
5367
  "id": intersection(string(), unknown()).readonly(),
@@ -5391,7 +5412,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5391
5412
  "id": intersection(string(), unknown()).readonly(),
5392
5413
  "revision": number().readonly()
5393
5414
  });
5394
- const TYPERT_REMOTE$9 = {
5415
+ const TYPERT_REMOTE$11 = {
5395
5416
  package: "@deepseek-ai/dsh-goal",
5396
5417
  descriptors: [
5397
5418
  {
@@ -5431,7 +5452,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5431
5452
  },
5432
5453
  sourceLocation: {
5433
5454
  "file": "packages/goal/goal/src/index.ts",
5434
- "line": 431,
5455
+ "line": 433,
5435
5456
  "column": 3
5436
5457
  }
5437
5458
  },
@@ -5472,7 +5493,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5472
5493
  },
5473
5494
  sourceLocation: {
5474
5495
  "file": "packages/goal/goal/src/index.ts",
5475
- "line": 389,
5496
+ "line": 391,
5476
5497
  "column": 3
5477
5498
  }
5478
5499
  },
@@ -5514,7 +5535,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5514
5535
  },
5515
5536
  sourceLocation: {
5516
5537
  "file": "packages/goal/goal/src/index.ts",
5517
- "line": 623,
5538
+ "line": 647,
5518
5539
  "column": 3
5519
5540
  }
5520
5541
  },
@@ -5568,7 +5589,39 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5568
5589
  },
5569
5590
  sourceLocation: {
5570
5591
  "file": "packages/goal/goal/src/index.ts",
5571
- "line": 327,
5592
+ "line": 329,
5593
+ "column": 3
5594
+ }
5595
+ },
5596
+ {
5597
+ id: "@deepseek-ai/dsh-goal#goals/get",
5598
+ service: "goals",
5599
+ namespace: "goals",
5600
+ method: "get",
5601
+ invocation: { kind: "direct" },
5602
+ scope: {
5603
+ context: "agent",
5604
+ wire: "agentId"
5605
+ },
5606
+ parameters: [{
5607
+ name: "agent",
5608
+ wire: "agentId",
5609
+ source: "lookup",
5610
+ lookup: "agent",
5611
+ codec: {
5612
+ mode: "strict",
5613
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
5614
+ schema: _deepseek_ai_dsh_goal_goals_get_parameter_0$schema
5615
+ }
5616
+ }],
5617
+ result: {
5618
+ mode: "strict",
5619
+ typeSymbol: "@deepseek-ai/dsh-goal#goals/get:result",
5620
+ schema: _deepseek_ai_dsh_goal_goals_get_result$schema
5621
+ },
5622
+ sourceLocation: {
5623
+ "file": "packages/goal/goal/src/index.ts",
5624
+ "line": 277,
5572
5625
  "column": 3
5573
5626
  }
5574
5627
  },
@@ -5609,7 +5662,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5609
5662
  },
5610
5663
  sourceLocation: {
5611
5664
  "file": "packages/goal/goal/src/index.ts",
5612
- "line": 350,
5665
+ "line": 352,
5613
5666
  "column": 3
5614
5667
  }
5615
5668
  },
@@ -5650,7 +5703,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5650
5703
  },
5651
5704
  sourceLocation: {
5652
5705
  "file": "packages/goal/goal/src/index.ts",
5653
- "line": 362,
5706
+ "line": 364,
5654
5707
  "column": 3
5655
5708
  }
5656
5709
  }
@@ -5676,13 +5729,14 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5676
5729
  "displayName": string(),
5677
5730
  "settingsNs": string(),
5678
5731
  "settingsPath": array(string()),
5679
- "declared": boolean().optional()
5732
+ "declared": boolean().optional(),
5733
+ "error": string().optional()
5680
5734
  }));
5681
5735
  const _deepseek_ai_dsh_llm_llm_listProviders_result$schema = array(object({
5682
5736
  "id": string(),
5683
5737
  "name": string()
5684
5738
  }));
5685
- const TYPERT_REMOTE$8 = {
5739
+ const TYPERT_REMOTE$10 = {
5686
5740
  package: "@deepseek-ai/dsh-llm",
5687
5741
  descriptors: [
5688
5742
  {
@@ -5719,7 +5773,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5719
5773
  },
5720
5774
  sourceLocation: {
5721
5775
  "file": "packages/llm/llm/src/index.ts",
5722
- "line": 625,
5776
+ "line": 628,
5723
5777
  "column": 9
5724
5778
  }
5725
5779
  },
@@ -5737,7 +5791,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5737
5791
  },
5738
5792
  sourceLocation: {
5739
5793
  "file": "packages/llm/llm/src/index.ts",
5740
- "line": 538,
5794
+ "line": 541,
5741
5795
  "column": 3
5742
5796
  }
5743
5797
  },
@@ -5755,7 +5809,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5755
5809
  },
5756
5810
  sourceLocation: {
5757
5811
  "file": "packages/llm/llm/src/index.ts",
5758
- "line": 466,
5812
+ "line": 469,
5759
5813
  "column": 3
5760
5814
  }
5761
5815
  }
@@ -6089,7 +6143,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6089
6143
  "reason": literal("plugin-missing"),
6090
6144
  "message": string()
6091
6145
  })]);
6092
- const TYPERT_REMOTE$7 = {
6146
+ const TYPERT_REMOTE$9 = {
6093
6147
  package: "@deepseek-ai/dsh-cordis-host-runner",
6094
6148
  descriptors: [
6095
6149
  {
@@ -6690,7 +6744,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6690
6744
  }
6691
6745
  ]
6692
6746
  };
6693
- const TYPERT_REMOTE$6 = {
6747
+ const TYPERT_REMOTE$8 = {
6694
6748
  package: "@deepseek-ai/dsh-host-plugin-inventory",
6695
6749
  descriptors: [{
6696
6750
  id: "@deepseek-ai/dsh-host-plugin-inventory#pluginInventory/list",
@@ -6771,6 +6825,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6771
6825
  "messageId": intersection(string(), unknown()).readonly(),
6772
6826
  "rating": union([literal("positive"), literal("negative")]).readonly(),
6773
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(),
6774
6837
  "version": intersection(string(), unknown()).readonly(),
6775
6838
  "createdAt": number().readonly(),
6776
6839
  "updatedAt": number().readonly()
@@ -6784,6 +6847,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6784
6847
  "messageId": intersection(string(), unknown()).readonly(),
6785
6848
  "rating": union([literal("positive"), literal("negative")]).readonly(),
6786
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(),
6787
6859
  "version": intersection(string(), unknown()).readonly(),
6788
6860
  "createdAt": number().readonly(),
6789
6861
  "updatedAt": number().readonly()
@@ -6800,6 +6872,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6800
6872
  "messageId": intersection(string(), unknown()).readonly(),
6801
6873
  "rating": union([literal("positive"), literal("negative")]).readonly(),
6802
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(),
6803
6884
  "ifVersion": union([literal(null), intersection(string(), unknown())]).readonly()
6804
6885
  });
6805
6886
  const _deepseek_ai_dsh_message_feedback_messageFeedback_put_result$schema = union([object({
@@ -6808,6 +6889,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6808
6889
  "messageId": intersection(string(), unknown()).readonly(),
6809
6890
  "rating": union([literal("positive"), literal("negative")]).readonly(),
6810
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(),
6811
6901
  "version": intersection(string(), unknown()).readonly(),
6812
6902
  "createdAt": number().readonly(),
6813
6903
  "updatedAt": number().readonly()
@@ -6830,6 +6920,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6830
6920
  "messageId": intersection(string(), unknown()).readonly(),
6831
6921
  "rating": union([literal("positive"), literal("negative")]).readonly(),
6832
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(),
6833
6932
  "version": intersection(string(), unknown()).readonly(),
6834
6933
  "createdAt": number().readonly(),
6835
6934
  "updatedAt": number().readonly()
@@ -6843,7 +6942,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6843
6942
  })
6844
6943
  ]).readonly()
6845
6944
  })]);
6846
- const TYPERT_REMOTE$5 = {
6945
+ const TYPERT_REMOTE$7 = {
6847
6946
  package: "@deepseek-ai/dsh-message-feedback",
6848
6947
  descriptors: [
6849
6948
  {
@@ -6869,7 +6968,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6869
6968
  },
6870
6969
  sourceLocation: {
6871
6970
  "file": "packages/feedback/message-feedback/src/index.ts",
6872
- "line": 203,
6971
+ "line": 207,
6873
6972
  "column": 3
6874
6973
  }
6875
6974
  },
@@ -6896,7 +6995,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6896
6995
  },
6897
6996
  sourceLocation: {
6898
6997
  "file": "packages/feedback/message-feedback/src/index.ts",
6899
- "line": 153,
6998
+ "line": 155,
6900
6999
  "column": 3
6901
7000
  }
6902
7001
  },
@@ -6923,13 +7022,68 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6923
7022
  },
6924
7023
  sourceLocation: {
6925
7024
  "file": "packages/feedback/message-feedback/src/index.ts",
6926
- "line": 165,
7025
+ "line": 167,
6927
7026
  "column": 3
6928
7027
  }
6929
7028
  }
6930
7029
  ]
6931
7030
  };
6932
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
6933
7087
  //#region ../../client/file-upload/lib/typert.remote-client.js
6934
7088
  const _deepseek_ai_dsh_client_file_upload_fileUploads_upload_parameter_0$schema = intersection(string(), unknown());
6935
7089
  const _deepseek_ai_dsh_client_file_upload_fileUploads_upload_parameter_1$schema = object({
@@ -6944,7 +7098,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6944
7098
  "bytes": number()
6945
7099
  }).readonly()
6946
7100
  });
6947
- const TYPERT_REMOTE$4 = {
7101
+ const TYPERT_REMOTE$5 = {
6948
7102
  package: "@deepseek-ai/dsh-client-file-upload",
6949
7103
  descriptors: [{
6950
7104
  id: "@deepseek-ai/dsh-client-file-upload#fileUploads/upload",
@@ -7001,7 +7155,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7001
7155
  "sameWorkspace": boolean(),
7002
7156
  "createdAt": number()
7003
7157
  }));
7004
- const TYPERT_REMOTE$3 = {
7158
+ const TYPERT_REMOTE$4 = {
7005
7159
  package: "@deepseek-ai/dsh-session-reference",
7006
7160
  descriptors: [{
7007
7161
  id: "@deepseek-ai/dsh-session-reference#sessionReferenceResolver/candidates",
@@ -7109,7 +7263,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7109
7263
  "clientTimeZone": string().readonly().optional()
7110
7264
  });
7111
7265
  const _deepseek_ai_dsh_subagent_subagents_prompt_result$schema = object({ "messageId": intersection(string(), unknown()).readonly() });
7112
- const TYPERT_REMOTE$2 = {
7266
+ const TYPERT_REMOTE$3 = {
7113
7267
  package: "@deepseek-ai/dsh-subagent",
7114
7268
  descriptors: [
7115
7269
  {
@@ -7157,7 +7311,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7157
7311
  },
7158
7312
  sourceLocation: {
7159
7313
  "file": "packages/subagent/subagent/src/index.ts",
7160
- "line": 477,
7314
+ "line": 480,
7161
7315
  "column": 3
7162
7316
  }
7163
7317
  },
@@ -7186,7 +7340,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7186
7340
  },
7187
7341
  sourceLocation: {
7188
7342
  "file": "packages/subagent/subagent/src/index.ts",
7189
- "line": 383,
7343
+ "line": 386,
7190
7344
  "column": 9
7191
7345
  }
7192
7346
  },
@@ -7214,7 +7368,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7214
7368
  },
7215
7369
  sourceLocation: {
7216
7370
  "file": "packages/subagent/subagent/src/index.ts",
7217
- "line": 410,
7371
+ "line": 413,
7218
7372
  "column": 9
7219
7373
  }
7220
7374
  }
@@ -7384,6 +7538,26 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7384
7538
  "projections": record(intersection(string(), unknown()), object({
7385
7539
  "asOfSeq": number().readonly(),
7386
7540
  "values": intersection(object({
7541
+ "inbox": object({
7542
+ "next-turn": array(union([
7543
+ literal(null),
7544
+ string(),
7545
+ number(),
7546
+ literal(false),
7547
+ literal(true),
7548
+ array(lazy(() => JsonValueRemoteCodec$schema4)),
7549
+ record(string(), lazy(() => JsonValueRemoteCodec$schema4))
7550
+ ])).readonly(),
7551
+ "next-step": array(union([
7552
+ literal(null),
7553
+ string(),
7554
+ number(),
7555
+ literal(false),
7556
+ literal(true),
7557
+ array(lazy(() => JsonValueRemoteCodec$schema4)),
7558
+ record(string(), lazy(() => JsonValueRemoteCodec$schema4))
7559
+ ])).readonly()
7560
+ }).optional(),
7387
7561
  "agentPreset": union([literal(null), string()]).optional(),
7388
7562
  "title": union([literal(null), string()]).optional(),
7389
7563
  "todos": union([literal(null), array(object({
@@ -7423,6 +7597,19 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7423
7597
  "reasoningEffort": string().readonly().optional()
7424
7598
  })]).readonly()
7425
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(),
7426
7613
  "subagentTiming": object({
7427
7614
  "settledMs": number(),
7428
7615
  "active": object({
@@ -7575,12 +7762,24 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7575
7762
  record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7576
7763
  ]).readonly(),
7577
7764
  "ignorable": literal(true).readonly().optional(),
7578
- "sourceEventSeqs": array(number()).readonly().optional(),
7579
- "surfaceOp": union([literal("append"), object({
7580
- "op": literal("replace").readonly(),
7581
- "start": number().readonly(),
7582
- "end": number().readonly()
7583
- })]).readonly().optional()
7765
+ "sourceEventSeqs": union([
7766
+ literal(null),
7767
+ string(),
7768
+ number(),
7769
+ literal(false),
7770
+ literal(true),
7771
+ array(lazy(() => JsonValueRemoteCodec$schema3)),
7772
+ record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7773
+ ]).readonly().optional(),
7774
+ "surfaceOp": union([
7775
+ literal(null),
7776
+ string(),
7777
+ number(),
7778
+ literal(false),
7779
+ literal(true),
7780
+ array(lazy(() => JsonValueRemoteCodec$schema3)),
7781
+ record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7782
+ ]).readonly().optional()
7584
7783
  }).readonly()
7585
7784
  }),
7586
7785
  object({
@@ -7613,18 +7812,50 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7613
7812
  record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7614
7813
  ]).readonly(),
7615
7814
  "ignorable": literal(true).readonly().optional(),
7616
- "sourceEventSeqs": array(number()).readonly().optional(),
7617
- "surfaceOp": union([literal("append"), object({
7618
- "op": literal("replace").readonly(),
7619
- "start": number().readonly(),
7620
- "end": number().readonly()
7621
- })]).readonly().optional()
7815
+ "sourceEventSeqs": union([
7816
+ literal(null),
7817
+ string(),
7818
+ number(),
7819
+ literal(false),
7820
+ literal(true),
7821
+ array(lazy(() => JsonValueRemoteCodec$schema3)),
7822
+ record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7823
+ ]).readonly().optional(),
7824
+ "surfaceOp": union([
7825
+ literal(null),
7826
+ string(),
7827
+ number(),
7828
+ literal(false),
7829
+ literal(true),
7830
+ array(lazy(() => JsonValueRemoteCodec$schema3)),
7831
+ record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7832
+ ]).readonly().optional()
7622
7833
  }).readonly()
7623
7834
  })).readonly(),
7624
7835
  "hasMore": boolean().readonly(),
7625
7836
  "projections": object({
7626
7837
  "asOfSeq": number().readonly(),
7627
7838
  "values": intersection(object({
7839
+ "inbox": object({
7840
+ "next-turn": array(union([
7841
+ literal(null),
7842
+ string(),
7843
+ number(),
7844
+ literal(false),
7845
+ literal(true),
7846
+ array(lazy(() => JsonValueRemoteCodec$schema3)),
7847
+ record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7848
+ ])).readonly(),
7849
+ "next-step": array(union([
7850
+ literal(null),
7851
+ string(),
7852
+ number(),
7853
+ literal(false),
7854
+ literal(true),
7855
+ array(lazy(() => JsonValueRemoteCodec$schema3)),
7856
+ record(string(), lazy(() => JsonValueRemoteCodec$schema3))
7857
+ ])).readonly()
7858
+ }).optional(),
7628
7859
  "agentPreset": union([literal(null), string()]).optional(),
7629
7860
  "title": union([literal(null), string()]).optional(),
7630
7861
  "todos": union([literal(null), array(object({
@@ -7664,6 +7895,19 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7664
7895
  "reasoningEffort": string().readonly().optional()
7665
7896
  })]).readonly()
7666
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(),
7667
7911
  "subagentTiming": object({
7668
7912
  "settledMs": number(),
7669
7913
  "active": object({
@@ -7793,6 +8037,26 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7793
8037
  "projections": object({
7794
8038
  "asOfSeq": number().readonly(),
7795
8039
  "values": intersection(object({
8040
+ "inbox": object({
8041
+ "next-turn": array(union([
8042
+ literal(null),
8043
+ string(),
8044
+ number(),
8045
+ literal(false),
8046
+ literal(true),
8047
+ array(lazy(() => JsonValueRemoteCodec$schema)),
8048
+ record(string(), lazy(() => JsonValueRemoteCodec$schema))
8049
+ ])).readonly(),
8050
+ "next-step": array(union([
8051
+ literal(null),
8052
+ string(),
8053
+ number(),
8054
+ literal(false),
8055
+ literal(true),
8056
+ array(lazy(() => JsonValueRemoteCodec$schema)),
8057
+ record(string(), lazy(() => JsonValueRemoteCodec$schema))
8058
+ ])).readonly()
8059
+ }).optional(),
7796
8060
  "agentPreset": union([literal(null), string()]).optional(),
7797
8061
  "title": union([literal(null), string()]).optional(),
7798
8062
  "todos": union([literal(null), array(object({
@@ -7832,6 +8096,19 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7832
8096
  "reasoningEffort": string().readonly().optional()
7833
8097
  })]).readonly()
7834
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(),
7835
8112
  "subagentTiming": object({
7836
8113
  "settledMs": number(),
7837
8114
  "active": object({
@@ -7914,7 +8191,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7914
8191
  "message": string().readonly()
7915
8192
  })).readonly()
7916
8193
  });
7917
- const _deepseek_ai_dsh_api_session_controller_session_openWorkspacePath_parameter_0$schema = object({ "path": string().readonly() });
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
+ });
7918
8198
  const _deepseek_ai_dsh_api_session_controller_session_openWorkspacePath_result$schema = object({ "opened": literal(true).readonly() });
7919
8199
  const _deepseek_ai_dsh_api_session_controller_session_page_parameter_0$schema = object({
7920
8200
  "address": union([object({
@@ -7947,12 +8227,24 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7947
8227
  record(string(), lazy(() => JsonValueRemoteCodec$schema2))
7948
8228
  ]).readonly(),
7949
8229
  "ignorable": literal(true).readonly().optional(),
7950
- "sourceEventSeqs": array(number()).readonly().optional(),
7951
- "surfaceOp": union([literal("append"), object({
7952
- "op": literal("replace").readonly(),
7953
- "start": number().readonly(),
7954
- "end": number().readonly()
7955
- })]).readonly().optional()
8230
+ "sourceEventSeqs": union([
8231
+ literal(null),
8232
+ string(),
8233
+ number(),
8234
+ literal(false),
8235
+ literal(true),
8236
+ array(lazy(() => JsonValueRemoteCodec$schema2)),
8237
+ record(string(), lazy(() => JsonValueRemoteCodec$schema2))
8238
+ ]).readonly().optional(),
8239
+ "surfaceOp": union([
8240
+ literal(null),
8241
+ string(),
8242
+ number(),
8243
+ literal(false),
8244
+ literal(true),
8245
+ array(lazy(() => JsonValueRemoteCodec$schema2)),
8246
+ record(string(), lazy(() => JsonValueRemoteCodec$schema2))
8247
+ ]).readonly().optional()
7956
8248
  }).readonly()
7957
8249
  })).readonly(),
7958
8250
  "hasMore": boolean().readonly()
@@ -8081,7 +8373,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8081
8373
  "whenToUse": string().readonly().optional(),
8082
8374
  "modelInvocable": boolean().readonly()
8083
8375
  })).readonly() });
8084
- const TYPERT_REMOTE$1 = {
8376
+ const TYPERT_REMOTE$2 = {
8085
8377
  package: "@deepseek-ai/dsh-api-session-controller",
8086
8378
  descriptors: [
8087
8379
  {
@@ -8149,7 +8441,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8149
8441
  },
8150
8442
  sourceLocation: {
8151
8443
  "file": "packages/api/session-controller/src/index.ts",
8152
- "line": 340,
8444
+ "line": 357,
8153
8445
  "column": 3
8154
8446
  }
8155
8447
  },
@@ -8176,7 +8468,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8176
8468
  },
8177
8469
  sourceLocation: {
8178
8470
  "file": "packages/api/session-controller/src/index.ts",
8179
- "line": 360,
8471
+ "line": 377,
8180
8472
  "column": 3
8181
8473
  }
8182
8474
  },
@@ -8194,7 +8486,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8194
8486
  },
8195
8487
  sourceLocation: {
8196
8488
  "file": "packages/api/session-controller/src/index.ts",
8197
- "line": 265,
8489
+ "line": 272,
8198
8490
  "column": 3
8199
8491
  }
8200
8492
  },
@@ -8214,7 +8506,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8214
8506
  },
8215
8507
  sourceLocation: {
8216
8508
  "file": "packages/api/session-controller/src/index.ts",
8217
- "line": 393,
8509
+ "line": 410,
8218
8510
  "column": 3
8219
8511
  }
8220
8512
  },
@@ -8241,7 +8533,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8241
8533
  },
8242
8534
  sourceLocation: {
8243
8535
  "file": "packages/api/session-controller/src/index.ts",
8244
- "line": 237,
8536
+ "line": 244,
8245
8537
  "column": 3
8246
8538
  }
8247
8539
  },
@@ -8270,7 +8562,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8270
8562
  },
8271
8563
  sourceLocation: {
8272
8564
  "file": "packages/api/session-controller/src/index.ts",
8273
- "line": 383,
8565
+ "line": 400,
8274
8566
  "column": 3
8275
8567
  }
8276
8568
  },
@@ -8297,7 +8589,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8297
8589
  },
8298
8590
  sourceLocation: {
8299
8591
  "file": "packages/api/session-controller/src/index.ts",
8300
- "line": 318,
8592
+ "line": 335,
8301
8593
  "column": 3
8302
8594
  }
8303
8595
  },
@@ -8325,7 +8617,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8325
8617
  },
8326
8618
  sourceLocation: {
8327
8619
  "file": "packages/api/session-controller/src/index.ts",
8328
- "line": 216,
8620
+ "line": 223,
8329
8621
  "column": 9
8330
8622
  }
8331
8623
  },
@@ -8343,7 +8635,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8343
8635
  },
8344
8636
  sourceLocation: {
8345
8637
  "file": "packages/api/session-controller/src/index.ts",
8346
- "line": 256,
8638
+ "line": 263,
8347
8639
  "column": 3
8348
8640
  }
8349
8641
  },
@@ -8371,7 +8663,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8371
8663
  },
8372
8664
  sourceLocation: {
8373
8665
  "file": "packages/api/session-controller/src/index.ts",
8374
- "line": 277,
8666
+ "line": 293,
8375
8667
  "column": 9
8376
8668
  }
8377
8669
  },
@@ -8399,7 +8691,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8399
8691
  },
8400
8692
  sourceLocation: {
8401
8693
  "file": "packages/api/session-controller/src/index.ts",
8402
- "line": 371,
8694
+ "line": 388,
8403
8695
  "column": 3
8404
8696
  }
8405
8697
  },
@@ -8427,7 +8719,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8427
8719
  },
8428
8720
  sourceLocation: {
8429
8721
  "file": "packages/api/session-controller/src/index.ts",
8430
- "line": 329,
8722
+ "line": 346,
8431
8723
  "column": 3
8432
8724
  }
8433
8725
  },
@@ -8454,7 +8746,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8454
8746
  },
8455
8747
  sourceLocation: {
8456
8748
  "file": "packages/api/session-controller/src/index.ts",
8457
- "line": 308,
8749
+ "line": 325,
8458
8750
  "column": 3
8459
8751
  }
8460
8752
  },
@@ -8482,7 +8774,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8482
8774
  },
8483
8775
  sourceLocation: {
8484
8776
  "file": "packages/api/session-controller/src/index.ts",
8485
- "line": 227,
8777
+ "line": 234,
8486
8778
  "column": 3
8487
8779
  }
8488
8780
  },
@@ -8509,7 +8801,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8509
8801
  },
8510
8802
  sourceLocation: {
8511
8803
  "file": "packages/api/session-controller/src/index.ts",
8512
- "line": 247,
8804
+ "line": 254,
8513
8805
  "column": 3
8514
8806
  }
8515
8807
  },
@@ -8536,7 +8828,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8536
8828
  },
8537
8829
  sourceLocation: {
8538
8830
  "file": "packages/api/session-controller/src/index.ts",
8539
- "line": 350,
8831
+ "line": 367,
8540
8832
  "column": 3
8541
8833
  }
8542
8834
  },
@@ -8677,7 +8969,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8677
8969
  "createdAt": string().readonly(),
8678
8970
  "updatedAt": string().readonly()
8679
8971
  }).readonly() });
8680
- const TYPERT_REMOTE = {
8972
+ const TYPERT_REMOTE$1 = {
8681
8973
  package: "@deepseek-ai/dsh-api-workspace-controller",
8682
8974
  descriptors: [
8683
8975
  {
@@ -8949,6 +9241,393 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8949
9241
  ]
8950
9242
  };
8951
9243
  //#endregion
9244
+ //#region ../workspace-files/lib/typert.remote-client.js
9245
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_changes_parameter_0$schema = intersection(string(), unknown());
9246
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_changes_result$schema = union([object({ "kind": literal("ready").readonly() }), object({
9247
+ "kind": literal("change").readonly(),
9248
+ "change": union([object({
9249
+ "absolutePath": string().readonly(),
9250
+ "version": string().readonly()
9251
+ }), object({
9252
+ "absolutePath": string().readonly(),
9253
+ "absent": literal(true).readonly()
9254
+ })]).readonly()
9255
+ })]);
9256
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_list_parameter_0$schema = intersection(string(), unknown());
9257
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_list_parameter_1$schema = string();
9258
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_list_result$schema = object({
9259
+ "path": string().readonly(),
9260
+ "entries": array(object({
9261
+ "name": string().readonly(),
9262
+ "type": union([
9263
+ literal("file"),
9264
+ literal("directory"),
9265
+ literal("other")
9266
+ ]).readonly(),
9267
+ "size": number().readonly().optional()
9268
+ })).readonly(),
9269
+ "truncated": boolean().readonly()
9270
+ });
9271
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_parameter_0$schema = intersection(string(), unknown());
9272
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_parameter_1$schema = string();
9273
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_parameter_2$schema = object({
9274
+ "offset": number().readonly().optional(),
9275
+ "limit": number().readonly().optional()
9276
+ });
9277
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_result$schema = object({
9278
+ "offset": number().readonly(),
9279
+ "text": string().readonly(),
9280
+ "lines": number().readonly(),
9281
+ "eof": boolean().readonly(),
9282
+ "absolutePath": string().readonly(),
9283
+ "version": string().readonly(),
9284
+ "bytes": number().readonly().optional()
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
+ });
9296
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_0$schema = intersection(string(), unknown());
9297
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_1$schema = string();
9298
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_2$schema = object({
9299
+ "offset": number().readonly().optional(),
9300
+ "length": number().readonly().optional()
9301
+ });
9302
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_result$schema = object({
9303
+ "offset": number().readonly(),
9304
+ "data": string().readonly(),
9305
+ "eof": boolean().readonly(),
9306
+ "absolutePath": string().readonly(),
9307
+ "version": string().readonly(),
9308
+ "bytes": number().readonly().optional()
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
+ });
9321
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_parameter_0$schema = intersection(string(), unknown());
9322
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_parameter_1$schema = string();
9323
+ const _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_result$schema = object({
9324
+ "absolutePath": string().readonly(),
9325
+ "version": string().readonly(),
9326
+ "bytes": number().readonly().optional()
9327
+ });
9328
+ const TYPERT_REMOTE = {
9329
+ package: "@deepseek-ai/dsh-api-workspace-files",
9330
+ descriptors: [
9331
+ {
9332
+ id: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/changes",
9333
+ service: "workspaceFiles",
9334
+ namespace: "workspaceFiles",
9335
+ method: "changes",
9336
+ mode: "stream",
9337
+ invocation: { kind: "direct" },
9338
+ parameters: [{
9339
+ name: "workspaceFileScope",
9340
+ wire: "workspaceFileScopeId",
9341
+ source: "lookup",
9342
+ lookup: "workspaceFileScope",
9343
+ codec: {
9344
+ mode: "strict",
9345
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
9346
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_changes_parameter_0$schema
9347
+ }
9348
+ }],
9349
+ cancellation: { parameter: "signal" },
9350
+ result: {
9351
+ mode: "strict",
9352
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceFileWatchFrame",
9353
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_changes_result$schema
9354
+ },
9355
+ sourceLocation: {
9356
+ "file": "packages/api/workspace-files/src/index.ts",
9357
+ "line": 365,
9358
+ "column": 3
9359
+ }
9360
+ },
9361
+ {
9362
+ id: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/list",
9363
+ service: "workspaceFiles",
9364
+ namespace: "workspaceFiles",
9365
+ method: "list",
9366
+ invocation: { kind: "direct" },
9367
+ parameters: [{
9368
+ name: "workspaceFileScope",
9369
+ wire: "workspaceFileScopeId",
9370
+ source: "lookup",
9371
+ lookup: "workspaceFileScope",
9372
+ codec: {
9373
+ mode: "strict",
9374
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
9375
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_list_parameter_0$schema
9376
+ }
9377
+ }, {
9378
+ name: "path",
9379
+ wire: "path",
9380
+ source: "json",
9381
+ codec: {
9382
+ mode: "strict",
9383
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/list:path",
9384
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_list_parameter_1$schema
9385
+ }
9386
+ }],
9387
+ cancellation: { parameter: "signal" },
9388
+ result: {
9389
+ mode: "strict",
9390
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceDirectoryListing",
9391
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_list_result$schema
9392
+ },
9393
+ sourceLocation: {
9394
+ "file": "packages/api/workspace-files/src/index.ts",
9395
+ "line": 337,
9396
+ "column": 9
9397
+ }
9398
+ },
9399
+ {
9400
+ id: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/read",
9401
+ service: "workspaceFiles",
9402
+ namespace: "workspaceFiles",
9403
+ method: "read",
9404
+ invocation: { kind: "direct" },
9405
+ parameters: [
9406
+ {
9407
+ name: "workspaceFileScope",
9408
+ wire: "workspaceFileScopeId",
9409
+ source: "lookup",
9410
+ lookup: "workspaceFileScope",
9411
+ codec: {
9412
+ mode: "strict",
9413
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
9414
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_parameter_0$schema
9415
+ }
9416
+ },
9417
+ {
9418
+ name: "path",
9419
+ wire: "path",
9420
+ source: "json",
9421
+ codec: {
9422
+ mode: "strict",
9423
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/read:path",
9424
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_parameter_1$schema
9425
+ }
9426
+ },
9427
+ {
9428
+ name: "range",
9429
+ wire: "range",
9430
+ source: "json",
9431
+ codec: {
9432
+ mode: "strict",
9433
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceFileRange",
9434
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_parameter_2$schema
9435
+ }
9436
+ }
9437
+ ],
9438
+ cancellation: { parameter: "signal" },
9439
+ result: {
9440
+ mode: "strict",
9441
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceFileText",
9442
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_read_result$schema
9443
+ },
9444
+ sourceLocation: {
9445
+ "file": "packages/api/workspace-files/src/index.ts",
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,
9485
+ "column": 9
9486
+ }
9487
+ },
9488
+ {
9489
+ id: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/readBytes",
9490
+ service: "workspaceFiles",
9491
+ namespace: "workspaceFiles",
9492
+ method: "readBytes",
9493
+ invocation: { kind: "direct" },
9494
+ parameters: [
9495
+ {
9496
+ name: "workspaceFileScope",
9497
+ wire: "workspaceFileScopeId",
9498
+ source: "lookup",
9499
+ lookup: "workspaceFileScope",
9500
+ codec: {
9501
+ mode: "strict",
9502
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
9503
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_0$schema
9504
+ }
9505
+ },
9506
+ {
9507
+ name: "path",
9508
+ wire: "path",
9509
+ source: "json",
9510
+ codec: {
9511
+ mode: "strict",
9512
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/readBytes:path",
9513
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_1$schema
9514
+ }
9515
+ },
9516
+ {
9517
+ name: "range",
9518
+ wire: "range",
9519
+ source: "json",
9520
+ codec: {
9521
+ mode: "strict",
9522
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceByteRange",
9523
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_parameter_2$schema
9524
+ }
9525
+ }
9526
+ ],
9527
+ cancellation: { parameter: "signal" },
9528
+ result: {
9529
+ mode: "strict",
9530
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceFileBytes",
9531
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_readBytes_result$schema
9532
+ },
9533
+ sourceLocation: {
9534
+ "file": "packages/api/workspace-files/src/index.ts",
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,
9587
+ "column": 9
9588
+ }
9589
+ },
9590
+ {
9591
+ id: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/stat",
9592
+ service: "workspaceFiles",
9593
+ namespace: "workspaceFiles",
9594
+ method: "stat",
9595
+ invocation: { kind: "direct" },
9596
+ parameters: [{
9597
+ name: "workspaceFileScope",
9598
+ wire: "workspaceFileScopeId",
9599
+ source: "lookup",
9600
+ lookup: "workspaceFileScope",
9601
+ codec: {
9602
+ mode: "strict",
9603
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
9604
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_parameter_0$schema
9605
+ }
9606
+ }, {
9607
+ name: "path",
9608
+ wire: "path",
9609
+ source: "json",
9610
+ codec: {
9611
+ mode: "strict",
9612
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files#workspaceFiles/stat:path",
9613
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_parameter_1$schema
9614
+ }
9615
+ }],
9616
+ cancellation: { parameter: "signal" },
9617
+ result: {
9618
+ mode: "strict",
9619
+ typeSymbol: "@deepseek-ai/dsh-api-workspace-files/types#WorkspaceFileStat",
9620
+ schema: _deepseek_ai_dsh_api_workspace_files_workspaceFiles_stat_result$schema
9621
+ },
9622
+ sourceLocation: {
9623
+ "file": "packages/api/workspace-files/src/index.ts",
9624
+ "line": 324,
9625
+ "column": 9
9626
+ }
9627
+ }
9628
+ ]
9629
+ };
9630
+ //#endregion
8952
9631
  //#region lib/types/client/index.js
8953
9632
  /** Platform-neutral assembly of generated Host Remote contributions. */
8954
9633
  /** Required service: the typed Client Remote contribution mount. */
@@ -8962,6 +9641,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8962
9641
  const disposers = [];
8963
9642
  try {
8964
9643
  for (const contribution of [
9644
+ TYPERT_REMOTE$14,
9645
+ TYPERT_REMOTE$13,
8965
9646
  TYPERT_REMOTE$12,
8966
9647
  TYPERT_REMOTE$11,
8967
9648
  TYPERT_REMOTE$10,