@seastudio/sdk 3.5.0 → 3.5.1

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.
@@ -1,4 +1,4 @@
1
- import { allTools } from './chunk-H4V6HT4E.js';
1
+ import { allTools } from './chunk-MFZWPGTX.js';
2
2
  import { normalizeMCPTool, normalizeMCPToolObjectSchema, getDefaultClient } from './chunk-TJ3CGHWJ.js';
3
3
 
4
4
  // src/mcp/index.ts
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk3NRHIVM4_cjs = require('./chunk-3NRHIVM4.cjs');
3
+ var chunkK4A2JSWD_cjs = require('./chunk-K4A2JSWD.cjs');
4
4
  var chunk3I7UM66P_cjs = require('./chunk-3I7UM66P.cjs');
5
5
 
6
6
  // src/mcp/index.ts
@@ -11,7 +11,7 @@ async function loadPlugin(pluginName) {
11
11
  throw new Error(`Unknown plugin: ${pluginName}. \u63D2\u4EF6 MCP \u4E0D\u518D\u901A\u8FC7 SDK \u9759\u6001\u5BFC\u5165\u3002`);
12
12
  }
13
13
  var MCP_PACKAGES = [
14
- { id: "seastudio", name: "SeaStudio", description: "\u6587\u4EF6/Shell/AIGC \u57FA\u7840\u80FD\u529B", tools: chunk3NRHIVM4_cjs.allTools }
14
+ { id: "seastudio", name: "SeaStudio", description: "\u6587\u4EF6/Shell/AIGC \u57FA\u7840\u80FD\u529B", tools: chunkK4A2JSWD_cjs.allTools }
15
15
  ];
16
16
  function mcpToolToOpenAI(tool) {
17
17
  const normalizedTool = chunk3I7UM66P_cjs.normalizeMCPTool(tool);
@@ -29,7 +29,7 @@ function mcpToolToOpenAI(tool) {
29
29
  };
30
30
  }
31
31
  function listAllTools() {
32
- return [...chunk3NRHIVM4_cjs.allTools];
32
+ return [...chunkK4A2JSWD_cjs.allTools];
33
33
  }
