@blade-hq/agent-client 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3811,7 +3811,7 @@ function resolveAuthToken(options) {
3811
3811
 
3812
3812
  // src/version.ts
3813
3813
  var SDK_NAME = "agent-client";
3814
- var SDK_VERSION = true ? "1.1.5" : "1.1.1";
3814
+ var SDK_VERSION = true ? "1.1.7" : "1.1.1";
3815
3815
 
3816
3816
  // src/socket.ts
3817
3817
  function withSdkIdentity(auth) {
@@ -4005,23 +4005,6 @@ export interface paths {
4005
4005
  patch?: never;
4006
4006
  trace?: never;
4007
4007
  };
4008
- "/api/agent-board/pick-directory": {
4009
- parameters: {
4010
- query?: never;
4011
- header?: never;
4012
- path?: never;
4013
- cookie?: never;
4014
- };
4015
- get?: never;
4016
- put?: never;
4017
- /** Pick Directory */
4018
- post: operations["pick_directory_api_agent_board_pick_directory_post"];
4019
- delete?: never;
4020
- options?: never;
4021
- head?: never;
4022
- patch?: never;
4023
- trace?: never;
4024
- };
4025
4008
  "/api/agent-board/ls/{workspace_path}": {
4026
4009
  parameters: {
4027
4010
  query?: never;
@@ -5855,14 +5838,6 @@ export interface components {
5855
5838
  /** Models */
5856
5839
  models?: components["schemas"]["ModelOption"][];
5857
5840
  };
5858
- /** PickDirectoryRequest */
5859
- PickDirectoryRequest: {
5860
- /**
5861
- * Initial Path
5862
- * @default
5863
- */
5864
- initial_path: string;
5865
- };
5866
5841
  /** PinSessionRequest */
5867
5842
  PinSessionRequest: {
5868
5843
  /** Pinned */
@@ -15529,39 +15504,6 @@ export interface operations {
15529
15504
  };
15530
15505
  };
15531
15506
  };
15532
- pick_directory_api_agent_board_pick_directory_post: {
15533
- parameters: {
15534
- query?: never;
15535
- header?: never;
15536
- path?: never;
15537
- cookie?: never;
15538
- };
15539
- requestBody: {
15540
- content: {
15541
- "application/json": components["schemas"]["PickDirectoryRequest"];
15542
- };
15543
- };
15544
- responses: {
15545
- /** @description Successful Response */
15546
- 200: {
15547
- headers: {
15548
- [name: string]: unknown;
15549
- };
15550
- content: {
15551
- "application/json": unknown;
15552
- };
15553
- };
15554
- /** @description Validation Error */
15555
- 422: {
15556
- headers: {
15557
- [name: string]: unknown;
15558
- };
15559
- content: {
15560
- "application/json": components["schemas"]["HTTPValidationError"];
15561
- };
15562
- };
15563
- };
15564
- };
15565
15507
  list_dir_api_agent_board_ls__workspace_path__get: {
15566
15508
  parameters: {
15567
15509
  query?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blade-hq/agent-client",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Blade Agent 框架无关客户端:会话实时状态机、REST 通道、弹窗登录、页面协作。浏览器与 Node.js 通用。",
5
5
  "repository": {
6
6
  "type": "git",