@seastudio/sdk 3.0.5 → 3.2.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.
- package/README.md +8 -0
- package/dist/{chunk-E33WZ4UI.cjs → chunk-B4SSXXGO.cjs} +4 -4
- package/dist/{chunk-IBRD7E5X.js → chunk-JECBSAOI.js} +1 -1
- package/dist/{chunk-7I3A4U6V.cjs → chunk-UISZZGNC.cjs} +15 -1
- package/dist/{chunk-4QK6VMIM.js → chunk-ZP2QGNBN.js} +15 -1
- package/dist/index.cjs +24 -24
- package/dist/index.js +2 -2
- package/dist/mcp/index.cjs +24 -24
- package/dist/mcp/index.js +2 -2
- package/dist/mcp/seastudio/index.cjs +24 -24
- package/dist/mcp/seastudio/index.d.cts +49 -1
- package/dist/mcp/seastudio/index.d.ts +49 -1
- package/dist/mcp/seastudio/index.js +1 -1
- package/package.json +5 -20
- package/bin/seastudio.js +0 -3
- package/dist/develop-tool/cli/index.cjs +0 -1210
- package/dist/develop-tool/cli/index.d.cts +0 -1
- package/dist/develop-tool/cli/index.d.ts +0 -1
- package/dist/develop-tool/cli/index.js +0 -1199
- package/src/develop-tool/templates/plugin/README.md.tmpl +0 -36
- package/src/develop-tool/templates/plugin/frontend/index.html.tmpl +0 -12
- package/src/develop-tool/templates/plugin/frontend/package.json.tmpl +0 -30
- package/src/develop-tool/templates/plugin/frontend/postcss.config.js +0 -6
- package/src/develop-tool/templates/plugin/frontend/src/App.css +0 -43
- package/src/develop-tool/templates/plugin/frontend/src/App.tsx.tmpl +0 -43
- package/src/develop-tool/templates/plugin/frontend/src/main.tsx +0 -13
- package/src/develop-tool/templates/plugin/frontend/src/mcp-entry.ts.tmpl +0 -12
- package/src/develop-tool/templates/plugin/frontend/src/vite-env.d.ts +0 -1
- package/src/develop-tool/templates/plugin/frontend/tsconfig.json +0 -20
- package/src/develop-tool/templates/plugin/frontend/vite.config.ts +0 -12
- package/src/develop-tool/templates/plugin/seastudio.config.json.tmpl +0 -14
package/README.md
CHANGED
|
@@ -113,6 +113,14 @@ pnpm build
|
|
|
113
113
|
pnpm dev
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
+
## 开发者工具
|
|
117
|
+
|
|
118
|
+
插件与智能体的创建、打包、发布能力已迁入 SeaStudio 主程序内置的开发者工具引擎。
|
|
119
|
+
|
|
120
|
+
- 创建项目:在 SeaStudio 主程序中使用 `设置 -> 开发者工具`
|
|
121
|
+
- 打包项目:在 SeaStudio 主程序中选择项目目录后直接打包
|
|
122
|
+
- 发布项目:在 SeaStudio 主程序的市场/开发者工具界面完成
|
|
123
|
+
|
|
116
124
|
## 迁移指南
|
|
117
125
|
|
|
118
126
|
从 v2.x 迁移到 v3.x,请参阅项目根目录的 `MCP_MIGRATION_GUIDE.md`。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkUISZZGNC_cjs = require('./chunk-UISZZGNC.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:
|
|
14
|
+
{ id: "seastudio", name: "SeaStudio", description: "\u6587\u4EF6/Shell/AIGC \u57FA\u7840\u80FD\u529B", tools: chunkUISZZGNC_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 [...
|
|
32
|
+
return [...chunkUISZZGNC_cjs.allTools];
|
|
33
33
|
}
|
|
34
34
|
function toPackageName(source) {
|
|
35
35
|
if (source === "seastudio") {
|
|
@@ -59,7 +59,7 @@ function normalizeAvailableTool(raw) {
|
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
var MCP_TOOL_PACKAGE_INDEX = new Map(
|
|
62
|
-
|
|
62
|
+
chunkUISZZGNC_cjs.allTools.map((tool) => [tool.name, "seastudio"])
|
|
63
63
|
);
|
|
64
64
|
function getMCPToolPackageIndex() {
|
|
65
65
|
return new Map(MCP_TOOL_PACKAGE_INDEX);
|
|
@@ -1201,7 +1201,21 @@ var SeastudioNotifications = {
|
|
|
1201
1201
|
/** 文本发送请求 */
|
|
1202
1202
|
TEXT_SEND_REQUESTED: "seastudio:text-send_requested",
|
|
1203
1203
|
/** 代码提案审核反馈 */
|
|
1204
|
-
PROPOSAL_FEEDBACK: "seastudio:proposal-feedback"
|
|
1204
|
+
PROPOSAL_FEEDBACK: "seastudio:proposal-feedback",
|
|
1205
|
+
/**
|
|
1206
|
+
* Agent 对话 session:新建。消息历史仍由 Agent 前端持有,宿主仅同步列表用于侧栏。
|
|
1207
|
+
* 通常由 Agent 通过 notifications/publish 发出;其他订阅者(含 host-ui)可据此更新 UI。
|
|
1208
|
+
*/
|
|
1209
|
+
SESSION_CREATED: "session:created",
|
|
1210
|
+
/**
|
|
1211
|
+
* Agent 对话 session:当前选中项变化。
|
|
1212
|
+
* 可由 Agent 广播,或由宿主侧栏通过 publishTo(targetPluginId, targetInstanceId) 定向到单个 Agent 标签。
|
|
1213
|
+
*/
|
|
1214
|
+
SESSION_SELECTED: "session:selected",
|
|
1215
|
+
/** Agent 对话 session:摘要或标题更新,供侧栏展示 */
|
|
1216
|
+
SESSION_SUMMARY: "session:summary",
|
|
1217
|
+
/** Agent 对话 session:从宿主列表移除(删除/归档等) */
|
|
1218
|
+
SESSION_REMOVED: "session:removed"
|
|
1205
1219
|
};
|
|
1206
1220
|
|
|
1207
1221
|
// src/mcp/seastudio/index.ts
|
|
@@ -1199,7 +1199,21 @@ var SeastudioNotifications = {
|
|
|
1199
1199
|
/** 文本发送请求 */
|
|
1200
1200
|
TEXT_SEND_REQUESTED: "seastudio:text-send_requested",
|
|
1201
1201
|
/** 代码提案审核反馈 */
|
|
1202
|
-
PROPOSAL_FEEDBACK: "seastudio:proposal-feedback"
|
|
1202
|
+
PROPOSAL_FEEDBACK: "seastudio:proposal-feedback",
|
|
1203
|
+
/**
|
|
1204
|
+
* Agent 对话 session:新建。消息历史仍由 Agent 前端持有,宿主仅同步列表用于侧栏。
|
|
1205
|
+
* 通常由 Agent 通过 notifications/publish 发出;其他订阅者(含 host-ui)可据此更新 UI。
|
|
1206
|
+
*/
|
|
1207
|
+
SESSION_CREATED: "session:created",
|
|
1208
|
+
/**
|
|
1209
|
+
* Agent 对话 session:当前选中项变化。
|
|
1210
|
+
* 可由 Agent 广播,或由宿主侧栏通过 publishTo(targetPluginId, targetInstanceId) 定向到单个 Agent 标签。
|
|
1211
|
+
*/
|
|
1212
|
+
SESSION_SELECTED: "session:selected",
|
|
1213
|
+
/** Agent 对话 session:摘要或标题更新,供侧栏展示 */
|
|
1214
|
+
SESSION_SUMMARY: "session:summary",
|
|
1215
|
+
/** Agent 对话 session:从宿主列表移除(删除/归档等) */
|
|
1216
|
+
SESSION_REMOVED: "session:removed"
|
|
1203
1217
|
};
|
|
1204
1218
|
|
|
1205
1219
|
// src/mcp/seastudio/index.ts
|
package/dist/index.cjs
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkB4SSXXGO_cjs = require('./chunk-B4SSXXGO.cjs');
|
|
4
4
|
var chunkSYMWE636_cjs = require('./chunk-SYMWE636.cjs');
|
|
5
|
-
var
|
|
5
|
+
var chunkUISZZGNC_cjs = require('./chunk-UISZZGNC.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
|
|
12
|
+
get: function () { return chunkB4SSXXGO_cjs.MCP_PACKAGES; }
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "getMCPPackageIdForTool", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkB4SSXXGO_cjs.getMCPPackageIdForTool; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "getMCPPackages", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkB4SSXXGO_cjs.getMCPPackages; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "getMCPToolPackageIndex", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkB4SSXXGO_cjs.getMCPToolPackageIndex; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "getToolsForLLM", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkB4SSXXGO_cjs.getToolsForLLM; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "listAllTools", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkB4SSXXGO_cjs.listAllTools; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "listAvailableTools", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkB4SSXXGO_cjs.listAvailableTools; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "listAvailableToolsForLLM", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkB4SSXXGO_cjs.listAvailableToolsForLLM; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "loadPlugin", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkB4SSXXGO_cjs.loadPlugin; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "mcpToolToOpenAI", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkB4SSXXGO_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
|
|
104
|
+
get: function () { return chunkUISZZGNC_cjs.SeastudioNotifications; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "SeastudioRequests", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkUISZZGNC_cjs.SeastudioRequests; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "agentManagementTools", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkUISZZGNC_cjs.agentManagementTools; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "agentTabTools", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkUISZZGNC_cjs.agentTabTools; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "fileTools", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkUISZZGNC_cjs.fileTools; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "pluginManagementTools", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkUISZZGNC_cjs.pluginManagementTools; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "pluginTabTools", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkUISZZGNC_cjs.pluginTabTools; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "seaCloudTools", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkUISZZGNC_cjs.seaCloudTools; }
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(exports, "seastudio", {
|
|
135
135
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkUISZZGNC_cjs.seastudio; }
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(exports, "seastudioAllTools", {
|
|
139
139
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkUISZZGNC_cjs.allTools; }
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(exports, "seastudioTools", {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkUISZZGNC_cjs.tools; }
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(exports, "shellTools", {
|
|
147
147
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkUISZZGNC_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-
|
|
1
|
+
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-JECBSAOI.js';
|
|
2
2
|
export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from './chunk-4JAYW5GM.js';
|
|
3
|
-
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-
|
|
3
|
+
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-ZP2QGNBN.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';
|
package/dist/mcp/index.cjs
CHANGED
|
@@ -1,98 +1,98 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkB4SSXXGO_cjs = require('../chunk-B4SSXXGO.cjs');
|
|
4
|
+
var chunkUISZZGNC_cjs = require('../chunk-UISZZGNC.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
|
|
11
|
+
get: function () { return chunkB4SSXXGO_cjs.MCP_PACKAGES; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "getMCPPackageIdForTool", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkB4SSXXGO_cjs.getMCPPackageIdForTool; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "getMCPPackages", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkB4SSXXGO_cjs.getMCPPackages; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "getMCPToolPackageIndex", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkB4SSXXGO_cjs.getMCPToolPackageIndex; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "getToolsForLLM", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkB4SSXXGO_cjs.getToolsForLLM; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "listAllTools", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkB4SSXXGO_cjs.listAllTools; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "listAvailableTools", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkB4SSXXGO_cjs.listAvailableTools; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "listAvailableToolsForLLM", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkB4SSXXGO_cjs.listAvailableToolsForLLM; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "loadPlugin", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkB4SSXXGO_cjs.loadPlugin; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "mcpToolToOpenAI", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkB4SSXXGO_cjs.mcpToolToOpenAI; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "SeastudioNotifications", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkUISZZGNC_cjs.SeastudioNotifications; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "SeastudioRequests", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkUISZZGNC_cjs.SeastudioRequests; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "agentManagementTools", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkUISZZGNC_cjs.agentManagementTools; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "agentTabTools", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkUISZZGNC_cjs.agentTabTools; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "fileTools", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkUISZZGNC_cjs.fileTools; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "pluginManagementTools", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkUISZZGNC_cjs.pluginManagementTools; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "pluginTabTools", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkUISZZGNC_cjs.pluginTabTools; }
|
|
76
76
|
});
|
|
77
77
|
Object.defineProperty(exports, "seaCloudTools", {
|
|
78
78
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkUISZZGNC_cjs.seaCloudTools; }
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "seastudio", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkUISZZGNC_cjs.seastudio; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "seastudioAllTools", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkUISZZGNC_cjs.allTools; }
|
|
88
88
|
});
|
|
89
89
|
Object.defineProperty(exports, "seastudioTools", {
|
|
90
90
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkUISZZGNC_cjs.tools; }
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "shellTools", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkUISZZGNC_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-
|
|
2
|
-
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from '../chunk-
|
|
1
|
+
export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from '../chunk-JECBSAOI.js';
|
|
2
|
+
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from '../chunk-ZP2QGNBN.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,99 +1,99 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkUISZZGNC_cjs = require('../../chunk-UISZZGNC.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
|
|
10
|
+
get: function () { return chunkUISZZGNC_cjs.SeastudioNotifications; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "SeastudioRequests", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkUISZZGNC_cjs.SeastudioRequests; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "agentManagementTools", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkUISZZGNC_cjs.agentManagementTools; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "agentTabTools", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkUISZZGNC_cjs.agentTabTools; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "allTools", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkUISZZGNC_cjs.allTools; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "annotateTool", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkUISZZGNC_cjs.annotateTool; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "batchFlattenCopyEvidenceOutputSchema", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkUISZZGNC_cjs.batchFlattenCopyEvidenceOutputSchema; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "callTool", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkUISZZGNC_cjs.callTool; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "callToolText", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkUISZZGNC_cjs.callToolText; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "dualPathEvidenceOutputSchema", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkUISZZGNC_cjs.dualPathEvidenceOutputSchema; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "fileDownloadEvidenceOutputSchema", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkUISZZGNC_cjs.fileDownloadEvidenceOutputSchema; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "fileTools", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkUISZZGNC_cjs.fileTools; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "pluginManagementTools", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkUISZZGNC_cjs.pluginManagementTools; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "pluginTabTools", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkUISZZGNC_cjs.pluginTabTools; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "request", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkUISZZGNC_cjs.request; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "rootedPathEvidenceOutputSchema", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkUISZZGNC_cjs.rootedPathEvidenceOutputSchema; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "rootedWriteEvidenceOutputSchema", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkUISZZGNC_cjs.rootedWriteEvidenceOutputSchema; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "seaCloudTools", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkUISZZGNC_cjs.seaCloudTools; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "seastudio", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkUISZZGNC_cjs.seastudio; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "shellCommandEvidenceOutputSchema", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkUISZZGNC_cjs.shellCommandEvidenceOutputSchema; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "shellSessionSnapshotEvidenceOutputSchema", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkUISZZGNC_cjs.shellSessionSnapshotEvidenceOutputSchema; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "shellTools", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkUISZZGNC_cjs.shellTools; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "tools", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkUISZZGNC_cjs.tools; }
|
|
99
99
|
});
|
|
@@ -274,6 +274,20 @@ declare const SeastudioNotifications: {
|
|
|
274
274
|
readonly TEXT_SEND_REQUESTED: "seastudio:text-send_requested";
|
|
275
275
|
/** 代码提案审核反馈 */
|
|
276
276
|
readonly PROPOSAL_FEEDBACK: "seastudio:proposal-feedback";
|
|
277
|
+
/**
|
|
278
|
+
* Agent 对话 session:新建。消息历史仍由 Agent 前端持有,宿主仅同步列表用于侧栏。
|
|
279
|
+
* 通常由 Agent 通过 notifications/publish 发出;其他订阅者(含 host-ui)可据此更新 UI。
|
|
280
|
+
*/
|
|
281
|
+
readonly SESSION_CREATED: "session:created";
|
|
282
|
+
/**
|
|
283
|
+
* Agent 对话 session:当前选中项变化。
|
|
284
|
+
* 可由 Agent 广播,或由宿主侧栏通过 publishTo(targetPluginId, targetInstanceId) 定向到单个 Agent 标签。
|
|
285
|
+
*/
|
|
286
|
+
readonly SESSION_SELECTED: "session:selected";
|
|
287
|
+
/** Agent 对话 session:摘要或标题更新,供侧栏展示 */
|
|
288
|
+
readonly SESSION_SUMMARY: "session:summary";
|
|
289
|
+
/** Agent 对话 session:从宿主列表移除(删除/归档等) */
|
|
290
|
+
readonly SESSION_REMOVED: "session:removed";
|
|
277
291
|
};
|
|
278
292
|
/**
|
|
279
293
|
* files:changed 通知参数
|
|
@@ -414,6 +428,40 @@ interface FileSavedParams {
|
|
|
414
428
|
/** 触发来源插件 ID */
|
|
415
429
|
source?: string;
|
|
416
430
|
}
|
|
431
|
+
/** 各 session 通知的公共字段 */
|
|
432
|
+
interface SessionNotificationBase {
|
|
433
|
+
/** 对应 Agent 标签实例 ID(与 MCP 上下文中的 agent 实例一致) */
|
|
434
|
+
agentInstanceId: string;
|
|
435
|
+
/** Agent 侧对话 session 标识 */
|
|
436
|
+
sessionId: string;
|
|
437
|
+
/** 所属项目 ID(可选,便于宿主过滤) */
|
|
438
|
+
projectId?: string;
|
|
439
|
+
}
|
|
440
|
+
interface SessionCreatedParams extends SessionNotificationBase {
|
|
441
|
+
/** 展示用标题 */
|
|
442
|
+
title?: string;
|
|
443
|
+
/** 创建时间(ISO 字符串或时间戳由实现约定) */
|
|
444
|
+
createdAt?: string;
|
|
445
|
+
/** 是否同时成为当前选中的 session */
|
|
446
|
+
isActive?: boolean;
|
|
447
|
+
}
|
|
448
|
+
type SessionSelectedReason = 'user' | 'agent' | 'host';
|
|
449
|
+
interface SessionSelectedParams extends SessionNotificationBase {
|
|
450
|
+
/** 变化原因:侧栏点击多为 host,Agent 内切换多为 agent */
|
|
451
|
+
reason?: SessionSelectedReason;
|
|
452
|
+
}
|
|
453
|
+
interface SessionSummaryParams extends SessionNotificationBase {
|
|
454
|
+
/** 侧栏展示的摘要文案 */
|
|
455
|
+
summary: string;
|
|
456
|
+
/** 可选:同时更新标题 */
|
|
457
|
+
title?: string;
|
|
458
|
+
/** 可选:摘要更新时间 */
|
|
459
|
+
updatedAt?: string;
|
|
460
|
+
}
|
|
461
|
+
interface SessionRemovedParams extends SessionNotificationBase {
|
|
462
|
+
/** 移除原因,便于调试或 UI 提示 */
|
|
463
|
+
reason?: 'deleted' | 'archived' | 'closed';
|
|
464
|
+
}
|
|
417
465
|
|
|
418
466
|
/**
|
|
419
467
|
* SeaStudio MCP Module
|
|
@@ -424,4 +472,4 @@ interface FileSavedParams {
|
|
|
424
472
|
declare const allTools: MCPTool[];
|
|
425
473
|
declare const tools: MCPTool[];
|
|
426
474
|
|
|
427
|
-
export { type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, 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, SeastudioRequests, type SeastudioShellCommandResult, type SeastudioShellSessionEntry, type SeastudioShellSessionEntryLevel, type SeastudioShellSessionSnapshot, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, seaCloudTools, seastudio, shellCommandEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, tools };
|
|
475
|
+
export { type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, 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, SeastudioRequests, type SeastudioShellCommandResult, type SeastudioShellSessionEntry, type SeastudioShellSessionEntryLevel, type SeastudioShellSessionSnapshot, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type SessionCreatedParams, type SessionNotificationBase, type SessionRemovedParams, type SessionSelectedParams, type SessionSelectedReason, type SessionSummaryParams, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, seaCloudTools, seastudio, shellCommandEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, tools };
|
|
@@ -274,6 +274,20 @@ declare const SeastudioNotifications: {
|
|
|
274
274
|
readonly TEXT_SEND_REQUESTED: "seastudio:text-send_requested";
|
|
275
275
|
/** 代码提案审核反馈 */
|
|
276
276
|
readonly PROPOSAL_FEEDBACK: "seastudio:proposal-feedback";
|
|
277
|
+
/**
|
|
278
|
+
* Agent 对话 session:新建。消息历史仍由 Agent 前端持有,宿主仅同步列表用于侧栏。
|
|
279
|
+
* 通常由 Agent 通过 notifications/publish 发出;其他订阅者(含 host-ui)可据此更新 UI。
|
|
280
|
+
*/
|
|
281
|
+
readonly SESSION_CREATED: "session:created";
|
|
282
|
+
/**
|
|
283
|
+
* Agent 对话 session:当前选中项变化。
|
|
284
|
+
* 可由 Agent 广播,或由宿主侧栏通过 publishTo(targetPluginId, targetInstanceId) 定向到单个 Agent 标签。
|
|
285
|
+
*/
|
|
286
|
+
readonly SESSION_SELECTED: "session:selected";
|
|
287
|
+
/** Agent 对话 session:摘要或标题更新,供侧栏展示 */
|
|
288
|
+
readonly SESSION_SUMMARY: "session:summary";
|
|
289
|
+
/** Agent 对话 session:从宿主列表移除(删除/归档等) */
|
|
290
|
+
readonly SESSION_REMOVED: "session:removed";
|
|
277
291
|
};
|
|
278
292
|
/**
|
|
279
293
|
* files:changed 通知参数
|
|
@@ -414,6 +428,40 @@ interface FileSavedParams {
|
|
|
414
428
|
/** 触发来源插件 ID */
|
|
415
429
|
source?: string;
|
|
416
430
|
}
|
|
431
|
+
/** 各 session 通知的公共字段 */
|
|
432
|
+
interface SessionNotificationBase {
|
|
433
|
+
/** 对应 Agent 标签实例 ID(与 MCP 上下文中的 agent 实例一致) */
|
|
434
|
+
agentInstanceId: string;
|
|
435
|
+
/** Agent 侧对话 session 标识 */
|
|
436
|
+
sessionId: string;
|
|
437
|
+
/** 所属项目 ID(可选,便于宿主过滤) */
|
|
438
|
+
projectId?: string;
|
|
439
|
+
}
|
|
440
|
+
interface SessionCreatedParams extends SessionNotificationBase {
|
|
441
|
+
/** 展示用标题 */
|
|
442
|
+
title?: string;
|
|
443
|
+
/** 创建时间(ISO 字符串或时间戳由实现约定) */
|
|
444
|
+
createdAt?: string;
|
|
445
|
+
/** 是否同时成为当前选中的 session */
|
|
446
|
+
isActive?: boolean;
|
|
447
|
+
}
|
|
448
|
+
type SessionSelectedReason = 'user' | 'agent' | 'host';
|
|
449
|
+
interface SessionSelectedParams extends SessionNotificationBase {
|
|
450
|
+
/** 变化原因:侧栏点击多为 host,Agent 内切换多为 agent */
|
|
451
|
+
reason?: SessionSelectedReason;
|
|
452
|
+
}
|
|
453
|
+
interface SessionSummaryParams extends SessionNotificationBase {
|
|
454
|
+
/** 侧栏展示的摘要文案 */
|
|
455
|
+
summary: string;
|
|
456
|
+
/** 可选:同时更新标题 */
|
|
457
|
+
title?: string;
|
|
458
|
+
/** 可选:摘要更新时间 */
|
|
459
|
+
updatedAt?: string;
|
|
460
|
+
}
|
|
461
|
+
interface SessionRemovedParams extends SessionNotificationBase {
|
|
462
|
+
/** 移除原因,便于调试或 UI 提示 */
|
|
463
|
+
reason?: 'deleted' | 'archived' | 'closed';
|
|
464
|
+
}
|
|
417
465
|
|
|
418
466
|
/**
|
|
419
467
|
* SeaStudio MCP Module
|
|
@@ -424,4 +472,4 @@ interface FileSavedParams {
|
|
|
424
472
|
declare const allTools: MCPTool[];
|
|
425
473
|
declare const tools: MCPTool[];
|
|
426
474
|
|
|
427
|
-
export { type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, 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, SeastudioRequests, type SeastudioShellCommandResult, type SeastudioShellSessionEntry, type SeastudioShellSessionEntryLevel, type SeastudioShellSessionSnapshot, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, seaCloudTools, seastudio, shellCommandEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, tools };
|
|
475
|
+
export { type FileDeletedParams, type FileModifiedParams, type FileOpenRequestedParams, type FileRenamedParams, type FileSavedParams, type FileSendRequestedParams, type FileTransferRequestedParams, type FilesChangedParams, 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, SeastudioRequests, type SeastudioShellCommandResult, type SeastudioShellSessionEntry, type SeastudioShellSessionEntryLevel, type SeastudioShellSessionSnapshot, type SeastudioSinglePathOptions, type SeastudioWorkspacePathMode, type SessionCreatedParams, type SessionNotificationBase, type SessionRemovedParams, type SessionSelectedParams, type SessionSelectedReason, type SessionSummaryParams, type TextSendRequestedParams, type TextSendRequestedSelectionRange, type TextSendRequestedSource, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, seaCloudTools, seastudio, shellCommandEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, tools };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, seaCloudTools, seastudio, shellCommandEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, tools } from '../../chunk-
|
|
1
|
+
export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, allTools, annotateTool, batchFlattenCopyEvidenceOutputSchema, callTool, callToolText, dualPathEvidenceOutputSchema, fileDownloadEvidenceOutputSchema, fileTools, pluginManagementTools, pluginTabTools, request, rootedPathEvidenceOutputSchema, rootedWriteEvidenceOutputSchema, seaCloudTools, seastudio, shellCommandEvidenceOutputSchema, shellSessionSnapshotEvidenceOutputSchema, shellTools, tools } from '../../chunk-ZP2QGNBN.js';
|
|
2
2
|
import '../../chunk-TJ3CGHWJ.js';
|