34
34
  function toPackageName(source) {
35
35
  if (source === "seastudio") {
@@ -62,7 +62,7 @@ function normalizeAvailableTool(raw) {
62
62
  };
63
63
  }
64
64
  var MCP_TOOL_PACKAGE_INDEX = new Map(
65
- chunk3NRHIVM4_cjs.allTools.map((tool) => [tool.name, "seastudio"])
65
+ chunkK4A2JSWD_cjs.allTools.map((tool) => [tool.name, "seastudio"])
66
66
  );
67
67
  function getMCPToolPackageIndex() {
68
68
  return new Map(MCP_TOOL_PACKAGE_INDEX);
@@ -63,6 +63,18 @@ var fileDownloadEvidenceOutputSchema = {
63
63
  },
64
64
  required: ["location", "path", "savedPath", "size"]
65
65
  };
66
+ var fileUrlEvidenceOutputSchema = {
67
+ type: "object",
68
+ properties: {
69
+ rootId: { type: "string" },
70
+ path: { type: "string" },
71
+ url: { type: "string" },
72
+ filename: { type: "string" },
73
+ size: { type: "number" },
74
+ checksum: { type: "string" }
75
+ },
76
+ required: ["rootId", "path", "url", "filename", "size"]
77
+ };
66
78
  var shellSessionSnapshotEvidenceOutputSchema = {
67
79
  type: "object",
68
80
  properties: {
@@ -361,7 +373,7 @@ var fileTools = [
361
373
  }, dualPathEvidenceOutputSchema),
362
374
  annotateTool({
363
375
  name: "seastudio-file_get_url",
364
- description: "\u83B7\u53D6\u6307\u5B9A\u6839\u76EE\u5F55\u4E2D\u6587\u4EF6\u7684\u53EF\u8BBF\u95EE URL\uFF0C\u9002\u7528\u4E8E\u4E8C\u8FDB\u5236\u6587\u4EF6\u7684\u6D4F\u89C8\u5668\u7AEF\u8BFB\u53D6\u3002",
376
+ description: "\u4E0A\u4F20\u6307\u5B9A\u6839\u76EE\u5F55\u4E2D\u7684\u6587\u4EF6\u5E76\u8FD4\u56DE\u53EF\u8BBF\u95EE URL\u3002\u8C03\u7528\u65F6\u4F20\u5165 rootId + path\uFF0CSeaStudio \u4F1A\u901A\u8FC7 dataserver \u4E0A\u4F20\u8BE5\u6587\u4EF6\u3002",
365
377
  inputSchema: {
366
378
  type: "object",
367
379
  properties: {
@@ -372,9 +384,9 @@ var fileTools = [
372
384
  }
373
385
  }, {
374
386
  operationKind: "read",
375
- requiresExecutionEvidence: false,
387
+ requiresExecutionEvidence: true,
376
388
  rawDomain: "filesystem"
377
- }),
389
+ }, fileUrlEvidenceOutputSchema),
378
390
  annotateTool({
379
391
  name: "seastudio-file_download",
380
392
  description: "\u4ECE\u8FDC\u7A0B URL \u4E0B\u8F7D\u6587\u4EF6\u3002\u4E8C\u9009\u4E00\uFF1A\u2460 \u5728\u76EE\u6807\u9879\u76EE\u6839\u4E0B\u6307\u5B9A\u76F8\u5BF9\u5B50\u76EE\u5F55\uFF08rootId + path\uFF09\uFF1B\u2461 \u6307\u5B9A absoluteDir \u4E3A\u672C\u5730\u7EDD\u5BF9\u8DEF\u5F84\u76EE\u5F55\uFF08\u542B ~/ \u5C55\u5F00\uFF09\uFF0C\u5FFD\u7565 rootId/path\u3002\u4EC5\u5728\u9700\u8981\u771F\u5B9E\u5F15\u5165\u8FDC\u7AEF\u8D44\u6E90\u65F6\u4F7F\u7528\u3002",
@@ -1519,6 +1531,7 @@ exports.callToolText = callToolText;
1519
1531
  exports.dualPathEvidenceOutputSchema = dualPathEvidenceOutputSchema;
1520
1532
  exports.fileDownloadEvidenceOutputSchema = fileDownloadEvidenceOutputSchema;
1521
1533
  exports.fileTools = fileTools;
1534
+ exports.fileUrlEvidenceOutputSchema = fileUrlEvidenceOutputSchema;
1522
1535
  exports.pluginManagementTools = pluginManagementTools;
1523
1536
  exports.pluginTabTools = pluginTabTools;
1524
1537
  exports.projectTools = projectTools;
@@ -61,6 +61,18 @@ var fileDownloadEvidenceOutputSchema = {
61
61
  },
62
62
  required: ["location", "path", "savedPath", "size"]
63
63
  };
64
+ var fileUrlEvidenceOutputSchema = {
65
+ type: "object",
66
+ properties: {
67
+ rootId: { type: "string" },
68
+ path: { type: "string" },
69
+ url: { type: "string" },
70
+ filename: { type: "string" },
71
+ size: { type: "number" },
72
+ checksum: { type: "string" }
73
+ },
74
+ required: ["rootId", "path", "url", "filename", "size"]
75
+ };
64
76
  var shellSessionSnapshotEvidenceOutputSchema = {
65
77
  type: "object",
66
78
  properties: {
@@ -359,7 +371,7 @@ var fileTools = [
359
371
  }, dualPathEvidenceOutputSchema),
360
372
  annotateTool({
361
373
  name: "seastudio-file_get_url",
362
- description: "\u83B7\u53D6\u6307\u5B9A\u6839\u76EE\u5F55\u4E2D\u6587\u4EF6\u7684\u53EF\u8BBF\u95EE URL\uFF0C\u9002\u7528\u4E8E\u4E8C\u8FDB\u5236\u6587\u4EF6\u7684\u6D4F\u89C8\u5668\u7AEF\u8BFB\u53D6\u3002",
374
+ description: "\u4E0A\u4F20\u6307\u5B9A\u6839\u76EE\u5F55\u4E2D\u7684\u6587\u4EF6\u5E76\u8FD4\u56DE\u53EF\u8BBF\u95EE URL\u3002\u8C03\u7528\u65F6\u4F20\u5165 rootId + path\uFF0CSeaStudio \u4F1A\u901A\u8FC7 dataserver \u4E0A\u4F20\u8BE5\u6587\u4EF6\u3002",
363
375
  inputSchema: {
364
376
  type: "object",
365
377
  properties: {
@@ -370,9 +382,9 @@ var fileTools = [
370
382
  }
371
383
  }, {
372
384
  operationKind: "read",
373
- requiresExecutionEvidence: false,
385
+ requiresExecutionEvidence: true,
374
386
  rawDomain: "filesystem"
375
- }),
387
+ }, fileUrlEvidenceOutputSchema),
376
388
  annotateTool({
377
389
  name: "seastudio-file_download",
378
390
  description: "\u4ECE\u8FDC\u7A0B URL \u4E0B\u8F7D\u6587\u4EF6\u3002\u4E8C\u9009\u4E00\uFF1A\u2460 \u5728\u76EE\u6807\u9879\u76EE\u6839\u4E0B\u6307\u5B9A\u76F8\u5BF9\u5B50\u76EE\u5F55\uFF08rootId + path\uFF09\uFF1B\u2461 \u6307\u5B9A absoluteDir \u4E3A\u672C\u5730\u7EDD\u5BF9\u8DEF\u5F84\u76EE\u5F55\uFF08\u542B ~/ \u5C55\u5F00\uFF09\uFF0C\u5FFD\u7565 rootId/path\u3002\u4EC5\u5728\u9700\u8981\u771F\u5B9E\u5F15\u5165\u8FDC\u7AEF\u8D44\u6E90\u65F6\u4F7F\u7528\u3002",
@@ -1505,4 +1517,4 @@ var allTools = [
1505
1517
  ];
1506
1518
  var tools = allTools;
1507
1519
 
1508
- export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools };
1520
+ export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, fileUrlEvidenceOutputSchema, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools };
package/dist/index.cjs CHANGED
@@ -1,51 +1,51 @@
1
1
  'use strict';
2
2
 
3
- var chunkAICOQOAA_cjs = require('./chunk-AICOQOAA.cjs');
3
+ var chunkEKOO23S5_cjs = require('./chunk-EKOO23S5.cjs');
4
4
  var chunkUZ6SEVW3_cjs = require('./chunk-UZ6SEVW3.cjs');
5
- var chunk3NRHIVM4_cjs = require('./chunk-3NRHIVM4.cjs');
5
+ var chunkK4A2JSWD_cjs = require('./chunk-K4A2JSWD.cjs');
6
6
  var chunk3I7UM66P_cjs = require('./chunk-3I7UM66P.cjs');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "MCP_PACKAGES", {
11
11
  enumerable: true,
12
- get: function () { return chunkAICOQOAA_cjs.MCP_PACKAGES; }
12
+ get: function () { return chunkEKOO23S5_cjs.MCP_PACKAGES; }
13
13
  });
14
14
  Object.defineProperty(exports, "getMCPPackageIdForTool", {
15
15
  enumerable: true,
16
- get: function () { return chunkAICOQOAA_cjs.getMCPPackageIdForTool; }
16
+ get: function () { return chunkEKOO23S5_cjs.getMCPPackageIdForTool; }
17
17
  });
18
18
  Object.defineProperty(exports, "getMCPPackages", {
19
19
  enumerable: true,
20
- get: function () { return chunkAICOQOAA_cjs.getMCPPackages; }
20
+ get: function () { return chunkEKOO23S5_cjs.getMCPPackages; }
21
21
  });
22
22
  Object.defineProperty(exports, "getMCPToolPackageIndex", {
23
23
  enumerable: true,
24
- get: function () { return chunkAICOQOAA_cjs.getMCPToolPackageIndex; }
24
+ get: function () { return chunkEKOO23S5_cjs.getMCPToolPackageIndex; }
25
25
  });
26
26
  Object.defineProperty(exports, "getToolsForLLM", {
27
27
  enumerable: true,
28
- get: function () { return chunkAICOQOAA_cjs.getToolsForLLM; }
28
+ get: function () { return chunkEKOO23S5_cjs.getToolsForLLM; }
29
29
  });
30
30
  Object.defineProperty(exports, "listAllTools", {
31
31
  enumerable: true,
32
- get: function () { return chunkAICOQOAA_cjs.listAllTools; }
32
+ get: function () { return chunkEKOO23S5_cjs.listAllTools; }
33
33
  });
34
34
  Object.defineProperty(exports, "listAvailableTools", {
35
35
  enumerable: true,
36
- get: function () { return chunkAICOQOAA_cjs.listAvailableTools; }
36
+ get: function () { return chunkEKOO23S5_cjs.listAvailableTools; }
37
37
  });
38
38
  Object.defineProperty(exports, "listAvailableToolsForLLM", {
39
39
  enumerable: true,
40
- get: function () { return chunkAICOQOAA_cjs.listAvailableToolsForLLM; }
40
+ get: function () { return chunkEKOO23S5_cjs.listAvailableToolsForLLM; }
41
41
  });
42
42
  Object.defineProperty(exports, "loadPlugin", {
43
43
  enumerable: true,
44
- get: function () { return chunkAICOQOAA_cjs.loadPlugin; }
44
+ get: function () { return chunkEKOO23S5_cjs.loadPlugin; }
45
45
  });
46
46
  Object.defineProperty(exports, "mcpToolToOpenAI", {
47
47
  enumerable: true,
48
- get: function () { return chunkAICOQOAA_cjs.mcpToolToOpenAI; }
48
+ get: function () { return chunkEKOO23S5_cjs.mcpToolToOpenAI; }
49
49
  });
50
50
  Object.defineProperty(exports, "DialogBody", {
51
51
  enumerable: true,
@@ -101,51 +101,51 @@ Object.defineProperty(exports, "showHostContextMenu", {
101
101
  });
102
102
  Object.defineProperty(exports, "SeastudioNotifications", {
103
103
  enumerable: true,
104
- get: function () { return chunk3NRHIVM4_cjs.SeastudioNotifications; }
104
+ get: function () { return chunkK4A2JSWD_cjs.SeastudioNotifications; }
105
105
  });
106
106
  Object.defineProperty(exports, "SeastudioRequests", {
107
107
  enumerable: true,
108
- get: function () { return chunk3NRHIVM4_cjs.SeastudioRequests; }
108
+ get: function () { return chunkK4A2JSWD_cjs.SeastudioRequests; }
109
109
  });
110
110
  Object.defineProperty(exports, "agentManagementTools", {
111
111
  enumerable: true,
112
- get: function () { return chunk3NRHIVM4_cjs.agentManagementTools; }
112
+ get: function () { return chunkK4A2JSWD_cjs.agentManagementTools; }
113
113
  });
114
114
  Object.defineProperty(exports, "agentTabTools", {
115
115
  enumerable: true,
116
- get: function () { return chunk3NRHIVM4_cjs.agentTabTools; }
116
+ get: function () { return chunkK4A2JSWD_cjs.agentTabTools; }
117
117
  });
118
118
  Object.defineProperty(exports, "fileTools", {
119
119
  enumerable: true,
120
- get: function () { return chunk3NRHIVM4_cjs.fileTools; }
120
+ get: function () { return chunkK4A2JSWD_cjs.fileTools; }
121
121
  });
122
122
  Object.defineProperty(exports, "pluginManagementTools", {
123
123
  enumerable: true,
124
- get: function () { return chunk3NRHIVM4_cjs.pluginManagementTools; }
124
+ get: function () { return chunkK4A2JSWD_cjs.pluginManagementTools; }
125
125
  });
126
126
  Object.defineProperty(exports, "pluginTabTools", {
127
127
  enumerable: true,
128
- get: function () { return chunk3NRHIVM4_cjs.pluginTabTools; }
128
+ get: function () { return chunkK4A2JSWD_cjs.pluginTabTools; }
129
129
  });
130
130
  Object.defineProperty(exports, "seaCloudTools", {
131
131
  enumerable: true,
132
- get: function () { return chunk3NRHIVM4_cjs.seaCloudTools; }
132
+ get: function () { return chunkK4A2JSWD_cjs.seaCloudTools; }
133
133
  });
134
134
  Object.defineProperty(exports, "seastudio", {
135
135
  enumerable: true,
136
- get: function () { return chunk3NRHIVM4_cjs.seastudio; }
136
+ get: function () { return chunkK4A2JSWD_cjs.seastudio; }
137
137
  });
138
138
  Object.defineProperty(exports, "seastudioAllTools", {
139
139
  enumerable: true,
140
- get: function () { return chunk3NRHIVM4_cjs.allTools; }
140
+ get: function () { return chunkK4A2JSWD_cjs.allTools; }
141
141
  });
142
142
  Object.defineProperty(exports, "seastudioTools", {
143
143
  enumerable: true,
144
- get: function () { return chunk3NRHIVM4_cjs.tools; }
144
+ get: function () { return chunkK4A2JSWD_cjs.tools; }
145
145
  });
146
146
  Object.defineProperty(exports, "shellTools", {
147
147
  enumerable: true,
148
- get: function () { return chunk3NRHIVM4_cjs.shellTools; }
148
+ get: function () { return chunkK4A2JSWD_cjs.shellTools; }
149
149
  });
150
150
  Object.defineProperty(exports, "MCPClient", {
151
151
  enumerable: true,
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-ARYIPOZN.js';
1
+ export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-5OM34MI7.js';
2
2
  export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from './chunk-XWORXNCU.js';
3
- export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-H4V6HT4E.js';
3
+ export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-MFZWPGTX.js';
4
4
  export { MCPClient, MCPServer, PostMessageTransport, callHostTool, callHostToolText, createMCPClient, createMCPServer, createNotification, createRequest, createResponse, getDefaultClient, getDefaultServer, getDefaultTransport, isMCPMessage, isNotification, normalizeMCPTool, normalizeMCPToolInputSchema, normalizeMCPToolObjectSchema, setDefaultClient, setDefaultTransport, startDefaultServer } from './chunk-TJ3CGHWJ.js';
@@ -1,98 +1,98 @@
1
1
  'use strict';
2
2
 
3
- var chunkAICOQOAA_cjs = require('../chunk-AICOQOAA.cjs');
4
- var chunk3NRHIVM4_cjs = require('../chunk-3NRHIVM4.cjs');
3
+ var chunkEKOO23S5_cjs = require('../chunk-EKOO23S5.cjs');
4
+ var chunkK4A2JSWD_cjs = require('../chunk-K4A2JSWD.cjs');
5
5
  var chunk3I7UM66P_cjs = require('../chunk-3I7UM66P.cjs');
6
6
 
7
7
 
8
8
 
9
9
  Object.defineProperty(exports, "MCP_PACKAGES", {
10
10
  enumerable: true,
11
- get: function () { return chunkAICOQOAA_cjs.MCP_PACKAGES; }
11
+ get: function () { return chunkEKOO23S5_cjs.MCP_PACKAGES; }
12
12
  });
13
13
  Object.defineProperty(exports, "getMCPPackageIdForTool", {
14
14
  enumerable: true,
15
- get: function () { return chunkAICOQOAA_cjs.getMCPPackageIdForTool; }
15
+ get: function () { return chunkEKOO23S5_cjs.getMCPPackageIdForTool; }
16
16
  });
17
17
  Object.defineProperty(exports, "getMCPPackages", {
18
18
  enumerable: true,
19
- get: function () { return chunkAICOQOAA_cjs.getMCPPackages; }
19
+ get: function () { return chunkEKOO23S5_cjs.getMCPPackages; }
20
20
  });
21
21
  Object.defineProperty(exports, "getMCPToolPackageIndex", {
22
22
  enumerable: true,
23
- get: function () { return chunkAICOQOAA_cjs.getMCPToolPackageIndex; }
23
+ get: function () { return chunkEKOO23S5_cjs.getMCPToolPackageIndex; }
24
24
  });
25
25
  Object.defineProperty(exports, "getToolsForLLM", {
26
26
  enumerable: true,
27
- get: function () { return chunkAICOQOAA_cjs.getToolsForLLM; }
27
+ get: function () { return chunkEKOO23S5_cjs.getToolsForLLM; }
28
28
  });
29
29
  Object.defineProperty(exports, "listAllTools", {
30
30
  enumerable: true,
31
- get: function () { return chunkAICOQOAA_cjs.listAllTools; }
31
+ get: function () { return chunkEKOO23S5_cjs.listAllTools; }
32
32
  });
33
33
  Object.defineProperty(exports, "listAvailableTools", {
34
34
  enumerable: true,
35
- get: function () { return chunkAICOQOAA_cjs.listAvailableTools; }
35
+ get: function () { return chunkEKOO23S5_cjs.listAvailableTools; }
36
36
  });
37
37
  Object.defineProperty(exports, "listAvailableToolsForLLM", {
38
38
  enumerable: true,
39
- get: function () { return chunkAICOQOAA_cjs.listAvailableToolsForLLM; }
39
+ get: function () { return chunkEKOO23S5_cjs.listAvailableToolsForLLM; }
40
40
  });
41
41
  Object.defineProperty(exports, "loadPlugin", {
42
42
  enumerable: true,
43
- get: function () { return chunkAICOQOAA_cjs.loadPlugin; }
43
+ get: function () { return chunkEKOO23S5_cjs.loadPlugin; }
44
44
  });
45
45
  Object.defineProperty(exports, "mcpToolToOpenAI", {
46
46
  enumerable: true,
47
- get: function () { return chunkAICOQOAA_cjs.mcpToolToOpenAI; }
47
+ get: function () { return chunkEKOO23S5_cjs.mcpToolToOpenAI; }
48
48
  });
49
49
  Object.defineProperty(exports, "SeastudioNotifications", {
50
50
  enumerable: true,
51
- get: function () { return chunk3NRHIVM4_cjs.SeastudioNotifications; }
51
+ get: function () { return chunkK4A2JSWD_cjs.SeastudioNotifications; }
52
52
  });
53
53
  Object.defineProperty(exports, "SeastudioRequests", {
54
54
  enumerable: true,
55
- get: function () { return chunk3NRHIVM4_cjs.SeastudioRequests; }
55
+ get: function () { return chunkK4A2JSWD_cjs.SeastudioRequests; }
56
56
  });
57
57
  Object.defineProperty(exports, "agentManagementTools", {
58
58
  enumerable: true,
59
- get: function () { return chunk3NRHIVM4_cjs.agentManagementTools; }
59
+ get: function () { return chunkK4A2JSWD_cjs.agentManagementTools; }
60
60
  });
61
61
  Object.defineProperty(exports, "agentTabTools", {
62
62
  enumerable: true,
63
- get: function () { return chunk3NRHIVM4_cjs.agentTabTools; }
63
+ get: function () { return chunkK4A2JSWD_cjs.agentTabTools; }
64
64
  });
65
65
  Object.defineProperty(exports, "fileTools", {
66
66
  enumerable: true,
67
- get: function () { return chunk3NRHIVM4_cjs.fileTools; }
67
+ get: function () { return chunkK4A2JSWD_cjs.fileTools; }
68
68
  });
69
69
  Object.defineProperty(exports, "pluginManagementTools", {
70
70
  enumerable: true,
71
- get: function () { return chunk3NRHIVM4_cjs.pluginManagementTools; }
71
+ get: function () { return chunkK4A2JSWD_cjs.pluginManagementTools; }
72
72
  });
73
73
  Object.defineProperty(exports, "pluginTabTools", {
74
74
  enumerable: true,
75
- get: function () { return chunk3NRHIVM4_cjs.pluginTabTools; }
75
+ get: function () { return chunkK4A2JSWD_cjs.pluginTabTools; }
76
76
  });
77
77
  Object.defineProperty(exports, "seaCloudTools", {
78
78
  enumerable: true,
79
- get: function () { return chunk3NRHIVM4_cjs.seaCloudTools; }
79
+ get: function () { return chunkK4A2JSWD_cjs.seaCloudTools; }
80
80
  });
81
81
  Object.defineProperty(exports, "seastudio", {
82
82
  enumerable: true,
83
- get: function () { return chunk3NRHIVM4_cjs.seastudio; }
83
+ get: function () { return chunkK4A2JSWD_cjs.seastudio; }
84
84
  });
85
85
  Object.defineProperty(exports, "seastudioAllTools", {
86
86
  enumerable: true,
87
- get: function () { return chunk3NRHIVM4_cjs.allTools; }
87
+ get: function () { return chunkK4A2JSWD_cjs.allTools; }
88
88
  });
89
89
  Object.defineProperty(exports, "seastudioTools", {
90
90
  enumerable: true,
91
- get: function () { return chunk3NRHIVM4_cjs.tools; }
91
+ get: function () { return chunkK4A2JSWD_cjs.tools; }
92
92
  });
93
93
  Object.defineProperty(exports, "shellTools", {
94
94
  enumerable: true,
95
- get: function () { return chunk3NRHIVM4_cjs.shellTools; }
95
+ get: function () { return chunkK4A2JSWD_cjs.shellTools; }
96
96
  });
97
97
  Object.defineProperty(exports, "MCPClient", {
98
98
  enumerable: true,
package/dist/mcp/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from '../chunk-ARYIPOZN.js';
2
- export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from '../chunk-H4V6HT4E.js';
1
+ export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from '../chunk-5OM34MI7.js';
2
+ export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from '../chunk-MFZWPGTX.js';
3
3
  export { MCPClient, MCPServer, PostMessageTransport, callHostTool, callHostToolText, createMCPClient, createMCPServer, createNotification, createRequest, createResponse, getDefaultClient, getDefaultServer, getDefaultTransport, isMCPMessage, isNotification, normalizeMCPTool, normalizeMCPToolInputSchema, normalizeMCPToolObjectSchema, setDefaultClient, setDefaultTransport, startDefaultServer } from '../chunk-TJ3CGHWJ.js';
@@ -1,123 +1,127 @@
1
1
  'use strict';
2
2
 
3
- var chunk3NRHIVM4_cjs = require('../../chunk-3NRHIVM4.cjs');
3
+ var chunkK4A2JSWD_cjs = require('../../chunk-K4A2JSWD.cjs');
4
4
  require('../../chunk-3I7UM66P.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "SeastudioNotifications", {
9
9
  enumerable: true,
10
- get: function () { return chunk3NRHIVM4_cjs.SeastudioNotifications; }
10
+ get: function () { return chunkK4A2JSWD_cjs.SeastudioNotifications; }
11
11
  });
12
12
  Object.defineProperty(exports, "SeastudioRequests", {
13
13
  enumerable: true,
14
- get: function () { return chunk3NRHIVM4_cjs.SeastudioRequests; }
14
+ get: function () { return chunkK4A2JSWD_cjs.SeastudioRequests; }
15
15
  });
16
16
  Object.defineProperty(exports, "agentManagementTools", {
17
17
  enumerable: true,
18
- get: function () { return chunk3NRHIVM4_cjs.agentManagementTools; }
18
+ get: function () { return chunkK4A2JSWD_cjs.agentManagementTools; }
19
19
  });
20
20
  Object.defineProperty(exports, "agentTabTools", {
21
21
  enumerable: true,
22
- get: function () { return chunk3NRHIVM4_cjs.agentTabTools; }
22
+ get: function () { return chunkK4A2JSWD_cjs.agentTabTools; }
23
23
  });
24
24
  Object.defineProperty(exports, "allTools", {
25
25
  enumerable: true,
26
- get: function () { return chunk3NRHIVM4_cjs.allTools; }
26
+ get: function () { return chunkK4A2JSWD_cjs.allTools; }
27
27
  });
28
28
  Object.defineProperty(exports, "annotateTool", {
29
29
  enumerable: true,
30
- get: function () { return chunk3NRHIVM4_cjs.annotateTool; }
30
+ get: function () { return chunkK4A2JSWD_cjs.annotateTool; }
31
31
  });
32
32
  Object.defineProperty(exports, "batchFlattenCopyEvidenceOutputSchema", {
33
33
  enumerable: true,
34
- get: function () { return chunk3NRHIVM4_cjs.batchFlattenCopyEvidenceOutputSchema; }
34
+ get: function () { return chunkK4A2JSWD_cjs.batchFlattenCopyEvidenceOutputSchema; }
35
35
  });
36
36
  Object.defineProperty(exports, "callTool", {
37
37
  enumerable: true,
38
- get: function () { return chunk3NRHIVM4_cjs.callTool; }
38
+ get: function () { return chunkK4A2JSWD_cjs.callTool; }
39
39
  });
40
40
  Object.defineProperty(exports, "callToolText", {
41
41
  enumerable: true,
42
- get: function () { return chunk3NRHIVM4_cjs.callToolText; }
42
+ get: function () { return chunkK4A2JSWD_cjs.callToolText; }
43
43
  });
44
44
  Object.defineProperty(exports, "dualPathEvidenceOutputSchema", {
45
45
  enumerable: true,
46
- get: function () { return chunk3NRHIVM4_cjs.dualPathEvidenceOutputSchema; }
46
+ get: function () { return chunkK4A2JSWD_cjs.dualPathEvidenceOutputSchema; }
47
47
  });
48
48
  Object.defineProperty(exports, "fileDownloadEvidenceOutputSchema", {
49
49
  enumerable: true,
50
- get: function () { return chunk3NRHIVM4_cjs.fileDownloadEvidenceOutputSchema; }
50
+ get: function () { return chunkK4A2JSWD_cjs.fileDownloadEvidenceOutputSchema; }
51
51
  });
52
52
  Object.defineProperty(exports, "fileTools", {
53
53
  enumerable: true,
54
- get: function () { return chunk3NRHIVM4_cjs.fileTools; }
54
+ get: function () { return chunkK4A2JSWD_cjs.fileTools; }
55
+ });
56
+ Object.defineProperty(exports, "fileUrlEvidenceOutputSchema", {
57
+ enumerable: true,
58
+ get: function () { return chunkK4A2JSWD_cjs.fileUrlEvidenceOutputSchema; }
55
59
  });
56
60
  Object.defineProperty(exports, "pluginManagementTools", {
57
61
  enumerable: true,
58
- get: function () { return chunk3NRHIVM4_cjs.pluginManagementTools; }
62
+ get: function () { return chunkK4A2JSWD_cjs.pluginManagementTools; }
59
63
  });
60
64
  Object.defineProperty(exports, "pluginTabTools", {
61
65
  enumerable: true,
62
- get: function () { return chunk3NRHIVM4_cjs.pluginTabTools; }
66
+ get: function () { return chunkK4A2JSWD_cjs.pluginTabTools; }
63
67
  });
64
68
  Object.defineProperty(exports, "projectTools", {
65
69
  enumerable: true,
66
- get: function () { return chunk3NRHIVM4_cjs.projectTools; }
70
+ get: function () { return chunkK4A2JSWD_cjs.projectTools; }
67
71
  });
68
72
  Object.defineProperty(exports, "request", {
69
73
  enumerable: true,
70
- get: function () { return chunk3NRHIVM4_cjs.request; }
74
+ get: function () { return chunkK4A2JSWD_cjs.request; }
71
75
  });
72
76
  Object.defineProperty(exports, "rootedPathEvidenceOutputSchema", {
73
77
  enumerable: true,
74
- get: function () { return chunk3NRHIVM4_cjs.rootedPathEvidenceOutputSchema; }
78
+ get: function () { return chunkK4A2JSWD_cjs.rootedPathEvidenceOutputSchema; }
75
79
  });
76
80
  Object.defineProperty(exports, "rootedWriteEvidenceOutputSchema", {
77
81
  enumerable: true,
78
- get: function () { return chunk3NRHIVM4_cjs.rootedWriteEvidenceOutputSchema; }
82
+ get: function () { return chunkK4A2JSWD_cjs.rootedWriteEvidenceOutputSchema; }
79
83
  });
80
84
  Object.defineProperty(exports, "runOneShotShellCommand", {
81
85
  enumerable: true,
82
- get: function () { return chunk3NRHIVM4_cjs.runOneShotShellCommand; }
86
+ get: function () { return chunkK4A2JSWD_cjs.runOneShotShellCommand; }
83
87
  });
84
88
  Object.defineProperty(exports, "seaCloudTools", {
85
89
  enumerable: true,
86
- get: function () { return chunk3NRHIVM4_cjs.seaCloudTools; }
90
+ get: function () { return chunkK4A2JSWD_cjs.seaCloudTools; }
87
91
  });
88
92
  Object.defineProperty(exports, "seastudio", {
89
93
  enumerable: true,
90
- get: function () { return chunk3NRHIVM4_cjs.seastudio; }
94
+ get: function () { return chunkK4A2JSWD_cjs.seastudio; }
91
95
  });
92
96
  Object.defineProperty(exports, "shellSessionCloseEvidenceOutputSchema", {
93
97
  enumerable: true,
94
- get: function () { return chunk3NRHIVM4_cjs.shellSessionCloseEvidenceOutputSchema; }
98
+ get: function () { return chunkK4A2JSWD_cjs.shellSessionCloseEvidenceOutputSchema; }
95
99
  });
96
100
  Object.defineProperty(exports, "shellSessionOpenEvidenceOutputSchema", {
97
101
  enumerable: true,
98
- get: function () { return chunk3NRHIVM4_cjs.shellSessionOpenEvidenceOutputSchema; }
102
+ get: function () { return chunkK4A2JSWD_cjs.shellSessionOpenEvidenceOutputSchema; }
99
103
  });
100
104
  Object.defineProperty(exports, "shellSessionRunEvidenceOutputSchema", {
101
105
  enumerable: true,
102
- get: function () { return chunk3NRHIVM4_cjs.shellSessionRunEvidenceOutputSchema; }
106
+ get: function () { return chunkK4A2JSWD_cjs.shellSessionRunEvidenceOutputSchema; }
103
107
  });
104
108
  Object.defineProperty(exports, "shellSessionSignalEvidenceOutputSchema", {
105
109
  enumerable: true,
106
- get: function () { return chunk3NRHIVM4_cjs.shellSessionSignalEvidenceOutputSchema; }
110
+ get: function () { return chunkK4A2JSWD_cjs.shellSessionSignalEvidenceOutputSchema; }
107
111
  });
108
112
  Object.defineProperty(exports, "shellSessionSnapshotEvidenceOutputSchema", {
109
113
  enumerable: true,
110
- get: function () { return chunk3NRHIVM4_cjs.shellSessionSnapshotEvidenceOutputSchema; }
114
+ get: function () { return chunkK4A2JSWD_cjs.shellSessionSnapshotEvidenceOutputSchema; }
111
115
  });
112
116
  Object.defineProperty(exports, "shellTools", {
113
117
  enumerable: true,
114
- get: function () { return chunk3NRHIVM4_cjs.shellTools; }
118
+ get: function () { return chunkK4A2JSWD_cjs.shellTools; }
115
119
  });
116
120
  Object.defineProperty(exports, "skillTools", {
117
121
  enumerable: true,
118
- get: function () { return chunk3NRHIVM4_cjs.skillTools; }
122
+ get: function () { return chunkK4A2JSWD_cjs.skillTools; }
119
123
  });
120
124
  Object.defineProperty(exports, "tools", {
121
125
  enumerable: true,
122
- get: function () { return chunk3NRHIVM4_cjs.tools; }
126
+ get: function () { return chunkK4A2JSWD_cjs.tools; }
123
127
  });
@@ -12,6 +12,7 @@ declare const rootedWriteEvidenceOutputSchema: MCPToolInputSchema;
12
12
  declare const dualPathEvidenceOutputSchema: MCPToolInputSchema;
13
13
  declare const batchFlattenCopyEvidenceOutputSchema: MCPToolInputSchema;
14
14
  declare const fileDownloadEvidenceOutputSchema: MCPToolInputSchema;
15
+ declare const fileUrlEvidenceOutputSchema: MCPToolInputSchema;
15
16
  declare const shellSessionSnapshotEvidenceOutputSchema: MCPToolInputSchema;
16
17
  declare const shellSessionOpenEvidenceOutputSchema: MCPToolInputSchema;
17
18
  declare const shellSessionRunEvidenceOutputSchema: MCPToolInputSchema;
@@ -689,4 +690,4 @@ interface SessionDeleteRequestedParams {
689
690
  declare const allTools: MCPTool[];
690
691
  declare const tools: MCPTool[];
691
692
 
692
- export { type AgentInstanceSessionSnapshot, type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSelectedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, type PluginTabTitleChangedParams, type ProposalFeedbackFileSummary, type ProposalFeedbackHunk, type ProposalFeedbackOrigin, type ProposalFeedbackParams, type RootsChangedParams, type SeastudioBatchFlattenCopyOptions, type SeastudioBatchFlattenPreviewOptions, type SeastudioDragDropParams, type SeastudioDragEnterParams, type SeastudioDragFileData, type SeastudioDragRootId, type SeastudioDragStartParams, type SeastudioFileDownloadOptions, type SeastudioFileInfo, type SeastudioFileInfoOptions, type SeastudioFileListOptions, type SeastudioFileReadOptions, type SeastudioFileSearchMatch, type SeastudioFileSearchOptions, type SeastudioFileTransferOptions, type SeastudioFileTreeOptions, type SeastudioFilesystemRoot, type SeastudioFilesystemRootId, SeastudioNotifications, type SeastudioProjectInfo, SeastudioRequests, type SeastudioRootId, type SeastudioShellCloseResult, type SeastudioShellEntry, type SeastudioShellEntryLevel, type SeastudioShellGetEntriesOptions, type SeastudioShellGetEntriesResult, type SeastudioShellKind, type SeastudioShellOneShotResult, type SeastudioShellOpenOptions, type SeastudioShellRunOptions, type SeastudioShellRunResult, type SeastudioShellSession, type SeastudioShellSignalResult, type SeastudioShellWaitResult, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type SessionCreatedParams, type SessionDeleteRequestedParams, type SessionNewRequestedParams, type SessionNotificationBase, type SessionRemovedParams, type SessionSelectedParams, type SessionSelectedReason, type SessionSnapshotItem, type SessionStateSnapshotParams, type SessionStatus, type SessionStatusParams, type SessionSummaryParams, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools };
693
+ export { type AgentInstanceSessionSnapshot, type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSelectedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, type PluginTabTitleChangedParams, type ProposalFeedbackFileSummary, type ProposalFeedbackHunk, type ProposalFeedbackOrigin, type ProposalFeedbackParams, type RootsChangedParams, type SeastudioBatchFlattenCopyOptions, type SeastudioBatchFlattenPreviewOptions, type SeastudioDragDropParams, type SeastudioDragEnterParams, type SeastudioDragFileData, type SeastudioDragRootId, type SeastudioDragStartParams, type SeastudioFileDownloadOptions, type SeastudioFileInfo, type SeastudioFileInfoOptions, type SeastudioFileListOptions, type SeastudioFileReadOptions, type SeastudioFileSearchMatch, type SeastudioFileSearchOptions, type SeastudioFileTransferOptions, type SeastudioFileTreeOptions, type SeastudioFilesystemRoot, type SeastudioFilesystemRootId, SeastudioNotifications, type SeastudioProjectInfo, SeastudioRequests, type SeastudioRootId, type SeastudioShellCloseResult, type SeastudioShellEntry, type SeastudioShellEntryLevel, type SeastudioShellGetEntriesOptions, type SeastudioShellGetEntriesResult, type SeastudioShellKind, type SeastudioShellOneShotResult, type SeastudioShellOpenOptions, type SeastudioShellRunOptions, type SeastudioShellRunResult, type SeastudioShellSession, type SeastudioShellSignalResult, type SeastudioShellWaitResult, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type SessionCreatedParams, type SessionDeleteRequestedParams, type SessionNewRequestedParams, type SessionNotificationBase, type SessionRemovedParams, type SessionSelectedParams, type SessionSelectedReason, type SessionSnapshotItem, type SessionStateSnapshotParams, type SessionStatus, type SessionStatusParams, type SessionSummaryParams, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, fileUrlEvidenceOutputSchema, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools };
@@ -12,6 +12,7 @@ declare const rootedWriteEvidenceOutputSchema: MCPToolInputSchema;
12
12
  declare const dualPathEvidenceOutputSchema: MCPToolInputSchema;
13
13
  declare const batchFlattenCopyEvidenceOutputSchema: MCPToolInputSchema;
14
14
  declare const fileDownloadEvidenceOutputSchema: MCPToolInputSchema;
15
+ declare const fileUrlEvidenceOutputSchema: MCPToolInputSchema;
15
16
  declare const shellSessionSnapshotEvidenceOutputSchema: MCPToolInputSchema;
16
17
  declare const shellSessionOpenEvidenceOutputSchema: MCPToolInputSchema;
17
18
  declare const shellSessionRunEvidenceOutputSchema: MCPToolInputSchema;
@@ -689,4 +690,4 @@ interface SessionDeleteRequestedParams {
689
690
  declare const allTools: MCPTool[];
690
691
  declare const tools: MCPTool[];
691
692
 
692
- export { type AgentInstanceSessionSnapshot, type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSelectedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, type PluginTabTitleChangedParams, type ProposalFeedbackFileSummary, type ProposalFeedbackHunk, type ProposalFeedbackOrigin, type ProposalFeedbackParams, type RootsChangedParams, type SeastudioBatchFlattenCopyOptions, type SeastudioBatchFlattenPreviewOptions, type SeastudioDragDropParams, type SeastudioDragEnterParams, type SeastudioDragFileData, type SeastudioDragRootId, type SeastudioDragStartParams, type SeastudioFileDownloadOptions, type SeastudioFileInfo, type SeastudioFileInfoOptions, type SeastudioFileListOptions, type SeastudioFileReadOptions, type SeastudioFileSearchMatch, type SeastudioFileSearchOptions, type SeastudioFileTransferOptions, type SeastudioFileTreeOptions, type SeastudioFilesystemRoot, type SeastudioFilesystemRootId, SeastudioNotifications, type SeastudioProjectInfo, SeastudioRequests, type SeastudioRootId, type SeastudioShellCloseResult, type SeastudioShellEntry, type SeastudioShellEntryLevel, type SeastudioShellGetEntriesOptions, type SeastudioShellGetEntriesResult, type SeastudioShellKind, type SeastudioShellOneShotResult, type SeastudioShellOpenOptions, type SeastudioShellRunOptions, type SeastudioShellRunResult, type SeastudioShellSession, type SeastudioShellSignalResult, type SeastudioShellWaitResult, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type SessionCreatedParams, type SessionDeleteRequestedParams, type SessionNewRequestedParams, type SessionNotificationBase, type SessionRemovedParams, type SessionSelectedParams, type SessionSelectedReason, type SessionSnapshotItem, type SessionStateSnapshotParams, type SessionStatus, type SessionStatusParams, type SessionSummaryParams, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools };
693
+ export { type AgentInstanceSessionSnapshot, type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSelectedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, type PluginTabTitleChangedParams, type ProposalFeedbackFileSummary, type ProposalFeedbackHunk, type ProposalFeedbackOrigin, type ProposalFeedbackParams, type RootsChangedParams, type SeastudioBatchFlattenCopyOptions, type SeastudioBatchFlattenPreviewOptions, type SeastudioDragDropParams, type SeastudioDragEnterParams, type SeastudioDragFileData, type SeastudioDragRootId, type SeastudioDragStartParams, type SeastudioFileDownloadOptions, type SeastudioFileInfo, type SeastudioFileInfoOptions, type SeastudioFileListOptions, type SeastudioFileReadOptions, type SeastudioFileSearchMatch, type SeastudioFileSearchOptions, type SeastudioFileTransferOptions, type SeastudioFileTreeOptions, type SeastudioFilesystemRoot, type SeastudioFilesystemRootId, SeastudioNotifications, type SeastudioProjectInfo, SeastudioRequests, type SeastudioRootId, type SeastudioShellCloseResult, type SeastudioShellEntry, type SeastudioShellEntryLevel, type SeastudioShellGetEntriesOptions, type SeastudioShellGetEntriesResult, type SeastudioShellKind, type SeastudioShellOneShotResult, type SeastudioShellOpenOptions, type SeastudioShellRunOptions, type SeastudioShellRunResult, type SeastudioShellSession, type SeastudioShellSignalResult, type SeastudioShellWaitResult, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type SessionCreatedParams, type SessionDeleteRequestedParams, type SessionNewRequestedParams, type SessionNotificationBase, type SessionRemovedParams, type SessionSelectedParams, type SessionSelectedReason, type SessionSnapshotItem, type SessionStateSnapshotParams, type SessionStatus, type SessionStatusParams, type SessionSummaryParams, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, fileUrlEvidenceOutputSchema, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools };
@@ -1,2 +1,2 @@
1
- export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools } from '../../chunk-H4V6HT4E.js';
1
+ export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, fileUrlEvidenceOutputSchema, pluginManagementTools, pluginTabTools, projectTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, runOneShotShellCommand, seaCloudTools, seastudio, shellSessionCloseEvidenceOutputSchema, shellSessionOpenEvidenceOutputSchema, shellSessionRunEvidenceOutputSchema, shellSessionSignalEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, skillTools, tools } from '../../chunk-MFZWPGTX.js';
2
2
  import '../../chunk-TJ3CGHWJ.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seastudio/sdk",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "SeaStudio SDK - UI 组件 + MCP 信息交换中心",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",