bailian-cli-commands 1.18.2 → 1.20.0

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.
Files changed (3) hide show
  1. package/dist/index.d.mts +1884 -249
  2. package/dist/index.mjs +96 -108
  3. package/package.json +4 -4
package/dist/index.d.mts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as _$bailian_cli_core0 from "bailian-cli-core";
2
2
  import http from "node:http";
3
+ import { LocalFileStateBackend, buildAgentDecl } from "@openagentpack/sdk";
3
4
 
4
5
  //#region src/commands/auth/login.d.ts
5
6
  declare const _default$4: _$bailian_cli_core0.Command<{
@@ -111,7 +112,7 @@ declare const _default$3: _$bailian_cli_core0.Command<{
111
112
  }>;
112
113
  //#endregion
113
114
  //#region src/commands/text/chat.d.ts
114
- declare const _default$123: _$bailian_cli_core0.Command<{
115
+ declare const _default$151: _$bailian_cli_core0.Command<{
115
116
  api: {
116
117
  type: "string";
117
118
  valueHint: string;
@@ -210,7 +211,7 @@ declare const _default$123: _$bailian_cli_core0.Command<{
210
211
  }>;
211
212
  //#endregion
212
213
  //#region src/commands/omni/chat.d.ts
213
- declare const _default$124: _$bailian_cli_core0.Command<{
214
+ declare const _default$152: _$bailian_cli_core0.Command<{
214
215
  message: {
215
216
  type: "array";
216
217
  valueHint: string;
@@ -549,7 +550,7 @@ declare const _default$38: _$bailian_cli_core0.Command<{
549
550
  }>;
550
551
  //#endregion
551
552
  //#region src/commands/video/generate.d.ts
552
- declare const _default$138: _$bailian_cli_core0.Command<{
553
+ declare const _default$166: _$bailian_cli_core0.Command<{
553
554
  concurrent: {
554
555
  type: "number";
555
556
  valueHint: string;
@@ -681,7 +682,7 @@ declare const _default$138: _$bailian_cli_core0.Command<{
681
682
  }>;
682
683
  //#endregion
683
684
  //#region src/commands/video/edit.d.ts
684
- declare const _default$137: _$bailian_cli_core0.Command<{
685
+ declare const _default$165: _$bailian_cli_core0.Command<{
685
686
  concurrent: {
686
687
  type: "number";
687
688
  valueHint: string;
@@ -814,7 +815,7 @@ declare const _default$137: _$bailian_cli_core0.Command<{
814
815
  }>;
815
816
  //#endregion
816
817
  //#region src/commands/video/ref.d.ts
817
- declare const _default$139: _$bailian_cli_core0.Command<{
818
+ declare const _default$167: _$bailian_cli_core0.Command<{
818
819
  concurrent: {
819
820
  type: "number";
820
821
  valueHint: string;
@@ -946,7 +947,7 @@ declare const _default$139: _$bailian_cli_core0.Command<{
946
947
  }>;
947
948
  //#endregion
948
949
  //#region src/commands/video/task-get.d.ts
949
- declare const _default$140: _$bailian_cli_core0.Command<{
950
+ declare const _default$168: _$bailian_cli_core0.Command<{
950
951
  taskId: {
951
952
  type: "string";
952
953
  valueHint: string;
@@ -959,7 +960,7 @@ declare const _default$140: _$bailian_cli_core0.Command<{
959
960
  }>;
960
961
  //#endregion
961
962
  //#region src/commands/video/download.d.ts
962
- declare const _default$136: _$bailian_cli_core0.Command<{
963
+ declare const _default$164: _$bailian_cli_core0.Command<{
963
964
  taskId: {
964
965
  type: "string";
965
966
  valueHint: string;
@@ -981,7 +982,7 @@ declare const _default$136: _$bailian_cli_core0.Command<{
981
982
  }>;
982
983
  //#endregion
983
984
  //#region src/commands/vision/describe.d.ts
984
- declare const _default$141: _$bailian_cli_core0.Command<{
985
+ declare const _default$169: _$bailian_cli_core0.Command<{
985
986
  image: {
986
987
  type: "string";
987
988
  valueHint: string;
@@ -1149,7 +1150,7 @@ declare const _default$7: _$bailian_cli_core0.Command<{
1149
1150
  }>;
1150
1151
  //#endregion
1151
1152
  //#region src/commands/update.d.ts
1152
- declare const _default$129: _$bailian_cli_core0.Command<{
1153
+ declare const _default$157: _$bailian_cli_core0.Command<{
1153
1154
  to: {
1154
1155
  type: "string";
1155
1156
  valueHint: string;
@@ -1273,7 +1274,7 @@ declare const _default$2: _$bailian_cli_core0.Command<{
1273
1274
  }>;
1274
1275
  //#endregion
1275
1276
  //#region src/commands/memory/add.d.ts
1276
- declare const _default$94: _$bailian_cli_core0.Command<{
1277
+ declare const _default$121: _$bailian_cli_core0.Command<{
1277
1278
  userId: {
1278
1279
  type: "string";
1279
1280
  valueHint: string;
@@ -1318,7 +1319,7 @@ declare const _default$94: _$bailian_cli_core0.Command<{
1318
1319
  }>;
1319
1320
  //#endregion
1320
1321
  //#region src/commands/memory/search.d.ts
1321
- declare const _default$99: _$bailian_cli_core0.Command<{
1322
+ declare const _default$126: _$bailian_cli_core0.Command<{
1322
1323
  userId: {
1323
1324
  type: "string";
1324
1325
  valueHint: string;
@@ -1363,7 +1364,7 @@ declare const _default$99: _$bailian_cli_core0.Command<{
1363
1364
  }>;
1364
1365
  //#endregion
1365
1366
  //#region src/commands/memory/list.d.ts
1366
- declare const _default$96: _$bailian_cli_core0.Command<{
1367
+ declare const _default$123: _$bailian_cli_core0.Command<{
1367
1368
  userId: {
1368
1369
  type: "string";
1369
1370
  valueHint: string;
@@ -1400,7 +1401,7 @@ declare const _default$96: _$bailian_cli_core0.Command<{
1400
1401
  }>;
1401
1402
  //#endregion
1402
1403
  //#region src/commands/memory/update.d.ts
1403
- declare const _default$100: _$bailian_cli_core0.Command<{
1404
+ declare const _default$127: _$bailian_cli_core0.Command<{
1404
1405
  nodeId: {
1405
1406
  type: "string";
1406
1407
  valueHint: string;
@@ -1439,7 +1440,7 @@ declare const _default$100: _$bailian_cli_core0.Command<{
1439
1440
  }>;
1440
1441
  //#endregion
1441
1442
  //#region src/commands/memory/delete.d.ts
1442
- declare const _default$95: _$bailian_cli_core0.Command<{
1443
+ declare const _default$122: _$bailian_cli_core0.Command<{
1443
1444
  nodeId: {
1444
1445
  type: "string";
1445
1446
  valueHint: string;
@@ -1469,7 +1470,7 @@ declare const _default$95: _$bailian_cli_core0.Command<{
1469
1470
  }>;
1470
1471
  //#endregion
1471
1472
  //#region src/commands/memory/profile-create.d.ts
1472
- declare const _default$97: _$bailian_cli_core0.Command<{
1473
+ declare const _default$124: _$bailian_cli_core0.Command<{
1473
1474
  name: {
1474
1475
  type: "string";
1475
1476
  valueHint: string;
@@ -1499,7 +1500,7 @@ declare const _default$97: _$bailian_cli_core0.Command<{
1499
1500
  }>;
1500
1501
  //#endregion
1501
1502
  //#region src/commands/memory/profile-get.d.ts
1502
- declare const _default$98: _$bailian_cli_core0.Command<{
1503
+ declare const _default$125: _$bailian_cli_core0.Command<{
1503
1504
  schemaId: {
1504
1505
  type: "string";
1505
1506
  valueHint: string;
@@ -2052,13 +2053,6 @@ declare const _default$60: _$bailian_cli_core0.Command<{
2052
2053
  };
2053
2054
  required: true;
2054
2055
  };
2055
- yes: {
2056
- type: "switch";
2057
- description: {
2058
- "en-US": string;
2059
- "zh-CN": string;
2060
- };
2061
- };
2062
2056
  }>;
2063
2057
  //#endregion
2064
2058
  //#region src/commands/knowledge/doc-delete.d.ts
@@ -2089,13 +2083,6 @@ declare const _default$50: _$bailian_cli_core0.Command<{
2089
2083
  };
2090
2084
  required: true;
2091
2085
  };
2092
- yes: {
2093
- type: "switch";
2094
- description: {
2095
- "en-US": string;
2096
- "zh-CN": string;
2097
- };
2098
- };
2099
2086
  }>;
2100
2087
  //#endregion
2101
2088
  //#region src/commands/knowledge/doc-tag.d.ts
@@ -2440,13 +2427,6 @@ declare const _default$70: _$bailian_cli_core0.Command<{
2440
2427
  "zh-CN": string;
2441
2428
  };
2442
2429
  };
2443
- yes: {
2444
- type: "switch";
2445
- description: {
2446
- "en-US": string;
2447
- "zh-CN": string;
2448
- };
2449
- };
2450
2430
  }>;
2451
2431
  //#endregion
2452
2432
  //#region src/commands/knowledge/service-delete.d.ts
@@ -2468,13 +2448,6 @@ declare const _default$69: _$bailian_cli_core0.Command<{
2468
2448
  };
2469
2449
  required: true;
2470
2450
  };
2471
- yes: {
2472
- type: "switch";
2473
- description: {
2474
- "en-US": string;
2475
- "zh-CN": string;
2476
- };
2477
- };
2478
2451
  }>;
2479
2452
  //#endregion
2480
2453
  //#region src/commands/knowledge/service-copy.d.ts
@@ -2717,13 +2690,6 @@ declare const _default$45: _$bailian_cli_core0.Command<{
2717
2690
  };
2718
2691
  required: true;
2719
2692
  };
2720
- yes: {
2721
- type: "switch";
2722
- description: {
2723
- "en-US": string;
2724
- "zh-CN": string;
2725
- };
2726
- };
2727
2693
  }>;
2728
2694
  //#endregion
2729
2695
  //#region src/commands/knowledge/kb-stats.d.ts
@@ -2871,13 +2837,6 @@ declare const _default$41: _$bailian_cli_core0.Command<{
2871
2837
  };
2872
2838
  required: true;
2873
2839
  };
2874
- yes: {
2875
- type: "switch";
2876
- description: {
2877
- "en-US": string;
2878
- "zh-CN": string;
2879
- };
2880
- };
2881
2840
  }>;
2882
2841
  //#endregion
2883
2842
  //#region src/commands/knowledge/file-list.d.ts
@@ -2973,13 +2932,6 @@ declare const _default$56: _$bailian_cli_core0.Command<{
2973
2932
  };
2974
2933
  required: true;
2975
2934
  };
2976
- yes: {
2977
- type: "switch";
2978
- description: {
2979
- "en-US": string;
2980
- "zh-CN": string;
2981
- };
2982
- };
2983
2935
  }>;
2984
2936
  //#endregion
2985
2937
  //#region src/commands/knowledge/collection-create.d.ts
@@ -3127,7 +3079,7 @@ declare const _default$51: _$bailian_cli_core0.Command<{
3127
3079
  }>;
3128
3080
  //#endregion
3129
3081
  //#region src/commands/mcp/call.d.ts
3130
- declare const _default$91: _$bailian_cli_core0.Command<{
3082
+ declare const _default$118: _$bailian_cli_core0.Command<{
3131
3083
  target: {
3132
3084
  type: "string";
3133
3085
  valueHint: string;
@@ -3172,7 +3124,7 @@ declare const _default$91: _$bailian_cli_core0.Command<{
3172
3124
  }>;
3173
3125
  //#endregion
3174
3126
  //#region src/commands/mcp/list.d.ts
3175
- declare const _default$92: _$bailian_cli_core0.Command<{
3127
+ declare const _default$119: _$bailian_cli_core0.Command<{
3176
3128
  name: {
3177
3129
  type: "string";
3178
3130
  valueHint: string;
@@ -3208,7 +3160,7 @@ declare const _default$92: _$bailian_cli_core0.Command<{
3208
3160
  }>;
3209
3161
  //#endregion
3210
3162
  //#region src/commands/mcp/tools.d.ts
3211
- declare const _default$93: _$bailian_cli_core0.Command<{
3163
+ declare const _default$120: _$bailian_cli_core0.Command<{
3212
3164
  server: {
3213
3165
  type: "string";
3214
3166
  valueHint: string;
@@ -3229,7 +3181,7 @@ declare const _default$93: _$bailian_cli_core0.Command<{
3229
3181
  }>;
3230
3182
  //#endregion
3231
3183
  //#region src/commands/search/web.d.ts
3232
- declare const _default$115: _$bailian_cli_core0.Command<{
3184
+ declare const _default$143: _$bailian_cli_core0.Command<{
3233
3185
  query: {
3234
3186
  type: "string";
3235
3187
  valueHint: string;
@@ -3256,7 +3208,7 @@ declare const _default$115: _$bailian_cli_core0.Command<{
3256
3208
  }>;
3257
3209
  //#endregion
3258
3210
  //#region src/commands/speech/synthesize.d.ts
3259
- declare const _default$122: _$bailian_cli_core0.Command<{
3211
+ declare const _default$150: _$bailian_cli_core0.Command<{
3260
3212
  concurrent: {
3261
3213
  type: "number";
3262
3214
  valueHint: string;
@@ -3394,7 +3346,7 @@ declare const _default$122: _$bailian_cli_core0.Command<{
3394
3346
  }>;
3395
3347
  //#endregion
3396
3348
  //#region src/commands/speech/recognize.d.ts
3397
- declare const _default$121: _$bailian_cli_core0.Command<{
3349
+ declare const _default$149: _$bailian_cli_core0.Command<{
3398
3350
  async: {
3399
3351
  type: "switch";
3400
3352
  description: {
@@ -3521,7 +3473,7 @@ declare const _default$13: _$bailian_cli_core0.Command<{
3521
3473
  }>;
3522
3474
  //#endregion
3523
3475
  //#region src/commands/usage/free.d.ts
3524
- declare const _default$131: _$bailian_cli_core0.Command<{
3476
+ declare const _default$159: _$bailian_cli_core0.Command<{
3525
3477
  model: {
3526
3478
  type: "string";
3527
3479
  valueHint: string;
@@ -3557,7 +3509,7 @@ declare const _default$131: _$bailian_cli_core0.Command<{
3557
3509
  }>;
3558
3510
  //#endregion
3559
3511
  //#region src/commands/usage/freetier.d.ts
3560
- declare const _default$132: _$bailian_cli_core0.Command<{
3512
+ declare const _default$160: _$bailian_cli_core0.Command<{
3561
3513
  model: {
3562
3514
  type: "string";
3563
3515
  valueHint: string;
@@ -3590,7 +3542,7 @@ declare const _default$132: _$bailian_cli_core0.Command<{
3590
3542
  }>;
3591
3543
  //#endregion
3592
3544
  //#region src/commands/usage/stats.d.ts
3593
- declare const _default$133: _$bailian_cli_core0.Command<{
3545
+ declare const _default$161: _$bailian_cli_core0.Command<{
3594
3546
  model: {
3595
3547
  type: "string";
3596
3548
  valueHint: string;
@@ -3618,7 +3570,7 @@ declare const _default$133: _$bailian_cli_core0.Command<{
3618
3570
  }>;
3619
3571
  //#endregion
3620
3572
  //#region src/commands/usage/summary.d.ts
3621
- declare const _default$134: _$bailian_cli_core0.Command<{
3573
+ declare const _default$162: _$bailian_cli_core0.Command<{
3622
3574
  days: {
3623
3575
  type: "string";
3624
3576
  valueHint: string;
@@ -3630,13 +3582,13 @@ declare const _default$134: _$bailian_cli_core0.Command<{
3630
3582
  }>;
3631
3583
  //#endregion
3632
3584
  //#region src/commands/usage/token-plan.d.ts
3633
- declare const _default$135: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
3585
+ declare const _default$163: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
3634
3586
  //#endregion
3635
3587
  //#region src/commands/usage/coding-plan.d.ts
3636
- declare const _default$130: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
3588
+ declare const _default$158: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
3637
3589
  //#endregion
3638
3590
  //#region src/commands/pipeline/run.d.ts
3639
- declare const _default$105: _$bailian_cli_core0.Command<{
3591
+ declare const _default$132: _$bailian_cli_core0.Command<{
3640
3592
  file: {
3641
3593
  type: "string";
3642
3594
  valueHint: string;
@@ -3690,7 +3642,7 @@ declare const _default$105: _$bailian_cli_core0.Command<{
3690
3642
  }>;
3691
3643
  //#endregion
3692
3644
  //#region src/commands/pipeline/validate.d.ts
3693
- declare const _default$106: _$bailian_cli_core0.Command<{
3645
+ declare const _default$133: _$bailian_cli_core0.Command<{
3694
3646
  file: {
3695
3647
  type: "string";
3696
3648
  valueHint: string;
@@ -3716,7 +3668,7 @@ declare const _default: _$bailian_cli_core0.Command<{
3716
3668
  }>;
3717
3669
  //#endregion
3718
3670
  //#region src/commands/model/list.d.ts
3719
- declare const _default$101: _$bailian_cli_core0.Command<{
3671
+ declare const _default$128: _$bailian_cli_core0.Command<{
3720
3672
  model: {
3721
3673
  type: "string";
3722
3674
  valueHint: string;
@@ -3783,7 +3735,7 @@ declare const _default$101: _$bailian_cli_core0.Command<{
3783
3735
  }>;
3784
3736
  //#endregion
3785
3737
  //#region src/commands/workspace/list.d.ts
3786
- declare const _default$143: _$bailian_cli_core0.Command<{
3738
+ declare const _default$171: _$bailian_cli_core0.Command<{
3787
3739
  list: {
3788
3740
  type: "string";
3789
3741
  valueHint: string;
@@ -3795,7 +3747,7 @@ declare const _default$143: _$bailian_cli_core0.Command<{
3795
3747
  }>;
3796
3748
  //#endregion
3797
3749
  //#region src/commands/quota/list.d.ts
3798
- declare const _default$113: _$bailian_cli_core0.Command<{
3750
+ declare const _default$141: _$bailian_cli_core0.Command<{
3799
3751
  model: {
3800
3752
  type: "string";
3801
3753
  valueHint: string;
@@ -3831,7 +3783,7 @@ declare const _default$113: _$bailian_cli_core0.Command<{
3831
3783
  }>;
3832
3784
  //#endregion
3833
3785
  //#region src/commands/quota/update.d.ts
3834
- declare const _default$114: _$bailian_cli_core0.Command<{
3786
+ declare const _default$142: _$bailian_cli_core0.Command<{
3835
3787
  model: {
3836
3788
  type: "string";
3837
3789
  valueHint: string;
@@ -3857,24 +3809,23 @@ declare const _default$114: _$bailian_cli_core0.Command<{
3857
3809
  "zh-CN": string;
3858
3810
  };
3859
3811
  };
3860
- delete: {
3861
- type: "switch";
3862
- description: {
3863
- "en-US": string;
3864
- "zh-CN": string;
3865
- };
3866
- };
3867
- yes: {
3868
- type: "switch";
3812
+ }>;
3813
+ //#endregion
3814
+ //#region src/commands/quota/delete.d.ts
3815
+ declare const _default$139: _$bailian_cli_core0.Command<{
3816
+ model: {
3817
+ type: "string";
3818
+ valueHint: string;
3869
3819
  description: {
3870
3820
  "en-US": string;
3871
3821
  "zh-CN": string;
3872
3822
  };
3823
+ required: true;
3873
3824
  };
3874
3825
  }>;
3875
3826
  //#endregion
3876
3827
  //#region src/commands/quota/history.d.ts
3877
- declare const _default$112: _$bailian_cli_core0.Command<{
3828
+ declare const _default$140: _$bailian_cli_core0.Command<{
3878
3829
  page: {
3879
3830
  type: "string";
3880
3831
  valueHint: string;
@@ -3902,7 +3853,7 @@ declare const _default$112: _$bailian_cli_core0.Command<{
3902
3853
  }>;
3903
3854
  //#endregion
3904
3855
  //#region src/commands/quota/check.d.ts
3905
- declare const _default$111: _$bailian_cli_core0.Command<{
3856
+ declare const _default$138: _$bailian_cli_core0.Command<{
3906
3857
  model: {
3907
3858
  type: "string";
3908
3859
  valueHint: string;
@@ -3922,7 +3873,7 @@ declare const _default$111: _$bailian_cli_core0.Command<{
3922
3873
  }>;
3923
3874
  //#endregion
3924
3875
  //#region src/commands/permission/list.d.ts
3925
- declare const _default$103: _$bailian_cli_core0.Command<{
3876
+ declare const _default$130: _$bailian_cli_core0.Command<{
3926
3877
  scope: {
3927
3878
  type: "string";
3928
3879
  valueHint: string;
@@ -3967,7 +3918,7 @@ declare const _default$103: _$bailian_cli_core0.Command<{
3967
3918
  }>;
3968
3919
  //#endregion
3969
3920
  //#region src/commands/permission/grant.d.ts
3970
- declare const _default$102: _$bailian_cli_core0.Command<{
3921
+ declare const _default$129: _$bailian_cli_core0.Command<{
3971
3922
  model: {
3972
3923
  type: "string";
3973
3924
  valueHint: string;
@@ -3994,7 +3945,7 @@ declare const _default$102: _$bailian_cli_core0.Command<{
3994
3945
  }>;
3995
3946
  //#endregion
3996
3947
  //#region src/commands/permission/revoke.d.ts
3997
- declare const _default$104: _$bailian_cli_core0.Command<{
3948
+ declare const _default$131: _$bailian_cli_core0.Command<{
3998
3949
  model: {
3999
3950
  type: "string";
4000
3951
  valueHint: string;
@@ -4018,13 +3969,6 @@ declare const _default$104: _$bailian_cli_core0.Command<{
4018
3969
  "zh-CN": string;
4019
3970
  };
4020
3971
  };
4021
- yes: {
4022
- type: "switch";
4023
- description: {
4024
- "en-US": string;
4025
- "zh-CN": string;
4026
- };
4027
- };
4028
3972
  }>;
4029
3973
  //#endregion
4030
3974
  //#region src/commands/dataset/upload.d.ts
@@ -4122,13 +4066,6 @@ declare const _default$14: _$bailian_cli_core0.Command<{
4122
4066
  };
4123
4067
  required: true;
4124
4068
  };
4125
- yes: {
4126
- type: "switch";
4127
- description: {
4128
- "en-US": string;
4129
- "zh-CN": string;
4130
- };
4131
- };
4132
4069
  }>;
4133
4070
  //#endregion
4134
4071
  //#region src/commands/dataset/validate.d.ts
@@ -4495,13 +4432,6 @@ declare const _default$31: _$bailian_cli_core0.Command<{
4495
4432
  };
4496
4433
  required: true;
4497
4434
  };
4498
- yes: {
4499
- type: "switch";
4500
- description: {
4501
- "en-US": string;
4502
- "zh-CN": string;
4503
- };
4504
- };
4505
4435
  }>;
4506
4436
  //#endregion
4507
4437
  //#region src/commands/finetune/logs.d.ts
@@ -5100,13 +5030,6 @@ declare const _default$19: _$bailian_cli_core0.Command<{
5100
5030
  "zh-CN": string;
5101
5031
  };
5102
5032
  };
5103
- yes: {
5104
- type: "switch";
5105
- description: {
5106
- "en-US": string;
5107
- "zh-CN": string;
5108
- };
5109
- };
5110
5033
  }>;
5111
5034
  //#endregion
5112
5035
  //#region src/commands/deploy/pause.d.ts
@@ -5163,7 +5086,7 @@ declare const _default$24: _$bailian_cli_core0.Command<{
5163
5086
  }>;
5164
5087
  //#endregion
5165
5088
  //#region src/commands/token-plan/list-seats.d.ts
5166
- declare const _default$128: _$bailian_cli_core0.Command<{
5089
+ declare const _default$156: _$bailian_cli_core0.Command<{
5167
5090
  callerUacAccountId: {
5168
5091
  type: "string";
5169
5092
  valueHint: string;
@@ -5239,7 +5162,7 @@ declare const _default$128: _$bailian_cli_core0.Command<{
5239
5162
  }>;
5240
5163
  //#endregion
5241
5164
  //#region src/commands/token-plan/create-key.d.ts
5242
- declare const _default$127: _$bailian_cli_core0.Command<{
5165
+ declare const _default$155: _$bailian_cli_core0.Command<{
5243
5166
  callerUacAccountId: {
5244
5167
  type: "string";
5245
5168
  valueHint: string;
@@ -5284,7 +5207,7 @@ declare const _default$127: _$bailian_cli_core0.Command<{
5284
5207
  }>;
5285
5208
  //#endregion
5286
5209
  //#region src/commands/token-plan/assign-seats.d.ts
5287
- declare const _default$126: _$bailian_cli_core0.Command<{
5210
+ declare const _default$154: _$bailian_cli_core0.Command<{
5288
5211
  callerUacAccountId: {
5289
5212
  type: "string";
5290
5213
  valueHint: string;
@@ -5337,7 +5260,7 @@ declare const _default$126: _$bailian_cli_core0.Command<{
5337
5260
  }>;
5338
5261
  //#endregion
5339
5262
  //#region src/commands/token-plan/add-member.d.ts
5340
- declare const _default$125: _$bailian_cli_core0.Command<{
5263
+ declare const _default$153: _$bailian_cli_core0.Command<{
5341
5264
  callerUacAccountId: {
5342
5265
  type: "string";
5343
5266
  valueHint: string;
@@ -5391,16 +5314,7 @@ declare const _default$125: _$bailian_cli_core0.Command<{
5391
5314
  }>;
5392
5315
  //#endregion
5393
5316
  //#region src/commands/managed-agent/init.d.ts
5394
- declare const _default$76: _$bailian_cli_core0.Command<{
5395
- provider: {
5396
- type: "string";
5397
- valueHint: string;
5398
- description: {
5399
- "en-US": string;
5400
- "zh-CN": string;
5401
- };
5402
- choices: readonly ["bailian", "claude", "qoder", "ark", "all"];
5403
- };
5317
+ declare const _default$94: _$bailian_cli_core0.Command<{
5404
5318
  agentName: {
5405
5319
  type: "string";
5406
5320
  valueHint: string;
@@ -5427,7 +5341,7 @@ declare const _default$76: _$bailian_cli_core0.Command<{
5427
5341
  }>;
5428
5342
  //#endregion
5429
5343
  //#region src/commands/managed-agent/validate.d.ts
5430
- declare const _default$90: _$bailian_cli_core0.Command<{
5344
+ declare const _default$112: _$bailian_cli_core0.Command<{
5431
5345
  file: {
5432
5346
  type: "string";
5433
5347
  valueHint: string;
@@ -5439,7 +5353,7 @@ declare const _default$90: _$bailian_cli_core0.Command<{
5439
5353
  }>;
5440
5354
  //#endregion
5441
5355
  //#region src/commands/managed-agent/plan.d.ts
5442
- declare const _default$77: _$bailian_cli_core0.Command<{
5356
+ declare const _default$95: _$bailian_cli_core0.Command<{
5443
5357
  file: {
5444
5358
  type: "string";
5445
5359
  valueHint: string;
@@ -5448,14 +5362,6 @@ declare const _default$77: _$bailian_cli_core0.Command<{
5448
5362
  "zh-CN": string;
5449
5363
  };
5450
5364
  };
5451
- provider: {
5452
- type: "string";
5453
- valueHint: string;
5454
- description: {
5455
- "en-US": string;
5456
- "zh-CN": string;
5457
- };
5458
- };
5459
5365
  noRefresh: {
5460
5366
  type: "switch";
5461
5367
  description: {
@@ -5473,7 +5379,7 @@ declare const _default$77: _$bailian_cli_core0.Command<{
5473
5379
  }>;
5474
5380
  //#endregion
5475
5381
  //#region src/commands/managed-agent/apply.d.ts
5476
- declare const _default$74: _$bailian_cli_core0.Command<{
5382
+ declare const _default$79: _$bailian_cli_core0.Command<{
5477
5383
  file: {
5478
5384
  type: "string";
5479
5385
  valueHint: string;
@@ -5482,21 +5388,6 @@ declare const _default$74: _$bailian_cli_core0.Command<{
5482
5388
  "zh-CN": string;
5483
5389
  };
5484
5390
  };
5485
- provider: {
5486
- type: "string";
5487
- valueHint: string;
5488
- description: {
5489
- "en-US": string;
5490
- "zh-CN": string;
5491
- };
5492
- };
5493
- yes: {
5494
- type: "switch";
5495
- description: {
5496
- "en-US": string;
5497
- "zh-CN": string;
5498
- };
5499
- };
5500
5391
  noRefresh: {
5501
5392
  type: "switch";
5502
5393
  description: {
@@ -5515,7 +5406,7 @@ declare const _default$74: _$bailian_cli_core0.Command<{
5515
5406
  }>;
5516
5407
  //#endregion
5517
5408
  //#region src/commands/managed-agent/destroy.d.ts
5518
- declare const _default$75: _$bailian_cli_core0.Command<{
5409
+ declare const _default$89: _$bailian_cli_core0.Command<{
5519
5410
  file: {
5520
5411
  type: "string";
5521
5412
  valueHint: string;
@@ -5524,13 +5415,6 @@ declare const _default$75: _$bailian_cli_core0.Command<{
5524
5415
  "zh-CN": string;
5525
5416
  };
5526
5417
  };
5527
- yes: {
5528
- type: "switch";
5529
- description: {
5530
- "en-US": string;
5531
- "zh-CN": string;
5532
- };
5533
- };
5534
5418
  cascade: {
5535
5419
  type: "switch";
5536
5420
  description: {
@@ -5541,7 +5425,7 @@ declare const _default$75: _$bailian_cli_core0.Command<{
5541
5425
  }>;
5542
5426
  //#endregion
5543
5427
  //#region src/commands/managed-agent/state-list.d.ts
5544
- declare const _default$87: _$bailian_cli_core0.Command<{
5428
+ declare const _default$109: _$bailian_cli_core0.Command<{
5545
5429
  file: {
5546
5430
  type: "string";
5547
5431
  valueHint: string;
@@ -5553,7 +5437,7 @@ declare const _default$87: _$bailian_cli_core0.Command<{
5553
5437
  }>;
5554
5438
  //#endregion
5555
5439
  //#region src/commands/managed-agent/state-show.d.ts
5556
- declare const _default$89: _$bailian_cli_core0.Command<{
5440
+ declare const _default$111: _$bailian_cli_core0.Command<{
5557
5441
  address: {
5558
5442
  type: "string";
5559
5443
  valueHint: string;
@@ -5574,7 +5458,7 @@ declare const _default$89: _$bailian_cli_core0.Command<{
5574
5458
  }>;
5575
5459
  //#endregion
5576
5460
  //#region src/commands/managed-agent/state-rm.d.ts
5577
- declare const _default$88: _$bailian_cli_core0.Command<{
5461
+ declare const _default$110: _$bailian_cli_core0.Command<{
5578
5462
  address: {
5579
5463
  type: "string";
5580
5464
  valueHint: string;
@@ -5595,7 +5479,7 @@ declare const _default$88: _$bailian_cli_core0.Command<{
5595
5479
  }>;
5596
5480
  //#endregion
5597
5481
  //#region src/commands/managed-agent/state-import.d.ts
5598
- declare const _default$86: _$bailian_cli_core0.Command<{
5482
+ declare const _default$108: _$bailian_cli_core0.Command<{
5599
5483
  address: {
5600
5484
  type: "string";
5601
5485
  valueHint: string;
@@ -5633,7 +5517,7 @@ declare const _default$86: _$bailian_cli_core0.Command<{
5633
5517
  }>;
5634
5518
  //#endregion
5635
5519
  //#region src/commands/managed-agent/session-create.d.ts
5636
- declare const _default$78: _$bailian_cli_core0.Command<{
5520
+ declare const _default$96: _$bailian_cli_core0.Command<{
5637
5521
  file: {
5638
5522
  type: "string";
5639
5523
  valueHint: string;
@@ -5682,18 +5566,10 @@ declare const _default$78: _$bailian_cli_core0.Command<{
5682
5566
  "zh-CN": string;
5683
5567
  };
5684
5568
  };
5685
- provider: {
5686
- type: "string";
5687
- valueHint: string;
5688
- description: {
5689
- "en-US": string;
5690
- "zh-CN": string;
5691
- };
5692
- };
5693
5569
  }>;
5694
5570
  //#endregion
5695
5571
  //#region src/commands/managed-agent/session-list.d.ts
5696
- declare const _default$82: _$bailian_cli_core0.Command<{
5572
+ declare const _default$99: _$bailian_cli_core0.Command<{
5697
5573
  file: {
5698
5574
  type: "string";
5699
5575
  valueHint: string;
@@ -5717,28 +5593,23 @@ declare const _default$82: _$bailian_cli_core0.Command<{
5717
5593
  "zh-CN": string;
5718
5594
  };
5719
5595
  };
5720
- provider: {
5721
- type: "string";
5596
+ limit: {
5597
+ type: "number";
5722
5598
  valueHint: string;
5723
5599
  description: {
5724
5600
  "en-US": string;
5725
5601
  "zh-CN": string;
5726
5602
  };
5727
5603
  };
5728
- }>;
5729
- //#endregion
5730
- //#region src/commands/managed-agent/session-get.d.ts
5731
- declare const _default$81: _$bailian_cli_core0.Command<{
5732
- sessionId: {
5604
+ page: {
5733
5605
  type: "string";
5734
5606
  valueHint: string;
5735
5607
  description: {
5736
5608
  "en-US": string;
5737
5609
  "zh-CN": string;
5738
5610
  };
5739
- required: true;
5740
5611
  };
5741
- file: {
5612
+ statuses: {
5742
5613
  type: "string";
5743
5614
  valueHint: string;
5744
5615
  description: {
@@ -5746,7 +5617,7 @@ declare const _default$81: _$bailian_cli_core0.Command<{
5746
5617
  "zh-CN": string;
5747
5618
  };
5748
5619
  };
5749
- provider: {
5620
+ createdAtGte: {
5750
5621
  type: "string";
5751
5622
  valueHint: string;
5752
5623
  description: {
@@ -5754,28 +5625,28 @@ declare const _default$81: _$bailian_cli_core0.Command<{
5754
5625
  "zh-CN": string;
5755
5626
  };
5756
5627
  };
5757
- }>;
5758
- //#endregion
5759
- //#region src/commands/managed-agent/session-delete.d.ts
5760
- declare const _default$79: _$bailian_cli_core0.Command<{
5761
- sessionId: {
5628
+ createdAtLte: {
5762
5629
  type: "string";
5763
5630
  valueHint: string;
5764
5631
  description: {
5765
5632
  "en-US": string;
5766
5633
  "zh-CN": string;
5767
5634
  };
5768
- required: true;
5769
5635
  };
5770
- file: {
5636
+ }>;
5637
+ //#endregion
5638
+ //#region src/commands/managed-agent/session-get.d.ts
5639
+ declare const _default$98: _$bailian_cli_core0.Command<{
5640
+ sessionId: {
5771
5641
  type: "string";
5772
5642
  valueHint: string;
5773
5643
  description: {
5774
5644
  "en-US": string;
5775
5645
  "zh-CN": string;
5776
5646
  };
5647
+ required: true;
5777
5648
  };
5778
- provider: {
5649
+ file: {
5779
5650
  type: "string";
5780
5651
  valueHint: string;
5781
5652
  description: {
@@ -5785,9 +5656,9 @@ declare const _default$79: _$bailian_cli_core0.Command<{
5785
5656
  };
5786
5657
  }>;
5787
5658
  //#endregion
5788
- //#region src/commands/managed-agent/session-run.d.ts
5789
- declare const _default$83: _$bailian_cli_core0.Command<{
5790
- prompt: {
5659
+ //#region src/commands/managed-agent/session-delete.d.ts
5660
+ declare const _default$97: _$bailian_cli_core0.Command<{
5661
+ sessionId: {
5791
5662
  type: "string";
5792
5663
  valueHint: string;
5793
5664
  description: {
@@ -5804,15 +5675,1369 @@ declare const _default$83: _$bailian_cli_core0.Command<{
5804
5675
  "zh-CN": string;
5805
5676
  };
5806
5677
  };
5807
- agent: {
5808
- type: "string";
5809
- valueHint: string;
5810
- description: {
5678
+ }>;
5679
+ //#endregion
5680
+ //#region src/commands/managed-agent/session-run.d.ts
5681
+ declare const _default$100: _$bailian_cli_core0.Command<{
5682
+ prompt: {
5683
+ type: "string";
5684
+ valueHint: string;
5685
+ description: {
5686
+ "en-US": string;
5687
+ "zh-CN": string;
5688
+ };
5689
+ required: true;
5690
+ };
5691
+ file: {
5692
+ type: "string";
5693
+ valueHint: string;
5694
+ description: {
5695
+ "en-US": string;
5696
+ "zh-CN": string;
5697
+ };
5698
+ };
5699
+ agent: {
5700
+ type: "string";
5701
+ valueHint: string;
5702
+ description: {
5703
+ "en-US": string;
5704
+ "zh-CN": string;
5705
+ };
5706
+ };
5707
+ environment: {
5708
+ type: "string";
5709
+ valueHint: string;
5710
+ description: {
5711
+ "en-US": string;
5712
+ "zh-CN": string;
5713
+ };
5714
+ };
5715
+ vault: {
5716
+ type: "string";
5717
+ valueHint: string;
5718
+ description: {
5719
+ "en-US": string;
5720
+ "zh-CN": string;
5721
+ };
5722
+ };
5723
+ memoryStores: {
5724
+ type: "string";
5725
+ valueHint: string;
5726
+ description: {
5727
+ "en-US": string;
5728
+ "zh-CN": string;
5729
+ };
5730
+ };
5731
+ title: {
5732
+ type: "string";
5733
+ valueHint: string;
5734
+ description: {
5735
+ "en-US": string;
5736
+ "zh-CN": string;
5737
+ };
5738
+ };
5739
+ noStream: {
5740
+ type: "switch";
5741
+ description: {
5742
+ "en-US": string;
5743
+ "zh-CN": string;
5744
+ };
5745
+ };
5746
+ }>;
5747
+ //#endregion
5748
+ //#region src/commands/managed-agent/session-send.d.ts
5749
+ declare const _default$101: _$bailian_cli_core0.Command<{
5750
+ sessionId: {
5751
+ type: "string";
5752
+ valueHint: string;
5753
+ description: {
5754
+ "en-US": string;
5755
+ "zh-CN": string;
5756
+ };
5757
+ required: true;
5758
+ };
5759
+ message: {
5760
+ type: "string";
5761
+ valueHint: string;
5762
+ description: {
5763
+ "en-US": string;
5764
+ "zh-CN": string;
5765
+ };
5766
+ required: true;
5767
+ };
5768
+ file: {
5769
+ type: "string";
5770
+ valueHint: string;
5771
+ description: {
5772
+ "en-US": string;
5773
+ "zh-CN": string;
5774
+ };
5775
+ };
5776
+ noStream: {
5777
+ type: "switch";
5778
+ description: {
5779
+ "en-US": string;
5780
+ "zh-CN": string;
5781
+ };
5782
+ };
5783
+ }>;
5784
+ //#endregion
5785
+ //#region src/commands/managed-agent/session-event.d.ts
5786
+ declare const managedAgentSessionEventList: _$bailian_cli_core0.Command<{
5787
+ readonly file: {
5788
+ type: "string";
5789
+ valueHint: string;
5790
+ description: {
5791
+ "en-US": string;
5792
+ "zh-CN": string;
5793
+ };
5794
+ };
5795
+ readonly limit: {
5796
+ type: "number";
5797
+ valueHint: string;
5798
+ description: {
5799
+ "en-US": string;
5800
+ "zh-CN": string;
5801
+ };
5802
+ };
5803
+ readonly page: {
5804
+ type: "string";
5805
+ valueHint: string;
5806
+ description: {
5807
+ "en-US": string;
5808
+ "zh-CN": string;
5809
+ };
5810
+ };
5811
+ readonly all: {
5812
+ type: "switch";
5813
+ description: {
5814
+ "en-US": string;
5815
+ "zh-CN": string;
5816
+ };
5817
+ };
5818
+ readonly sessionId: {
5819
+ readonly type: "string";
5820
+ readonly valueHint: "<id>";
5821
+ readonly required: true;
5822
+ readonly description: {
5823
+ readonly "en-US": "Session ID";
5824
+ readonly "zh-CN": "Session ID";
5825
+ };
5826
+ };
5827
+ readonly order: {
5828
+ readonly type: "string";
5829
+ readonly valueHint: "<order>";
5830
+ readonly choices: readonly ["asc", "desc"];
5831
+ readonly description: {
5832
+ readonly "en-US": "Event order: asc or desc";
5833
+ readonly "zh-CN": "\u4E8B\u4EF6\u987A\u5E8F\uFF1Aasc \u6216 desc";
5834
+ };
5835
+ };
5836
+ readonly types: {
5837
+ readonly type: "string";
5838
+ readonly valueHint: "<types>";
5839
+ readonly description: {
5840
+ readonly "en-US": "Comma-separated raw event types";
5841
+ readonly "zh-CN": "\u539F\u59CB\u4E8B\u4EF6\u7C7B\u578B\uFF0C\u591A\u4E2A\u4EE5\u9017\u53F7\u5206\u9694";
5842
+ };
5843
+ };
5844
+ readonly createdAtGte: {
5845
+ readonly type: "string";
5846
+ readonly valueHint: "<timestamp>";
5847
+ readonly description: {
5848
+ readonly "en-US": "Created at or after this timestamp";
5849
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
5850
+ };
5851
+ };
5852
+ readonly createdAtLte: {
5853
+ readonly type: "string";
5854
+ readonly valueHint: "<timestamp>";
5855
+ readonly description: {
5856
+ readonly "en-US": "Created at or before this timestamp";
5857
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
5858
+ };
5859
+ };
5860
+ }>;
5861
+ declare const managedAgentSessionEventSend: _$bailian_cli_core0.Command<{
5862
+ readonly file: {
5863
+ type: "string";
5864
+ valueHint: string;
5865
+ description: {
5866
+ "en-US": string;
5867
+ "zh-CN": string;
5868
+ };
5869
+ };
5870
+ readonly sessionId: {
5871
+ readonly type: "string";
5872
+ readonly valueHint: "<id>";
5873
+ readonly required: true;
5874
+ readonly description: {
5875
+ readonly "en-US": "Session ID";
5876
+ readonly "zh-CN": "Session ID";
5877
+ };
5878
+ };
5879
+ readonly event: {
5880
+ readonly type: "string";
5881
+ readonly valueHint: "<json|@path>";
5882
+ readonly required: true;
5883
+ readonly description: {
5884
+ readonly "en-US": "Raw event object/array as JSON or @event.json";
5885
+ readonly "zh-CN": "\u539F\u59CB\u4E8B\u4EF6\u5BF9\u8C61/\u6570\u7EC4 JSON\uFF0C\u6216 @event.json";
5886
+ };
5887
+ };
5888
+ }>;
5889
+ declare const managedAgentSessionEventStream: _$bailian_cli_core0.Command<{
5890
+ readonly file: {
5891
+ type: "string";
5892
+ valueHint: string;
5893
+ description: {
5894
+ "en-US": string;
5895
+ "zh-CN": string;
5896
+ };
5897
+ };
5898
+ readonly sessionId: {
5899
+ readonly type: "string";
5900
+ readonly valueHint: "<id>";
5901
+ readonly required: true;
5902
+ readonly description: {
5903
+ readonly "en-US": "Session ID";
5904
+ readonly "zh-CN": "Session ID";
5905
+ };
5906
+ };
5907
+ readonly afterId: {
5908
+ readonly type: "string";
5909
+ readonly valueHint: "<event-id>";
5910
+ readonly description: {
5911
+ readonly "en-US": "Resume after this event ID";
5912
+ readonly "zh-CN": "\u4ECE\u8BE5 Event ID \u4E4B\u540E\u7EE7\u7EED";
5913
+ };
5914
+ };
5915
+ }>;
5916
+ //#endregion
5917
+ //#region src/commands/managed-agent/skill/list.d.ts
5918
+ declare const _default$105: _$bailian_cli_core0.Command<{
5919
+ file: {
5920
+ type: "string";
5921
+ valueHint: string;
5922
+ description: {
5923
+ "en-US": string;
5924
+ "zh-CN": string;
5925
+ };
5926
+ };
5927
+ limit: {
5928
+ type: "number";
5929
+ valueHint: string;
5930
+ description: {
5931
+ "en-US": string;
5932
+ "zh-CN": string;
5933
+ };
5934
+ };
5935
+ page: {
5936
+ type: "string";
5937
+ valueHint: string;
5938
+ description: {
5939
+ "en-US": string;
5940
+ "zh-CN": string;
5941
+ };
5942
+ };
5943
+ all: {
5944
+ type: "switch";
5945
+ description: {
5946
+ "en-US": string;
5947
+ "zh-CN": string;
5948
+ };
5949
+ };
5950
+ source: {
5951
+ readonly type: "string";
5952
+ readonly valueHint: "<source>";
5953
+ readonly choices: readonly ["custom", "official", "all"];
5954
+ readonly description: {
5955
+ readonly "en-US": "Skill catalog: custom (default), official, or all";
5956
+ readonly "zh-CN": "Skill Catalog\uFF1Acustom\uFF08\u9ED8\u8BA4\uFF09\u3001official \u6216 all";
5957
+ };
5958
+ };
5959
+ }>;
5960
+ //#endregion
5961
+ //#region src/commands/managed-agent/agent/create.d.ts
5962
+ declare const _default$74: _$bailian_cli_core0.Command<{
5963
+ name: {
5964
+ type: "string";
5965
+ valueHint: string;
5966
+ required: true;
5967
+ description: {
5968
+ "en-US": string;
5969
+ "zh-CN": string;
5970
+ };
5971
+ };
5972
+ model: {
5973
+ type: "string";
5974
+ valueHint: string;
5975
+ required: true;
5976
+ description: {
5977
+ "en-US": string;
5978
+ "zh-CN": string;
5979
+ };
5980
+ };
5981
+ instructions: {
5982
+ type: "string";
5983
+ valueHint: string;
5984
+ required: true;
5985
+ description: {
5986
+ "en-US": string;
5987
+ "zh-CN": string;
5988
+ };
5989
+ };
5990
+ description: {
5991
+ type: "string";
5992
+ valueHint: string;
5993
+ description: {
5994
+ "en-US": string;
5995
+ "zh-CN": string;
5996
+ };
5997
+ };
5998
+ skill: {
5999
+ type: "array";
6000
+ valueHint: string;
6001
+ description: {
6002
+ "en-US": string;
6003
+ "zh-CN": string;
6004
+ };
6005
+ };
6006
+ skillDir: {
6007
+ type: "array";
6008
+ valueHint: string;
6009
+ description: {
6010
+ "en-US": string;
6011
+ "zh-CN": string;
6012
+ };
6013
+ };
6014
+ type: {
6015
+ type: "string";
6016
+ valueHint: string;
6017
+ choices: string[];
6018
+ description: {
6019
+ "en-US": string;
6020
+ "zh-CN": string;
6021
+ };
6022
+ };
6023
+ tool: {
6024
+ type: "array";
6025
+ valueHint: string;
6026
+ description: {
6027
+ "en-US": string;
6028
+ "zh-CN": string;
6029
+ };
6030
+ };
6031
+ file: {
6032
+ type: "string";
6033
+ valueHint: string;
6034
+ description: {
6035
+ "en-US": string;
6036
+ "zh-CN": string;
6037
+ };
6038
+ };
6039
+ yes: {
6040
+ type: "switch";
6041
+ description: {
6042
+ "en-US": string;
6043
+ "zh-CN": string;
6044
+ };
6045
+ };
6046
+ }>;
6047
+ //#endregion
6048
+ //#region src/commands/managed-agent/environment/create.d.ts
6049
+ declare const _default$90: _$bailian_cli_core0.Command<{
6050
+ name: {
6051
+ type: "string";
6052
+ valueHint: string;
6053
+ required: true;
6054
+ description: {
6055
+ "en-US": string;
6056
+ "zh-CN": string;
6057
+ };
6058
+ };
6059
+ description: {
6060
+ type: "string";
6061
+ valueHint: string;
6062
+ description: {
6063
+ "en-US": string;
6064
+ "zh-CN": string;
6065
+ };
6066
+ };
6067
+ metadata: {
6068
+ type: "array";
6069
+ valueHint: string;
6070
+ description: {
6071
+ "en-US": string;
6072
+ "zh-CN": string;
6073
+ };
6074
+ };
6075
+ apt: {
6076
+ type: "array";
6077
+ valueHint: string;
6078
+ description: {
6079
+ "en-US": string;
6080
+ "zh-CN": string;
6081
+ };
6082
+ };
6083
+ pip: {
6084
+ type: "array";
6085
+ valueHint: string;
6086
+ description: {
6087
+ "en-US": string;
6088
+ "zh-CN": string;
6089
+ };
6090
+ };
6091
+ npm: {
6092
+ type: "array";
6093
+ valueHint: string;
6094
+ description: {
6095
+ "en-US": string;
6096
+ "zh-CN": string;
6097
+ };
6098
+ };
6099
+ cargo: {
6100
+ type: "array";
6101
+ valueHint: string;
6102
+ description: {
6103
+ "en-US": string;
6104
+ "zh-CN": string;
6105
+ };
6106
+ };
6107
+ gem: {
6108
+ type: "array";
6109
+ valueHint: string;
6110
+ description: {
6111
+ "en-US": string;
6112
+ "zh-CN": string;
6113
+ };
6114
+ };
6115
+ go: {
6116
+ type: "array";
6117
+ valueHint: string;
6118
+ description: {
6119
+ "en-US": string;
6120
+ "zh-CN": string;
6121
+ };
6122
+ };
6123
+ file: {
6124
+ type: "string";
6125
+ valueHint: string;
6126
+ description: {
6127
+ "en-US": string;
6128
+ "zh-CN": string;
6129
+ };
6130
+ };
6131
+ yes: {
6132
+ type: "switch";
6133
+ description: {
6134
+ "en-US": string;
6135
+ "zh-CN": string;
6136
+ };
6137
+ };
6138
+ }>;
6139
+ //#endregion
6140
+ //#region src/commands/managed-agent/skill/create.d.ts
6141
+ declare const _default$102: _$bailian_cli_core0.Command<{
6142
+ source: {
6143
+ type: "string";
6144
+ valueHint: string;
6145
+ required: true;
6146
+ description: {
6147
+ "en-US": string;
6148
+ "zh-CN": string;
6149
+ };
6150
+ };
6151
+ file: {
6152
+ type: "string";
6153
+ valueHint: string;
6154
+ description: {
6155
+ "en-US": string;
6156
+ "zh-CN": string;
6157
+ };
6158
+ };
6159
+ yes: {
6160
+ type: "switch";
6161
+ description: {
6162
+ "en-US": string;
6163
+ "zh-CN": string;
6164
+ };
6165
+ };
6166
+ }>;
6167
+ //#endregion
6168
+ //#region src/commands/managed-agent/vault/create.d.ts
6169
+ declare const _default$113: _$bailian_cli_core0.Command<{
6170
+ name: {
6171
+ type: "string";
6172
+ valueHint: string;
6173
+ required: true;
6174
+ description: {
6175
+ "en-US": string;
6176
+ "zh-CN": string;
6177
+ };
6178
+ };
6179
+ metadata: {
6180
+ type: "array";
6181
+ valueHint: string;
6182
+ description: {
6183
+ "en-US": string;
6184
+ "zh-CN": string;
6185
+ };
6186
+ };
6187
+ file: {
6188
+ type: "string";
6189
+ valueHint: string;
6190
+ description: {
6191
+ "en-US": string;
6192
+ "zh-CN": string;
6193
+ };
6194
+ };
6195
+ yes: {
6196
+ type: "switch";
6197
+ description: {
6198
+ "en-US": string;
6199
+ "zh-CN": string;
6200
+ };
6201
+ };
6202
+ }>;
6203
+ //#endregion
6204
+ //#region src/commands/managed-agent/vault/credential/create.d.ts
6205
+ declare const _default$114: _$bailian_cli_core0.Command<{
6206
+ vault: {
6207
+ type: "string";
6208
+ valueHint: string;
6209
+ required: true;
6210
+ description: {
6211
+ "en-US": string;
6212
+ "zh-CN": string;
6213
+ };
6214
+ };
6215
+ name: {
6216
+ type: "string";
6217
+ valueHint: string;
6218
+ required: true;
6219
+ description: {
6220
+ "en-US": string;
6221
+ "zh-CN": string;
6222
+ };
6223
+ };
6224
+ secretName: {
6225
+ type: "string";
6226
+ valueHint: string;
6227
+ required: true;
6228
+ description: {
6229
+ "en-US": string;
6230
+ "zh-CN": string;
6231
+ };
6232
+ };
6233
+ secretEnv: {
6234
+ type: "string";
6235
+ valueHint: string;
6236
+ required: true;
6237
+ description: {
6238
+ "en-US": string;
6239
+ "zh-CN": string;
6240
+ };
6241
+ };
6242
+ metadata: {
6243
+ type: "array";
6244
+ valueHint: string;
6245
+ description: {
6246
+ "en-US": string;
6247
+ "zh-CN": string;
6248
+ };
6249
+ };
6250
+ file: {
6251
+ type: "string";
6252
+ valueHint: string;
6253
+ description: {
6254
+ "en-US": string;
6255
+ "zh-CN": string;
6256
+ };
6257
+ };
6258
+ yes: {
6259
+ type: "switch";
6260
+ description: {
6261
+ "en-US": string;
6262
+ "zh-CN": string;
6263
+ };
6264
+ };
6265
+ }>;
6266
+ //#endregion
6267
+ //#region src/commands/managed-agent/deployment/create.d.ts
6268
+ declare const _default$80: _$bailian_cli_core0.Command<{
6269
+ name: {
6270
+ type: "string";
6271
+ valueHint: string;
6272
+ required: true;
6273
+ description: {
6274
+ "en-US": string;
6275
+ "zh-CN": string;
6276
+ };
6277
+ };
6278
+ agent: {
6279
+ type: "string";
6280
+ valueHint: string;
6281
+ required: true;
6282
+ description: {
6283
+ "en-US": string;
6284
+ "zh-CN": string;
6285
+ };
6286
+ };
6287
+ agentVersion: {
6288
+ type: "number";
6289
+ valueHint: string;
6290
+ description: {
6291
+ "en-US": string;
6292
+ "zh-CN": string;
6293
+ };
6294
+ };
6295
+ environment: {
6296
+ type: "string";
6297
+ valueHint: string;
6298
+ description: {
6299
+ "en-US": string;
6300
+ "zh-CN": string;
6301
+ };
6302
+ };
6303
+ vault: {
6304
+ type: "array";
6305
+ valueHint: string;
6306
+ description: {
6307
+ "en-US": string;
6308
+ "zh-CN": string;
6309
+ };
6310
+ };
6311
+ message: {
6312
+ type: "array";
6313
+ valueHint: string;
6314
+ description: {
6315
+ "en-US": string;
6316
+ "zh-CN": string;
6317
+ };
6318
+ };
6319
+ event: {
6320
+ type: "array";
6321
+ valueHint: string;
6322
+ description: {
6323
+ "en-US": string;
6324
+ "zh-CN": string;
6325
+ };
6326
+ };
6327
+ resource: {
6328
+ type: "array";
6329
+ valueHint: string;
6330
+ description: {
6331
+ "en-US": string;
6332
+ "zh-CN": string;
6333
+ };
6334
+ };
6335
+ schedule: {
6336
+ type: "string";
6337
+ valueHint: string;
6338
+ description: {
6339
+ "en-US": string;
6340
+ "zh-CN": string;
6341
+ };
6342
+ };
6343
+ timezone: {
6344
+ type: "string";
6345
+ valueHint: string;
6346
+ description: {
6347
+ "en-US": string;
6348
+ "zh-CN": string;
6349
+ };
6350
+ };
6351
+ description: {
6352
+ type: "string";
6353
+ valueHint: string;
6354
+ description: {
6355
+ "en-US": string;
6356
+ "zh-CN": string;
6357
+ };
6358
+ };
6359
+ metadata: {
6360
+ type: "array";
6361
+ valueHint: string;
6362
+ description: {
6363
+ "en-US": string;
6364
+ "zh-CN": string;
6365
+ };
6366
+ };
6367
+ file: {
6368
+ type: "string";
6369
+ valueHint: string;
6370
+ description: {
6371
+ "en-US": string;
6372
+ "zh-CN": string;
6373
+ };
6374
+ };
6375
+ yes: {
6376
+ type: "switch";
6377
+ description: {
6378
+ "en-US": string;
6379
+ "zh-CN": string;
6380
+ };
6381
+ };
6382
+ }>;
6383
+ //#endregion
6384
+ //#region src/commands/managed-agent/agent/get.d.ts
6385
+ declare const _default$75: _$bailian_cli_core0.Command<{
6386
+ readonly file: {
6387
+ type: "string";
6388
+ valueHint: string;
6389
+ description: {
6390
+ "en-US": string;
6391
+ "zh-CN": string;
6392
+ };
6393
+ };
6394
+ readonly agentId: {
6395
+ readonly type: "string";
6396
+ readonly valueHint: "<id>";
6397
+ readonly required: true;
6398
+ readonly description: {
6399
+ readonly "en-US": "Agent ID";
6400
+ readonly "zh-CN": "Agent ID";
6401
+ };
6402
+ };
6403
+ readonly agentVersion: {
6404
+ readonly type: "number";
6405
+ readonly valueHint: "<n>";
6406
+ readonly description: {
6407
+ readonly "en-US": "Specific agent version";
6408
+ readonly "zh-CN": "\u6307\u5B9A Agent \u7248\u672C";
6409
+ };
6410
+ };
6411
+ }>;
6412
+ //#endregion
6413
+ //#region src/commands/managed-agent/agent/list.d.ts
6414
+ declare const _default$76: _$bailian_cli_core0.Command<{
6415
+ file: {
6416
+ type: "string";
6417
+ valueHint: string;
6418
+ description: {
6419
+ "en-US": string;
6420
+ "zh-CN": string;
6421
+ };
6422
+ };
6423
+ limit: {
6424
+ type: "number";
6425
+ valueHint: string;
6426
+ description: {
6427
+ "en-US": string;
6428
+ "zh-CN": string;
6429
+ };
6430
+ };
6431
+ page: {
6432
+ type: "string";
6433
+ valueHint: string;
6434
+ description: {
6435
+ "en-US": string;
6436
+ "zh-CN": string;
6437
+ };
6438
+ };
6439
+ all: {
6440
+ type: "switch";
6441
+ description: {
6442
+ "en-US": string;
6443
+ "zh-CN": string;
6444
+ };
6445
+ };
6446
+ includeArchived: {
6447
+ type: "switch";
6448
+ description: {
6449
+ "en-US": string;
6450
+ "zh-CN": string;
6451
+ };
6452
+ };
6453
+ }>;
6454
+ //#endregion
6455
+ //#region src/commands/managed-agent/agent/search.d.ts
6456
+ declare const _default$77: _$bailian_cli_core0.Command<{
6457
+ file: {
6458
+ type: "string";
6459
+ valueHint: string;
6460
+ description: {
6461
+ "en-US": string;
6462
+ "zh-CN": string;
6463
+ };
6464
+ };
6465
+ query: {
6466
+ type: "string";
6467
+ valueHint: string;
6468
+ required: true;
6469
+ description: {
6470
+ "en-US": string;
6471
+ "zh-CN": string;
6472
+ };
6473
+ };
6474
+ pageLimit: {
6475
+ type: "number";
6476
+ valueHint: string;
6477
+ description: {
6478
+ "en-US": string;
6479
+ "zh-CN": string;
6480
+ };
6481
+ };
6482
+ includeArchived: {
6483
+ type: "switch";
6484
+ description: {
6485
+ "en-US": string;
6486
+ "zh-CN": string;
6487
+ };
6488
+ };
6489
+ limit: {
6490
+ type: "number";
6491
+ valueHint: string;
6492
+ description: {
6493
+ "en-US": string;
6494
+ "zh-CN": string;
6495
+ };
6496
+ };
6497
+ }>;
6498
+ //#endregion
6499
+ //#region src/commands/managed-agent/agent/versions.d.ts
6500
+ declare const _default$78: _$bailian_cli_core0.Command<{
6501
+ file: {
6502
+ type: "string";
6503
+ valueHint: string;
6504
+ description: {
6505
+ "en-US": string;
6506
+ "zh-CN": string;
6507
+ };
6508
+ };
6509
+ limit: {
6510
+ type: "number";
6511
+ valueHint: string;
6512
+ description: {
6513
+ "en-US": string;
6514
+ "zh-CN": string;
6515
+ };
6516
+ };
6517
+ page: {
6518
+ type: "string";
6519
+ valueHint: string;
6520
+ description: {
6521
+ "en-US": string;
6522
+ "zh-CN": string;
6523
+ };
6524
+ };
6525
+ all: {
6526
+ type: "switch";
6527
+ description: {
6528
+ "en-US": string;
6529
+ "zh-CN": string;
6530
+ };
6531
+ };
6532
+ agentId: {
6533
+ readonly type: "string";
6534
+ readonly valueHint: "<id>";
6535
+ readonly required: true;
6536
+ readonly description: {
6537
+ readonly "en-US": "Agent ID";
6538
+ readonly "zh-CN": "Agent ID";
6539
+ };
6540
+ };
6541
+ }>;
6542
+ //#endregion
6543
+ //#region src/commands/managed-agent/environment/get.d.ts
6544
+ declare const _default$91: _$bailian_cli_core0.Command<{
6545
+ readonly file: {
6546
+ type: "string";
6547
+ valueHint: string;
6548
+ description: {
6549
+ "en-US": string;
6550
+ "zh-CN": string;
6551
+ };
6552
+ };
6553
+ readonly environmentId: {
6554
+ readonly type: "string";
6555
+ readonly valueHint: "<id>";
6556
+ readonly required: true;
6557
+ readonly description: {
6558
+ readonly "en-US": "Environment ID";
6559
+ readonly "zh-CN": "Environment ID";
6560
+ };
6561
+ };
6562
+ }>;
6563
+ //#endregion
6564
+ //#region src/commands/managed-agent/environment/list.d.ts
6565
+ declare const _default$92: _$bailian_cli_core0.Command<{
6566
+ file: {
6567
+ type: "string";
6568
+ valueHint: string;
6569
+ description: {
6570
+ "en-US": string;
6571
+ "zh-CN": string;
6572
+ };
6573
+ };
6574
+ limit: {
6575
+ type: "number";
6576
+ valueHint: string;
6577
+ description: {
6578
+ "en-US": string;
6579
+ "zh-CN": string;
6580
+ };
6581
+ };
6582
+ page: {
6583
+ type: "string";
6584
+ valueHint: string;
6585
+ description: {
6586
+ "en-US": string;
6587
+ "zh-CN": string;
6588
+ };
6589
+ };
6590
+ all: {
6591
+ type: "switch";
6592
+ description: {
6593
+ "en-US": string;
6594
+ "zh-CN": string;
6595
+ };
6596
+ };
6597
+ includeArchived: {
6598
+ type: "switch";
6599
+ description: {
6600
+ "en-US": string;
6601
+ "zh-CN": string;
6602
+ };
6603
+ };
6604
+ }>;
6605
+ //#endregion
6606
+ //#region src/commands/managed-agent/environment/search.d.ts
6607
+ declare const _default$93: _$bailian_cli_core0.Command<{
6608
+ file: {
6609
+ type: "string";
6610
+ valueHint: string;
6611
+ description: {
6612
+ "en-US": string;
6613
+ "zh-CN": string;
6614
+ };
6615
+ };
6616
+ query: {
6617
+ type: "string";
6618
+ valueHint: string;
6619
+ required: true;
6620
+ description: {
6621
+ "en-US": string;
6622
+ "zh-CN": string;
6623
+ };
6624
+ };
6625
+ pageLimit: {
6626
+ type: "number";
6627
+ valueHint: string;
6628
+ description: {
6629
+ "en-US": string;
6630
+ "zh-CN": string;
6631
+ };
6632
+ };
6633
+ includeArchived: {
6634
+ type: "switch";
6635
+ description: {
6636
+ "en-US": string;
6637
+ "zh-CN": string;
6638
+ };
6639
+ };
6640
+ limit: {
6641
+ type: "number";
6642
+ valueHint: string;
6643
+ description: {
6644
+ "en-US": string;
6645
+ "zh-CN": string;
6646
+ };
6647
+ };
6648
+ }>;
6649
+ //#endregion
6650
+ //#region src/commands/managed-agent/skill/download.d.ts
6651
+ declare const _default$103: _$bailian_cli_core0.Command<{
6652
+ readonly file: {
6653
+ type: "string";
6654
+ valueHint: string;
6655
+ description: {
6656
+ "en-US": string;
6657
+ "zh-CN": string;
6658
+ };
6659
+ };
6660
+ readonly skillId: {
6661
+ readonly type: "string";
6662
+ readonly valueHint: "<id>";
6663
+ readonly required: true;
6664
+ readonly description: {
6665
+ readonly "en-US": "Skill ID";
6666
+ readonly "zh-CN": "Skill ID";
6667
+ };
6668
+ };
6669
+ readonly skillVersion: {
6670
+ readonly type: "string";
6671
+ readonly valueHint: "<version>";
6672
+ readonly required: true;
6673
+ readonly description: {
6674
+ readonly "en-US": "Skill version";
6675
+ readonly "zh-CN": "Skill \u7248\u672C";
6676
+ };
6677
+ };
6678
+ readonly outputFile: {
6679
+ readonly type: "string";
6680
+ readonly valueHint: "<path>";
6681
+ readonly required: true;
6682
+ readonly description: {
6683
+ readonly "en-US": "Destination ZIP path";
6684
+ readonly "zh-CN": "\u76EE\u6807 ZIP \u8DEF\u5F84";
6685
+ };
6686
+ };
6687
+ readonly force: {
6688
+ readonly type: "switch";
6689
+ readonly description: {
6690
+ readonly "en-US": "Overwrite an existing output file";
6691
+ readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
6692
+ };
6693
+ };
6694
+ }>;
6695
+ //#endregion
6696
+ //#region src/commands/managed-agent/skill/get.d.ts
6697
+ declare const _default$104: _$bailian_cli_core0.Command<{
6698
+ readonly file: {
6699
+ type: "string";
6700
+ valueHint: string;
6701
+ description: {
6702
+ "en-US": string;
6703
+ "zh-CN": string;
6704
+ };
6705
+ };
6706
+ readonly skillId: {
6707
+ readonly type: "string";
6708
+ readonly valueHint: "<id>";
6709
+ readonly required: true;
6710
+ readonly description: {
6711
+ readonly "en-US": "Skill ID";
6712
+ readonly "zh-CN": "Skill ID";
6713
+ };
6714
+ };
6715
+ }>;
6716
+ //#endregion
6717
+ //#region src/commands/managed-agent/skill/search.d.ts
6718
+ declare const _default$106: _$bailian_cli_core0.Command<{
6719
+ file: {
6720
+ type: "string";
6721
+ valueHint: string;
6722
+ description: {
6723
+ "en-US": string;
6724
+ "zh-CN": string;
6725
+ };
6726
+ };
6727
+ query: {
6728
+ type: "string";
6729
+ valueHint: string;
6730
+ required: true;
6731
+ description: {
6732
+ "en-US": string;
6733
+ "zh-CN": string;
6734
+ };
6735
+ };
6736
+ pageLimit: {
6737
+ type: "number";
6738
+ valueHint: string;
6739
+ description: {
6740
+ "en-US": string;
6741
+ "zh-CN": string;
6742
+ };
6743
+ };
6744
+ source: {
6745
+ readonly type: "string";
6746
+ readonly valueHint: "<source>";
6747
+ readonly choices: readonly ["custom", "official", "all"];
6748
+ readonly description: {
6749
+ readonly "en-US": "Skill catalog: custom (default), official, or all";
6750
+ readonly "zh-CN": "Skill Catalog\uFF1Acustom\uFF08\u9ED8\u8BA4\uFF09\u3001official \u6216 all";
6751
+ };
6752
+ };
6753
+ limit: {
6754
+ type: "number";
6755
+ valueHint: string;
6756
+ description: {
6757
+ "en-US": string;
6758
+ "zh-CN": string;
6759
+ };
6760
+ };
6761
+ }>;
6762
+ //#endregion
6763
+ //#region src/commands/managed-agent/skill/versions.d.ts
6764
+ declare const _default$107: _$bailian_cli_core0.Command<{
6765
+ file: {
6766
+ type: "string";
6767
+ valueHint: string;
6768
+ description: {
6769
+ "en-US": string;
6770
+ "zh-CN": string;
6771
+ };
6772
+ };
6773
+ limit: {
6774
+ type: "number";
6775
+ valueHint: string;
6776
+ description: {
6777
+ "en-US": string;
6778
+ "zh-CN": string;
6779
+ };
6780
+ };
6781
+ page: {
6782
+ type: "string";
6783
+ valueHint: string;
6784
+ description: {
6785
+ "en-US": string;
6786
+ "zh-CN": string;
6787
+ };
6788
+ };
6789
+ all: {
6790
+ type: "switch";
6791
+ description: {
6792
+ "en-US": string;
6793
+ "zh-CN": string;
6794
+ };
6795
+ };
6796
+ skillId: {
6797
+ readonly type: "string";
6798
+ readonly valueHint: "<id>";
6799
+ readonly required: true;
6800
+ readonly description: {
6801
+ readonly "en-US": "Skill ID";
6802
+ readonly "zh-CN": "Skill ID";
6803
+ };
6804
+ };
6805
+ }>;
6806
+ //#endregion
6807
+ //#region src/commands/managed-agent/vault/get.d.ts
6808
+ declare const _default$115: _$bailian_cli_core0.Command<{
6809
+ readonly file: {
6810
+ type: "string";
6811
+ valueHint: string;
6812
+ description: {
6813
+ "en-US": string;
6814
+ "zh-CN": string;
6815
+ };
6816
+ };
6817
+ readonly vaultId: {
6818
+ readonly type: "string";
6819
+ readonly valueHint: "<id>";
6820
+ readonly required: true;
6821
+ readonly description: {
6822
+ readonly "en-US": "Vault ID";
6823
+ readonly "zh-CN": "Vault ID";
6824
+ };
6825
+ };
6826
+ }>;
6827
+ //#endregion
6828
+ //#region src/commands/managed-agent/vault/list.d.ts
6829
+ declare const _default$116: _$bailian_cli_core0.Command<{
6830
+ file: {
6831
+ type: "string";
6832
+ valueHint: string;
6833
+ description: {
6834
+ "en-US": string;
6835
+ "zh-CN": string;
6836
+ };
6837
+ };
6838
+ limit: {
6839
+ type: "number";
6840
+ valueHint: string;
6841
+ description: {
6842
+ "en-US": string;
6843
+ "zh-CN": string;
6844
+ };
6845
+ };
6846
+ page: {
6847
+ type: "string";
6848
+ valueHint: string;
6849
+ description: {
6850
+ "en-US": string;
6851
+ "zh-CN": string;
6852
+ };
6853
+ };
6854
+ all: {
6855
+ type: "switch";
6856
+ description: {
6857
+ "en-US": string;
6858
+ "zh-CN": string;
6859
+ };
6860
+ };
6861
+ includeArchived: {
6862
+ type: "switch";
6863
+ description: {
6864
+ "en-US": string;
6865
+ "zh-CN": string;
6866
+ };
6867
+ };
6868
+ }>;
6869
+ //#endregion
6870
+ //#region src/commands/managed-agent/vault/search.d.ts
6871
+ declare const _default$117: _$bailian_cli_core0.Command<{
6872
+ file: {
6873
+ type: "string";
6874
+ valueHint: string;
6875
+ description: {
6876
+ "en-US": string;
6877
+ "zh-CN": string;
6878
+ };
6879
+ };
6880
+ query: {
6881
+ type: "string";
6882
+ valueHint: string;
6883
+ required: true;
6884
+ description: {
6885
+ "en-US": string;
6886
+ "zh-CN": string;
6887
+ };
6888
+ };
6889
+ pageLimit: {
6890
+ type: "number";
6891
+ valueHint: string;
6892
+ description: {
6893
+ "en-US": string;
6894
+ "zh-CN": string;
6895
+ };
6896
+ };
6897
+ includeArchived: {
6898
+ type: "switch";
6899
+ description: {
6900
+ "en-US": string;
6901
+ "zh-CN": string;
6902
+ };
6903
+ };
6904
+ limit: {
6905
+ type: "number";
6906
+ valueHint: string;
6907
+ description: {
6908
+ "en-US": string;
6909
+ "zh-CN": string;
6910
+ };
6911
+ };
6912
+ }>;
6913
+ //#endregion
6914
+ //#region src/commands/managed-agent/deployment/get.d.ts
6915
+ declare const _default$81: _$bailian_cli_core0.Command<{
6916
+ file: {
6917
+ type: "string";
6918
+ valueHint: string;
6919
+ description: {
6920
+ "en-US": string;
6921
+ "zh-CN": string;
6922
+ };
6923
+ };
6924
+ deploymentId: {
6925
+ readonly type: "string";
6926
+ readonly valueHint: "<id>";
6927
+ readonly required: true;
6928
+ readonly description: {
6929
+ readonly "en-US": "Deployment ID";
6930
+ readonly "zh-CN": "Deployment ID";
6931
+ };
6932
+ };
6933
+ }>;
6934
+ //#endregion
6935
+ //#region src/commands/managed-agent/deployment/list.d.ts
6936
+ declare const _default$82: _$bailian_cli_core0.Command<{
6937
+ file: {
6938
+ type: "string";
6939
+ valueHint: string;
6940
+ description: {
6941
+ "en-US": string;
6942
+ "zh-CN": string;
6943
+ };
6944
+ };
6945
+ limit: {
6946
+ type: "number";
6947
+ valueHint: string;
6948
+ description: {
6949
+ "en-US": string;
6950
+ "zh-CN": string;
6951
+ };
6952
+ };
6953
+ page: {
6954
+ type: "string";
6955
+ valueHint: string;
6956
+ description: {
6957
+ "en-US": string;
6958
+ "zh-CN": string;
6959
+ };
6960
+ };
6961
+ all: {
6962
+ type: "switch";
6963
+ description: {
6964
+ "en-US": string;
6965
+ "zh-CN": string;
6966
+ };
6967
+ };
6968
+ includeArchived: {
6969
+ type: "switch";
6970
+ description: {
6971
+ "en-US": string;
6972
+ "zh-CN": string;
6973
+ };
6974
+ };
6975
+ agentId: {
6976
+ readonly type: "string";
6977
+ readonly valueHint: "<id>";
6978
+ readonly description: {
6979
+ readonly "en-US": "Filter by agent ID";
6980
+ readonly "zh-CN": "\u6309 Agent ID \u7B5B\u9009";
6981
+ };
6982
+ };
6983
+ status: {
6984
+ readonly type: "string";
6985
+ readonly valueHint: "<status>";
6986
+ readonly choices: readonly ["active", "paused"];
6987
+ readonly description: {
6988
+ readonly "en-US": "Filter by deployment status";
6989
+ readonly "zh-CN": "\u6309 Deployment \u72B6\u6001\u7B5B\u9009";
6990
+ };
6991
+ };
6992
+ createdAtGte: {
6993
+ readonly type: "string";
6994
+ readonly valueHint: "<timestamp>";
6995
+ readonly description: {
6996
+ readonly "en-US": "Created at or after this timestamp";
6997
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
6998
+ };
6999
+ };
7000
+ createdAtLte: {
7001
+ readonly type: "string";
7002
+ readonly valueHint: "<timestamp>";
7003
+ readonly description: {
7004
+ readonly "en-US": "Created at or before this timestamp";
7005
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
7006
+ };
7007
+ };
7008
+ }>;
7009
+ //#endregion
7010
+ //#region src/commands/managed-agent/deployment/pause.d.ts
7011
+ declare const _default$83: _$bailian_cli_core0.Command<{
7012
+ readonly file: {
7013
+ type: "string";
7014
+ valueHint: string;
7015
+ description: {
5811
7016
  "en-US": string;
5812
7017
  "zh-CN": string;
5813
7018
  };
5814
7019
  };
5815
- environment: {
7020
+ readonly deployment: {
7021
+ readonly type: "string";
7022
+ readonly valueHint: "<name>";
7023
+ readonly description: {
7024
+ readonly "en-US": "Logical deployment name in agents.yaml/state";
7025
+ readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
7026
+ };
7027
+ };
7028
+ readonly deploymentId: {
7029
+ readonly type: "string";
7030
+ readonly valueHint: "<id>";
7031
+ readonly description: {
7032
+ readonly "en-US": "Direct deployment ID";
7033
+ readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
7034
+ };
7035
+ };
7036
+ }>;
7037
+ //#endregion
7038
+ //#region src/commands/managed-agent/deployment/run.d.ts
7039
+ declare const _default$84: _$bailian_cli_core0.Command<{
7040
+ readonly file: {
5816
7041
  type: "string";
5817
7042
  valueHint: string;
5818
7043
  description: {
@@ -5820,7 +7045,27 @@ declare const _default$83: _$bailian_cli_core0.Command<{
5820
7045
  "zh-CN": string;
5821
7046
  };
5822
7047
  };
5823
- vault: {
7048
+ readonly deployment: {
7049
+ readonly type: "string";
7050
+ readonly valueHint: "<name>";
7051
+ readonly description: {
7052
+ readonly "en-US": "Logical deployment name in agents.yaml/state";
7053
+ readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
7054
+ };
7055
+ };
7056
+ readonly deploymentId: {
7057
+ readonly type: "string";
7058
+ readonly valueHint: "<id>";
7059
+ readonly description: {
7060
+ readonly "en-US": "Direct deployment ID";
7061
+ readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
7062
+ };
7063
+ };
7064
+ }>;
7065
+ //#endregion
7066
+ //#region src/commands/managed-agent/deployment/runs/get.d.ts
7067
+ declare const _default$85: _$bailian_cli_core0.Command<{
7068
+ readonly file: {
5824
7069
  type: "string";
5825
7070
  valueHint: string;
5826
7071
  description: {
@@ -5828,7 +7073,20 @@ declare const _default$83: _$bailian_cli_core0.Command<{
5828
7073
  "zh-CN": string;
5829
7074
  };
5830
7075
  };
5831
- memoryStores: {
7076
+ readonly runId: {
7077
+ readonly type: "string";
7078
+ readonly valueHint: "<id>";
7079
+ readonly required: true;
7080
+ readonly description: {
7081
+ readonly "en-US": "Deployment run ID";
7082
+ readonly "zh-CN": "Deployment Run ID";
7083
+ };
7084
+ };
7085
+ }>;
7086
+ //#endregion
7087
+ //#region src/commands/managed-agent/deployment/runs/list.d.ts
7088
+ declare const _default$86: _$bailian_cli_core0.Command<{
7089
+ file: {
5832
7090
  type: "string";
5833
7091
  valueHint: string;
5834
7092
  description: {
@@ -5836,15 +7094,15 @@ declare const _default$83: _$bailian_cli_core0.Command<{
5836
7094
  "zh-CN": string;
5837
7095
  };
5838
7096
  };
5839
- title: {
5840
- type: "string";
7097
+ limit: {
7098
+ type: "number";
5841
7099
  valueHint: string;
5842
7100
  description: {
5843
7101
  "en-US": string;
5844
7102
  "zh-CN": string;
5845
7103
  };
5846
7104
  };
5847
- provider: {
7105
+ page: {
5848
7106
  type: "string";
5849
7107
  valueHint: string;
5850
7108
  description: {
@@ -5852,36 +7110,111 @@ declare const _default$83: _$bailian_cli_core0.Command<{
5852
7110
  "zh-CN": string;
5853
7111
  };
5854
7112
  };
5855
- noStream: {
7113
+ all: {
5856
7114
  type: "switch";
5857
7115
  description: {
5858
7116
  "en-US": string;
5859
7117
  "zh-CN": string;
5860
7118
  };
5861
7119
  };
7120
+ deploymentId: {
7121
+ readonly type: "string";
7122
+ readonly valueHint: "<id>";
7123
+ readonly required: true;
7124
+ readonly description: {
7125
+ readonly "en-US": "Deployment ID";
7126
+ readonly "zh-CN": "Deployment ID";
7127
+ };
7128
+ };
5862
7129
  }>;
5863
7130
  //#endregion
5864
- //#region src/commands/managed-agent/session-send.d.ts
5865
- declare const _default$84: _$bailian_cli_core0.Command<{
5866
- sessionId: {
7131
+ //#region src/commands/managed-agent/deployment/search.d.ts
7132
+ declare const _default$87: _$bailian_cli_core0.Command<{
7133
+ file: {
5867
7134
  type: "string";
5868
7135
  valueHint: string;
5869
7136
  description: {
5870
7137
  "en-US": string;
5871
7138
  "zh-CN": string;
5872
7139
  };
5873
- required: true;
5874
7140
  };
5875
- message: {
7141
+ limit: {
7142
+ type: "number";
7143
+ valueHint: string;
7144
+ description: {
7145
+ "en-US": string;
7146
+ "zh-CN": string;
7147
+ };
7148
+ };
7149
+ page: {
5876
7150
  type: "string";
5877
7151
  valueHint: string;
5878
7152
  description: {
5879
7153
  "en-US": string;
5880
7154
  "zh-CN": string;
5881
7155
  };
7156
+ };
7157
+ all: {
7158
+ type: "switch";
7159
+ description: {
7160
+ "en-US": string;
7161
+ "zh-CN": string;
7162
+ };
7163
+ };
7164
+ includeArchived: {
7165
+ type: "switch";
7166
+ description: {
7167
+ "en-US": string;
7168
+ "zh-CN": string;
7169
+ };
7170
+ };
7171
+ agentId: {
7172
+ readonly type: "string";
7173
+ readonly valueHint: "<id>";
7174
+ readonly description: {
7175
+ readonly "en-US": "Filter by agent ID";
7176
+ readonly "zh-CN": "\u6309 Agent ID \u7B5B\u9009";
7177
+ };
7178
+ };
7179
+ status: {
7180
+ readonly type: "string";
7181
+ readonly valueHint: "<status>";
7182
+ readonly choices: readonly ["active", "paused"];
7183
+ readonly description: {
7184
+ readonly "en-US": "Filter by deployment status";
7185
+ readonly "zh-CN": "\u6309 Deployment \u72B6\u6001\u7B5B\u9009";
7186
+ };
7187
+ };
7188
+ createdAtGte: {
7189
+ readonly type: "string";
7190
+ readonly valueHint: "<timestamp>";
7191
+ readonly description: {
7192
+ readonly "en-US": "Created at or after this timestamp";
7193
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
7194
+ };
7195
+ };
7196
+ createdAtLte: {
7197
+ readonly type: "string";
7198
+ readonly valueHint: "<timestamp>";
7199
+ readonly description: {
7200
+ readonly "en-US": "Created at or before this timestamp";
7201
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
7202
+ };
7203
+ };
7204
+ query: {
7205
+ type: "string";
7206
+ valueHint: string;
5882
7207
  required: true;
7208
+ description: {
7209
+ "en-US": string;
7210
+ "zh-CN": string;
7211
+ };
5883
7212
  };
5884
- file: {
7213
+ }>;
7214
+ //#endregion
7215
+ //#region src/commands/managed-agent/deployment/unpause.d.ts
7216
+ declare const _default$88: _$bailian_cli_core0.Command<{
7217
+ readonly file: {
5885
7218
  type: "string";
5886
7219
  valueHint: string;
5887
7220
  description: {
@@ -5889,7 +7222,27 @@ declare const _default$84: _$bailian_cli_core0.Command<{
5889
7222
  "zh-CN": string;
5890
7223
  };
5891
7224
  };
5892
- provider: {
7225
+ readonly deployment: {
7226
+ readonly type: "string";
7227
+ readonly valueHint: "<name>";
7228
+ readonly description: {
7229
+ readonly "en-US": "Logical deployment name in agents.yaml/state";
7230
+ readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
7231
+ };
7232
+ };
7233
+ readonly deploymentId: {
7234
+ readonly type: "string";
7235
+ readonly valueHint: "<id>";
7236
+ readonly description: {
7237
+ readonly "en-US": "Direct deployment ID";
7238
+ readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
7239
+ };
7240
+ };
7241
+ }>;
7242
+ //#endregion
7243
+ //#region src/commands/managed-agent/session-management.d.ts
7244
+ declare const managedAgentSessionSearch: _$bailian_cli_core0.Command<{
7245
+ readonly file: {
5893
7246
  type: "string";
5894
7247
  valueHint: string;
5895
7248
  description: {
@@ -5897,27 +7250,178 @@ declare const _default$84: _$bailian_cli_core0.Command<{
5897
7250
  "zh-CN": string;
5898
7251
  };
5899
7252
  };
5900
- noStream: {
5901
- type: "switch";
7253
+ readonly query: {
7254
+ type: "string";
7255
+ valueHint: string;
7256
+ required: true;
7257
+ description: {
7258
+ "en-US": string;
7259
+ "zh-CN": string;
7260
+ };
7261
+ };
7262
+ readonly pageLimit: {
7263
+ type: "number";
7264
+ valueHint: string;
7265
+ description: {
7266
+ "en-US": string;
7267
+ "zh-CN": string;
7268
+ };
7269
+ };
7270
+ readonly limit: {
7271
+ type: "number";
7272
+ valueHint: string;
7273
+ description: {
7274
+ "en-US": string;
7275
+ "zh-CN": string;
7276
+ };
7277
+ };
7278
+ readonly agent: {
7279
+ readonly type: "string";
7280
+ readonly valueHint: "<name>";
7281
+ readonly description: {
7282
+ readonly "en-US": "Filter by configured agent name";
7283
+ readonly "zh-CN": "\u6309\u914D\u7F6E\u4E2D\u7684 Agent \u540D\u79F0\u7B5B\u9009";
7284
+ };
7285
+ };
7286
+ readonly statuses: {
7287
+ readonly type: "string";
7288
+ readonly valueHint: "<statuses>";
7289
+ readonly description: {
7290
+ readonly "en-US": "Comma-separated session statuses";
7291
+ readonly "zh-CN": "Session \u72B6\u6001\uFF0C\u591A\u4E2A\u4EE5\u9017\u53F7\u5206\u9694";
7292
+ };
7293
+ };
7294
+ readonly createdAtGte: {
7295
+ readonly type: "string";
7296
+ readonly valueHint: "<timestamp>";
7297
+ readonly description: {
7298
+ readonly "en-US": "Created at or after this timestamp";
7299
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
7300
+ };
7301
+ };
7302
+ readonly createdAtLte: {
7303
+ readonly type: "string";
7304
+ readonly valueHint: "<timestamp>";
7305
+ readonly description: {
7306
+ readonly "en-US": "Created at or before this timestamp";
7307
+ readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
7308
+ };
7309
+ };
7310
+ }>;
7311
+ declare const managedAgentSessionUpdate: _$bailian_cli_core0.Command<{
7312
+ readonly file: {
7313
+ type: "string";
7314
+ valueHint: string;
7315
+ description: {
7316
+ "en-US": string;
7317
+ "zh-CN": string;
7318
+ };
7319
+ };
7320
+ readonly sessionId: {
7321
+ readonly type: "string";
7322
+ readonly valueHint: "<id>";
7323
+ readonly required: true;
7324
+ readonly description: {
7325
+ readonly "en-US": "Session ID";
7326
+ readonly "zh-CN": "Session ID";
7327
+ };
7328
+ };
7329
+ readonly title: {
7330
+ readonly type: "string";
7331
+ readonly valueHint: "<title>";
7332
+ readonly description: {
7333
+ readonly "en-US": "New session title";
7334
+ readonly "zh-CN": "\u65B0\u7684 Session \u6807\u9898";
7335
+ };
7336
+ };
7337
+ readonly metadata: {
7338
+ readonly type: "string";
7339
+ readonly valueHint: "<json|@path>";
7340
+ readonly description: {
7341
+ readonly "en-US": "String-valued metadata JSON or @file";
7342
+ readonly "zh-CN": "\u503C\u4E3A\u5B57\u7B26\u4E32\u7684 Metadata JSON \u6216 @file";
7343
+ };
7344
+ };
7345
+ }>;
7346
+ declare const managedAgentSessionArchive: _$bailian_cli_core0.Command<{
7347
+ readonly file: {
7348
+ type: "string";
7349
+ valueHint: string;
5902
7350
  description: {
5903
7351
  "en-US": string;
5904
7352
  "zh-CN": string;
5905
7353
  };
5906
7354
  };
7355
+ readonly sessionId: {
7356
+ readonly type: "string";
7357
+ readonly valueHint: "<id>";
7358
+ readonly required: true;
7359
+ readonly description: {
7360
+ readonly "en-US": "Session ID";
7361
+ readonly "zh-CN": "Session ID";
7362
+ };
7363
+ };
5907
7364
  }>;
5908
7365
  //#endregion
5909
- //#region src/commands/managed-agent/session-events.d.ts
5910
- declare const _default$80: _$bailian_cli_core0.Command<{
7366
+ //#region src/commands/managed-agent/session-debug.d.ts
7367
+ declare const managedAgentSessionDebug: _$bailian_cli_core0.Command<{
7368
+ file: {
7369
+ type: "string";
7370
+ valueHint: string;
7371
+ description: {
7372
+ "en-US": string;
7373
+ "zh-CN": string;
7374
+ };
7375
+ };
5911
7376
  sessionId: {
7377
+ readonly type: "string";
7378
+ readonly valueHint: "<id>";
7379
+ readonly required: true;
7380
+ readonly description: {
7381
+ readonly "en-US": "Session ID";
7382
+ readonly "zh-CN": "Session ID";
7383
+ };
7384
+ };
7385
+ }>;
7386
+ declare const managedAgentSessionExport: _$bailian_cli_core0.Command<{
7387
+ readonly file: {
5912
7388
  type: "string";
5913
7389
  valueHint: string;
5914
7390
  description: {
5915
7391
  "en-US": string;
5916
7392
  "zh-CN": string;
5917
7393
  };
5918
- required: true;
5919
7394
  };
5920
- file: {
7395
+ readonly sessionId: {
7396
+ readonly type: "string";
7397
+ readonly valueHint: "<id>";
7398
+ readonly required: true;
7399
+ readonly description: {
7400
+ readonly "en-US": "Session ID";
7401
+ readonly "zh-CN": "Session ID";
7402
+ };
7403
+ };
7404
+ readonly outputFile: {
7405
+ readonly type: "string";
7406
+ readonly valueHint: "<path>";
7407
+ readonly required: true;
7408
+ readonly description: {
7409
+ readonly "en-US": "Destination ZIP path";
7410
+ readonly "zh-CN": "\u76EE\u6807 ZIP \u8DEF\u5F84";
7411
+ };
7412
+ };
7413
+ readonly force: {
7414
+ readonly type: "switch";
7415
+ readonly description: {
7416
+ readonly "en-US": "Overwrite an existing output file";
7417
+ readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
7418
+ };
7419
+ };
7420
+ }>;
7421
+ //#endregion
7422
+ //#region src/commands/managed-agent/file.d.ts
7423
+ declare const managedAgentFileUpload: _$bailian_cli_core0.Command<{
7424
+ readonly file: {
5921
7425
  type: "string";
5922
7426
  valueHint: string;
5923
7427
  description: {
@@ -5925,7 +7429,34 @@ declare const _default$80: _$bailian_cli_core0.Command<{
5925
7429
  "zh-CN": string;
5926
7430
  };
5927
7431
  };
5928
- provider: {
7432
+ readonly path: {
7433
+ readonly type: "string";
7434
+ readonly valueHint: "<path>";
7435
+ readonly required: true;
7436
+ readonly description: {
7437
+ readonly "en-US": "Local file path";
7438
+ readonly "zh-CN": "\u672C\u5730\u6587\u4EF6\u8DEF\u5F84";
7439
+ };
7440
+ };
7441
+ readonly filename: {
7442
+ readonly type: "string";
7443
+ readonly valueHint: "<name>";
7444
+ readonly description: {
7445
+ readonly "en-US": "Remote filename override";
7446
+ readonly "zh-CN": "\u8986\u76D6\u8FDC\u7AEF\u6587\u4EF6\u540D";
7447
+ };
7448
+ };
7449
+ readonly mimeType: {
7450
+ readonly type: "string";
7451
+ readonly valueHint: "<type>";
7452
+ readonly description: {
7453
+ readonly "en-US": "MIME type override";
7454
+ readonly "zh-CN": "\u8986\u76D6 MIME \u7C7B\u578B";
7455
+ };
7456
+ };
7457
+ }>;
7458
+ declare const managedAgentFileList: _$bailian_cli_core0.Command<{
7459
+ file: {
5929
7460
  type: "string";
5930
7461
  valueHint: string;
5931
7462
  description: {
@@ -5941,6 +7472,14 @@ declare const _default$80: _$bailian_cli_core0.Command<{
5941
7472
  "zh-CN": string;
5942
7473
  };
5943
7474
  };
7475
+ page: {
7476
+ type: "string";
7477
+ valueHint: string;
7478
+ description: {
7479
+ "en-US": string;
7480
+ "zh-CN": string;
7481
+ };
7482
+ };
5944
7483
  all: {
5945
7484
  type: "switch";
5946
7485
  description: {
@@ -5948,10 +7487,16 @@ declare const _default$80: _$bailian_cli_core0.Command<{
5948
7487
  "zh-CN": string;
5949
7488
  };
5950
7489
  };
7490
+ scopeId: {
7491
+ readonly type: "string";
7492
+ readonly valueHint: "<id>";
7493
+ readonly description: {
7494
+ readonly "en-US": "Filter by scope ID";
7495
+ readonly "zh-CN": "\u6309 Scope ID \u7B5B\u9009";
7496
+ };
7497
+ };
5951
7498
  }>;
5952
- //#endregion
5953
- //#region src/commands/managed-agent/skill-list.d.ts
5954
- declare const _default$85: _$bailian_cli_core0.Command<{
7499
+ declare const managedAgentFileGet: _$bailian_cli_core0.Command<{
5955
7500
  file: {
5956
7501
  type: "string";
5957
7502
  valueHint: string;
@@ -5960,7 +7505,18 @@ declare const _default$85: _$bailian_cli_core0.Command<{
5960
7505
  "zh-CN": string;
5961
7506
  };
5962
7507
  };
5963
- source: {
7508
+ fileId: {
7509
+ readonly type: "string";
7510
+ readonly valueHint: "<id>";
7511
+ readonly required: true;
7512
+ readonly description: {
7513
+ readonly "en-US": "Remote file ID";
7514
+ readonly "zh-CN": "\u8FDC\u7AEF File ID";
7515
+ };
7516
+ };
7517
+ }>;
7518
+ declare const managedAgentFileSearch: _$bailian_cli_core0.Command<{
7519
+ file: {
5964
7520
  type: "string";
5965
7521
  valueHint: string;
5966
7522
  description: {
@@ -5968,7 +7524,77 @@ declare const _default$85: _$bailian_cli_core0.Command<{
5968
7524
  "zh-CN": string;
5969
7525
  };
5970
7526
  };
5971
- provider: {
7527
+ query: {
7528
+ type: "string";
7529
+ valueHint: string;
7530
+ required: true;
7531
+ description: {
7532
+ "en-US": string;
7533
+ "zh-CN": string;
7534
+ };
7535
+ };
7536
+ pageLimit: {
7537
+ type: "number";
7538
+ valueHint: string;
7539
+ description: {
7540
+ "en-US": string;
7541
+ "zh-CN": string;
7542
+ };
7543
+ };
7544
+ scopeId: {
7545
+ readonly type: "string";
7546
+ readonly valueHint: "<id>";
7547
+ readonly description: {
7548
+ readonly "en-US": "Filter by scope ID";
7549
+ readonly "zh-CN": "\u6309 Scope ID \u7B5B\u9009";
7550
+ };
7551
+ };
7552
+ limit: {
7553
+ type: "number";
7554
+ valueHint: string;
7555
+ description: {
7556
+ "en-US": string;
7557
+ "zh-CN": string;
7558
+ };
7559
+ };
7560
+ }>;
7561
+ declare const managedAgentFileDownload: _$bailian_cli_core0.Command<{
7562
+ readonly file: {
7563
+ type: "string";
7564
+ valueHint: string;
7565
+ description: {
7566
+ "en-US": string;
7567
+ "zh-CN": string;
7568
+ };
7569
+ };
7570
+ readonly fileId: {
7571
+ readonly type: "string";
7572
+ readonly valueHint: "<id>";
7573
+ readonly required: true;
7574
+ readonly description: {
7575
+ readonly "en-US": "Remote file ID";
7576
+ readonly "zh-CN": "\u8FDC\u7AEF File ID";
7577
+ };
7578
+ };
7579
+ readonly outputFile: {
7580
+ readonly type: "string";
7581
+ readonly valueHint: "<path>";
7582
+ readonly required: true;
7583
+ readonly description: {
7584
+ readonly "en-US": "Destination path";
7585
+ readonly "zh-CN": "\u76EE\u6807\u8DEF\u5F84";
7586
+ };
7587
+ };
7588
+ readonly force: {
7589
+ readonly type: "switch";
7590
+ readonly description: {
7591
+ readonly "en-US": "Overwrite an existing output file";
7592
+ readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
7593
+ };
7594
+ };
7595
+ }>;
7596
+ declare const managedAgentFileDelete: _$bailian_cli_core0.Command<{
7597
+ readonly file: {
5972
7598
  type: "string";
5973
7599
  valueHint: string;
5974
7600
  description: {
@@ -5976,10 +7602,19 @@ declare const _default$85: _$bailian_cli_core0.Command<{
5976
7602
  "zh-CN": string;
5977
7603
  };
5978
7604
  };
7605
+ readonly fileId: {
7606
+ readonly type: "string";
7607
+ readonly valueHint: "<id>";
7608
+ readonly required: true;
7609
+ readonly description: {
7610
+ readonly "en-US": "Remote file ID";
7611
+ readonly "zh-CN": "\u8FDC\u7AEF File ID";
7612
+ };
7613
+ };
5979
7614
  }>;
5980
7615
  //#endregion
5981
7616
  //#region src/commands/workspace/init.d.ts
5982
- declare const _default$142: _$bailian_cli_core0.Command<{
7617
+ declare const _default$170: _$bailian_cli_core0.Command<{
5983
7618
  accessKeyId: {
5984
7619
  type: "string";
5985
7620
  valueHint: string;
@@ -6007,7 +7642,7 @@ declare const _default$142: _$bailian_cli_core0.Command<{
6007
7642
  }>;
6008
7643
  //#endregion
6009
7644
  //#region src/commands/plugin/install.d.ts
6010
- declare const _default$107: _$bailian_cli_core0.Command<{
7645
+ declare const _default$134: _$bailian_cli_core0.Command<{
6011
7646
  package: {
6012
7647
  type: "string";
6013
7648
  valueHint: string;
@@ -6020,7 +7655,7 @@ declare const _default$107: _$bailian_cli_core0.Command<{
6020
7655
  }>;
6021
7656
  //#endregion
6022
7657
  //#region src/commands/plugin/link.d.ts
6023
- declare const _default$108: _$bailian_cli_core0.Command<{
7658
+ declare const _default$135: _$bailian_cli_core0.Command<{
6024
7659
  path: {
6025
7660
  type: "string";
6026
7661
  valueHint: string;
@@ -6033,10 +7668,10 @@ declare const _default$108: _$bailian_cli_core0.Command<{
6033
7668
  }>;
6034
7669
  //#endregion
6035
7670
  //#region src/commands/plugin/list.d.ts
6036
- declare const _default$109: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
7671
+ declare const _default$136: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
6037
7672
  //#endregion
6038
7673
  //#region src/commands/plugin/remove.d.ts
6039
- declare const _default$110: _$bailian_cli_core0.Command<{
7674
+ declare const _default$137: _$bailian_cli_core0.Command<{
6040
7675
  name: {
6041
7676
  type: "string";
6042
7677
  valueHint: string;
@@ -6049,7 +7684,7 @@ declare const _default$110: _$bailian_cli_core0.Command<{
6049
7684
  }>;
6050
7685
  //#endregion
6051
7686
  //#region src/commands/skill/add.d.ts
6052
- declare const _default$116: _$bailian_cli_core0.Command<{
7687
+ declare const _default$144: _$bailian_cli_core0.Command<{
6053
7688
  all: {
6054
7689
  type: "switch";
6055
7690
  description: {
@@ -6068,7 +7703,7 @@ declare const _default$116: _$bailian_cli_core0.Command<{
6068
7703
  }>;
6069
7704
  //#endregion
6070
7705
  //#region src/commands/skill/update.d.ts
6071
- declare const _default$120: _$bailian_cli_core0.Command<{
7706
+ declare const _default$148: _$bailian_cli_core0.Command<{
6072
7707
  all: {
6073
7708
  type: "switch";
6074
7709
  description: {
@@ -6087,7 +7722,7 @@ declare const _default$120: _$bailian_cli_core0.Command<{
6087
7722
  }>;
6088
7723
  //#endregion
6089
7724
  //#region src/commands/skill/remove.d.ts
6090
- declare const _default$119: _$bailian_cli_core0.Command<{
7725
+ declare const _default$147: _$bailian_cli_core0.Command<{
6091
7726
  name: {
6092
7727
  type: "string";
6093
7728
  valueHint: string;
@@ -6100,9 +7735,9 @@ declare const _default$119: _$bailian_cli_core0.Command<{
6100
7735
  }>;
6101
7736
  //#endregion
6102
7737
  //#region src/commands/skill/list.d.ts
6103
- declare const _default$118: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
7738
+ declare const _default$146: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
6104
7739
  //#endregion
6105
7740
  //#region src/commands/skill/init.d.ts
6106
- declare const _default$117: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
7741
+ declare const _default$145: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
6107
7742
  //#endregion
6108
- export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authGenerateAccessToken, _default$4 as authLogin, _default$5 as authLogout, _default$6 as authStatus, _default$7 as configAgent, _default$8 as configList, _default$9 as configSet, _default$10 as configShow, _default$11 as configUi, _default$12 as configUse, _default$13 as consoleCall, _default$14 as datasetDelete, _default$15 as datasetGet, _default$16 as datasetList, _default$17 as datasetUpload, _default$18 as datasetValidate, deployAudioCreate, _default$19 as deployDelete, _default$20 as deployGet, deployImageCreate, _default$21 as deployList, _default$22 as deployModels, _default$23 as deployPause, _default$24 as deployResume, _default$25 as deployScale, deployTextCreate, _default$26 as deployUpdate, _default$27 as fileUpload, finetuneAudioCreate, _default$28 as finetuneCancel, _default$29 as finetuneCapability, _default$30 as finetuneCheckpoints, _default$31 as finetuneDelete, _default$32 as finetuneExport, _default$33 as finetuneGet, finetuneImageCreate, _default$34 as finetuneList, _default$35 as finetuneLogs, _default$36 as finetunePrice, finetuneTextCreate, finetuneVideoCreate, _default$37 as finetuneWatch, _default$38 as imageEdit, _default$39 as imageGenerate, _default$40 as knowledgeCategoryAdd, _default$41 as knowledgeCategoryDelete, _default$42 as knowledgeCategoryList, _default$43 as knowledgeChat, _default$44 as knowledgeChunkAdd, _default$45 as knowledgeChunkDelete, _default$46 as knowledgeChunkList, _default$47 as knowledgeChunkUpdate, _default$48 as knowledgeCollectionCreate, _default$49 as knowledgeCollectionGet, _default$50 as knowledgeDocDelete, _default$51 as knowledgeDocImportOss, _default$52 as knowledgeDocList, _default$53 as knowledgeDocStatus, _default$54 as knowledgeDocTag, _default$55 as knowledgeDocUpload, _default$56 as knowledgeFileDelete, _default$57 as knowledgeFileGet, _default$58 as knowledgeFileList, _default$59 as knowledgeKbCreate, _default$60 as knowledgeKbDelete, _default$61 as knowledgeKbInfo, _default$62 as knowledgeKbList, _default$63 as knowledgeKbStats, _default$64 as knowledgeKbUpdate, _default$65 as knowledgeRetrieve, _default$66 as knowledgeSearch, _default$67 as knowledgeServiceCopy, _default$68 as knowledgeServiceCreate, _default$69 as knowledgeServiceDelete, _default$70 as knowledgeServiceDeploy, _default$71 as knowledgeServiceGet, _default$72 as knowledgeServiceList, _default$73 as knowledgeServiceUpdate, _default$74 as managedAgentApply, _default$75 as managedAgentDestroy, _default$76 as managedAgentInit, _default$77 as managedAgentPlan, _default$78 as managedAgentSessionCreate, _default$79 as managedAgentSessionDelete, _default$80 as managedAgentSessionEvents, _default$81 as managedAgentSessionGet, _default$82 as managedAgentSessionList, _default$83 as managedAgentSessionRun, _default$84 as managedAgentSessionSend, _default$85 as managedAgentSkillList, _default$86 as managedAgentStateImport, _default$87 as managedAgentStateList, _default$88 as managedAgentStateRm, _default$89 as managedAgentStateShow, _default$90 as managedAgentValidate, _default$91 as mcpCall, _default$92 as mcpList, _default$93 as mcpTools, _default$94 as memoryAdd, _default$95 as memoryDelete, _default$96 as memoryList, _default$97 as memoryProfileCreate, _default$98 as memoryProfileGet, _default$99 as memorySearch, _default$100 as memoryUpdate, _default$101 as modelList, _default$102 as permissionGrant, _default$103 as permissionList, _default$104 as permissionRevoke, _default$105 as pipelineRun, _default$106 as pipelineValidate, _default$107 as pluginInstall, _default$108 as pluginLink, _default$109 as pluginList, _default$110 as pluginRemove, _default$111 as quotaCheck, _default$112 as quotaHistory, _default$113 as quotaList, _default$114 as quotaUpdate, _default$115 as searchWeb, _default$116 as skillAdd, _default$117 as skillInit, _default$118 as skillList, _default$119 as skillRemove, _default$120 as skillUpdate, _default$121 as speechRecognize, _default$122 as speechSynthesize, _default$123 as textChat, _default$124 as textOmni, _default$125 as tokenPlanAddMember, _default$126 as tokenPlanAssignSeats, _default$127 as tokenPlanCreateKey, _default$128 as tokenPlanListSeats, _default$129 as update, _default$130 as usageCodingPlan, _default$131 as usageFree, _default$132 as usageFreetier, _default$133 as usageStats, _default$134 as usageSummary, _default$135 as usageTokenPlan, _default$136 as videoDownload, _default$137 as videoEdit, _default$138 as videoGenerate, _default$139 as videoRef, _default$140 as videoTaskGet, _default$141 as visionDescribe, _default$142 as workspaceInit, _default$143 as workspaceList };
7743
+ export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authGenerateAccessToken, _default$4 as authLogin, _default$5 as authLogout, _default$6 as authStatus, _default$7 as configAgent, _default$8 as configList, _default$9 as configSet, _default$10 as configShow, _default$11 as configUi, _default$12 as configUse, _default$13 as consoleCall, _default$14 as datasetDelete, _default$15 as datasetGet, _default$16 as datasetList, _default$17 as datasetUpload, _default$18 as datasetValidate, deployAudioCreate, _default$19 as deployDelete, _default$20 as deployGet, deployImageCreate, _default$21 as deployList, _default$22 as deployModels, _default$23 as deployPause, _default$24 as deployResume, _default$25 as deployScale, deployTextCreate, _default$26 as deployUpdate, _default$27 as fileUpload, finetuneAudioCreate, _default$28 as finetuneCancel, _default$29 as finetuneCapability, _default$30 as finetuneCheckpoints, _default$31 as finetuneDelete, _default$32 as finetuneExport, _default$33 as finetuneGet, finetuneImageCreate, _default$34 as finetuneList, _default$35 as finetuneLogs, _default$36 as finetunePrice, finetuneTextCreate, finetuneVideoCreate, _default$37 as finetuneWatch, _default$38 as imageEdit, _default$39 as imageGenerate, _default$40 as knowledgeCategoryAdd, _default$41 as knowledgeCategoryDelete, _default$42 as knowledgeCategoryList, _default$43 as knowledgeChat, _default$44 as knowledgeChunkAdd, _default$45 as knowledgeChunkDelete, _default$46 as knowledgeChunkList, _default$47 as knowledgeChunkUpdate, _default$48 as knowledgeCollectionCreate, _default$49 as knowledgeCollectionGet, _default$50 as knowledgeDocDelete, _default$51 as knowledgeDocImportOss, _default$52 as knowledgeDocList, _default$53 as knowledgeDocStatus, _default$54 as knowledgeDocTag, _default$55 as knowledgeDocUpload, _default$56 as knowledgeFileDelete, _default$57 as knowledgeFileGet, _default$58 as knowledgeFileList, _default$59 as knowledgeKbCreate, _default$60 as knowledgeKbDelete, _default$61 as knowledgeKbInfo, _default$62 as knowledgeKbList, _default$63 as knowledgeKbStats, _default$64 as knowledgeKbUpdate, _default$65 as knowledgeRetrieve, _default$66 as knowledgeSearch, _default$67 as knowledgeServiceCopy, _default$68 as knowledgeServiceCreate, _default$69 as knowledgeServiceDelete, _default$70 as knowledgeServiceDeploy, _default$71 as knowledgeServiceGet, _default$72 as knowledgeServiceList, _default$73 as knowledgeServiceUpdate, _default$74 as managedAgentAgentCreate, _default$75 as managedAgentAgentGet, _default$76 as managedAgentAgentList, _default$77 as managedAgentAgentSearch, _default$78 as managedAgentAgentVersions, _default$79 as managedAgentApply, _default$80 as managedAgentDeploymentCreate, _default$81 as managedAgentDeploymentGet, _default$82 as managedAgentDeploymentList, _default$83 as managedAgentDeploymentPause, _default$84 as managedAgentDeploymentRun, _default$85 as managedAgentDeploymentRunsGet, _default$86 as managedAgentDeploymentRunsList, _default$87 as managedAgentDeploymentSearch, _default$88 as managedAgentDeploymentUnpause, _default$89 as managedAgentDestroy, _default$90 as managedAgentEnvironmentCreate, _default$91 as managedAgentEnvironmentGet, _default$92 as managedAgentEnvironmentList, _default$93 as managedAgentEnvironmentSearch, managedAgentFileDelete, managedAgentFileDownload, managedAgentFileGet, managedAgentFileList, managedAgentFileSearch, managedAgentFileUpload, _default$94 as managedAgentInit, _default$95 as managedAgentPlan, managedAgentSessionArchive, _default$96 as managedAgentSessionCreate, managedAgentSessionDebug, _default$97 as managedAgentSessionDelete, managedAgentSessionEventList, managedAgentSessionEventList as managedAgentSessionEvents, managedAgentSessionEventSend, managedAgentSessionEventStream, managedAgentSessionExport, _default$98 as managedAgentSessionGet, _default$99 as managedAgentSessionList, _default$100 as managedAgentSessionRun, managedAgentSessionSearch, _default$101 as managedAgentSessionSend, managedAgentSessionUpdate, _default$102 as managedAgentSkillCreate, _default$103 as managedAgentSkillDownload, _default$104 as managedAgentSkillGet, _default$105 as managedAgentSkillList, _default$106 as managedAgentSkillSearch, _default$107 as managedAgentSkillVersions, _default$108 as managedAgentStateImport, _default$109 as managedAgentStateList, _default$110 as managedAgentStateRm, _default$111 as managedAgentStateShow, _default$112 as managedAgentValidate, _default$113 as managedAgentVaultCreate, _default$114 as managedAgentVaultCredentialCreate, _default$115 as managedAgentVaultGet, _default$116 as managedAgentVaultList, _default$117 as managedAgentVaultSearch, _default$118 as mcpCall, _default$119 as mcpList, _default$120 as mcpTools, _default$121 as memoryAdd, _default$122 as memoryDelete, _default$123 as memoryList, _default$124 as memoryProfileCreate, _default$125 as memoryProfileGet, _default$126 as memorySearch, _default$127 as memoryUpdate, _default$128 as modelList, _default$129 as permissionGrant, _default$130 as permissionList, _default$131 as permissionRevoke, _default$132 as pipelineRun, _default$133 as pipelineValidate, _default$134 as pluginInstall, _default$135 as pluginLink, _default$136 as pluginList, _default$137 as pluginRemove, _default$138 as quotaCheck, _default$139 as quotaDelete, _default$140 as quotaHistory, _default$141 as quotaList, _default$142 as quotaUpdate, _default$143 as searchWeb, _default$144 as skillAdd, _default$145 as skillInit, _default$146 as skillList, _default$147 as skillRemove, _default$148 as skillUpdate, _default$149 as speechRecognize, _default$150 as speechSynthesize, _default$151 as textChat, _default$152 as textOmni, _default$153 as tokenPlanAddMember, _default$154 as tokenPlanAssignSeats, _default$155 as tokenPlanCreateKey, _default$156 as tokenPlanListSeats, _default$157 as update, _default$158 as usageCodingPlan, _default$159 as usageFree, _default$160 as usageFreetier, _default$161 as usageStats, _default$162 as usageSummary, _default$163 as usageTokenPlan, _default$164 as videoDownload, _default$165 as videoEdit, _default$166 as videoGenerate, _default$167 as videoRef, _default$168 as videoTaskGet, _default$169 as visionDescribe, _default$170 as workspaceInit, _default$171 as workspaceList };