@seastudio/sdk 3.2.4 → 3.3.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.
@@ -1,4 +1,4 @@
1
- import { allTools } from './chunk-P2PM5DNR.js';
1
+ import { allTools } from './chunk-CJ2BXMJ3.js';
2
2
  import { normalizeMCPTool, normalizeMCPToolObjectSchema, getDefaultClient } from './chunk-TJ3CGHWJ.js';
3
3
 
4
4
  // src/mcp/index.ts
@@ -82,14 +82,21 @@ function MenuItem({
82
82
  onClick,
83
83
  className
84
84
  }) {
85
+ const handlePressStart = (event) => {
86
+ event.stopPropagation();
87
+ if (disabled || event.button !== 0) return;
88
+ onClick();
89
+ };
90
+ const handleKeyboardClick = (event) => {
91
+ event.stopPropagation();
92
+ if (disabled || event.detail !== 0) return;
93
+ onClick();
94
+ };
85
95
  return /* @__PURE__ */ jsx("div", { className: "px-1", children: /* @__PURE__ */ jsxs(
86
96
  "button",
87
97
  {
88
- onClick: () => {
89
- if (!disabled) {
90
- onClick();
91
- }
92
- },
98
+ onMouseDown: handlePressStart,
99
+ onClick: handleKeyboardClick,
93
100
  disabled,
94
101
  className: cn(
95
102
  "w-full flex items-center gap-2 px-2 py-1.5 text-xs text-left transition-colors rounded-md",
package/dist/index.cjs CHANGED
@@ -1,151 +1,151 @@
1
1
  'use strict';
2
2
 
3
- var chunkOFGU4HO7_cjs = require('./chunk-OFGU4HO7.cjs');
4
- var chunkSYMWE636_cjs = require('./chunk-SYMWE636.cjs');
5
- var chunk2JKO4ISE_cjs = require('./chunk-2JKO4ISE.cjs');
3
+ var chunk2MGJLIRZ_cjs = require('./chunk-2MGJLIRZ.cjs');
4
+ var chunkGEPSOYJN_cjs = require('./chunk-GEPSOYJN.cjs');
5
+ var chunkRRDE5HQX_cjs = require('./chunk-RRDE5HQX.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 chunkOFGU4HO7_cjs.MCP_PACKAGES; }
12
+ get: function () { return chunk2MGJLIRZ_cjs.MCP_PACKAGES; }
13
13
  });
14
14
  Object.defineProperty(exports, "getMCPPackageIdForTool", {
15
15
  enumerable: true,
16
- get: function () { return chunkOFGU4HO7_cjs.getMCPPackageIdForTool; }
16
+ get: function () { return chunk2MGJLIRZ_cjs.getMCPPackageIdForTool; }
17
17
  });
18
18
  Object.defineProperty(exports, "getMCPPackages", {
19
19
  enumerable: true,
20
- get: function () { return chunkOFGU4HO7_cjs.getMCPPackages; }
20
+ get: function () { return chunk2MGJLIRZ_cjs.getMCPPackages; }
21
21
  });
22
22
  Object.defineProperty(exports, "getMCPToolPackageIndex", {
23
23
  enumerable: true,
24
- get: function () { return chunkOFGU4HO7_cjs.getMCPToolPackageIndex; }
24
+ get: function () { return chunk2MGJLIRZ_cjs.getMCPToolPackageIndex; }
25
25
  });
26
26
  Object.defineProperty(exports, "getToolsForLLM", {
27
27
  enumerable: true,
28
- get: function () { return chunkOFGU4HO7_cjs.getToolsForLLM; }
28
+ get: function () { return chunk2MGJLIRZ_cjs.getToolsForLLM; }
29
29
  });
30
30
  Object.defineProperty(exports, "listAllTools", {
31
31
  enumerable: true,
32
- get: function () { return chunkOFGU4HO7_cjs.listAllTools; }
32
+ get: function () { return chunk2MGJLIRZ_cjs.listAllTools; }
33
33
  });
34
34
  Object.defineProperty(exports, "listAvailableTools", {
35
35
  enumerable: true,
36
- get: function () { return chunkOFGU4HO7_cjs.listAvailableTools; }
36
+ get: function () { return chunk2MGJLIRZ_cjs.listAvailableTools; }
37
37
  });
38
38
  Object.defineProperty(exports, "listAvailableToolsForLLM", {
39
39
  enumerable: true,
40
- get: function () { return chunkOFGU4HO7_cjs.listAvailableToolsForLLM; }
40
+ get: function () { return chunk2MGJLIRZ_cjs.listAvailableToolsForLLM; }
41
41
  });
42
42
  Object.defineProperty(exports, "loadPlugin", {
43
43
  enumerable: true,
44
- get: function () { return chunkOFGU4HO7_cjs.loadPlugin; }
44
+ get: function () { return chunk2MGJLIRZ_cjs.loadPlugin; }
45
45
  });
46
46
  Object.defineProperty(exports, "mcpToolToOpenAI", {
47
47
  enumerable: true,
48
- get: function () { return chunkOFGU4HO7_cjs.mcpToolToOpenAI; }
48
+ get: function () { return chunk2MGJLIRZ_cjs.mcpToolToOpenAI; }
49
49
  });
50
50
  Object.defineProperty(exports, "DialogBody", {
51
51
  enumerable: true,
52
- get: function () { return chunkSYMWE636_cjs.DialogBody; }
52
+ get: function () { return chunkGEPSOYJN_cjs.DialogBody; }
53
53
  });
54
54
  Object.defineProperty(exports, "DialogButton", {
55
55
  enumerable: true,
56
- get: function () { return chunkSYMWE636_cjs.DialogButton; }
56
+ get: function () { return chunkGEPSOYJN_cjs.DialogButton; }
57
57
  });
58
58
  Object.defineProperty(exports, "DialogContainer", {
59
59
  enumerable: true,
60
- get: function () { return chunkSYMWE636_cjs.DialogContainer; }
60
+ get: function () { return chunkGEPSOYJN_cjs.DialogContainer; }
61
61
  });
62
62
  Object.defineProperty(exports, "DialogFooter", {
63
63
  enumerable: true,
64
- get: function () { return chunkSYMWE636_cjs.DialogFooter; }
64
+ get: function () { return chunkGEPSOYJN_cjs.DialogFooter; }
65
65
  });
66
66
  Object.defineProperty(exports, "DialogHeader", {
67
67
  enumerable: true,
68
- get: function () { return chunkSYMWE636_cjs.DialogHeader; }
68
+ get: function () { return chunkGEPSOYJN_cjs.DialogHeader; }
69
69
  });
70
70
  Object.defineProperty(exports, "DialogOverlay", {
71
71
  enumerable: true,
72
- get: function () { return chunkSYMWE636_cjs.DialogOverlay; }
72
+ get: function () { return chunkGEPSOYJN_cjs.DialogOverlay; }
73
73
  });
74
74
  Object.defineProperty(exports, "MenuContainer", {
75
75
  enumerable: true,
76
- get: function () { return chunkSYMWE636_cjs.MenuContainer; }
76
+ get: function () { return chunkGEPSOYJN_cjs.MenuContainer; }
77
77
  });
78
78
  Object.defineProperty(exports, "MenuEmpty", {
79
79
  enumerable: true,
80
- get: function () { return chunkSYMWE636_cjs.MenuEmpty; }
80
+ get: function () { return chunkGEPSOYJN_cjs.MenuEmpty; }
81
81
  });
82
82
  Object.defineProperty(exports, "MenuItem", {
83
83
  enumerable: true,
84
- get: function () { return chunkSYMWE636_cjs.MenuItem; }
84
+ get: function () { return chunkGEPSOYJN_cjs.MenuItem; }
85
85
  });
86
86
  Object.defineProperty(exports, "MenuSeparator", {
87
87
  enumerable: true,
88
- get: function () { return chunkSYMWE636_cjs.MenuSeparator; }
88
+ get: function () { return chunkGEPSOYJN_cjs.MenuSeparator; }
89
89
  });
90
90
  Object.defineProperty(exports, "Tab", {
91
91
  enumerable: true,
92
- get: function () { return chunkSYMWE636_cjs.Tab; }
92
+ get: function () { return chunkGEPSOYJN_cjs.Tab; }
93
93
  });
94
94
  Object.defineProperty(exports, "cn", {
95
95
  enumerable: true,
96
- get: function () { return chunkSYMWE636_cjs.cn; }
96
+ get: function () { return chunkGEPSOYJN_cjs.cn; }
97
97
  });
98
98
  Object.defineProperty(exports, "showHostContextMenu", {
99
99
  enumerable: true,
100
- get: function () { return chunkSYMWE636_cjs.showHostContextMenu; }
100
+ get: function () { return chunkGEPSOYJN_cjs.showHostContextMenu; }
101
101
  });
102
102
  Object.defineProperty(exports, "SeastudioNotifications", {
103
103
  enumerable: true,
104
- get: function () { return chunk2JKO4ISE_cjs.SeastudioNotifications; }
104
+ get: function () { return chunkRRDE5HQX_cjs.SeastudioNotifications; }
105
105
  });
106
106
  Object.defineProperty(exports, "SeastudioRequests", {
107
107
  enumerable: true,
108
- get: function () { return chunk2JKO4ISE_cjs.SeastudioRequests; }
108
+ get: function () { return chunkRRDE5HQX_cjs.SeastudioRequests; }
109
109
  });
110
110
  Object.defineProperty(exports, "agentManagementTools", {
111
111
  enumerable: true,
112
- get: function () { return chunk2JKO4ISE_cjs.agentManagementTools; }
112
+ get: function () { return chunkRRDE5HQX_cjs.agentManagementTools; }
113
113
  });
114
114
  Object.defineProperty(exports, "agentTabTools", {
115
115
  enumerable: true,
116
- get: function () { return chunk2JKO4ISE_cjs.agentTabTools; }
116
+ get: function () { return chunkRRDE5HQX_cjs.agentTabTools; }
117
117
  });
118
118
  Object.defineProperty(exports, "fileTools", {
119
119
  enumerable: true,
120
- get: function () { return chunk2JKO4ISE_cjs.fileTools; }
120
+ get: function () { return chunkRRDE5HQX_cjs.fileTools; }
121
121
  });
122
122
  Object.defineProperty(exports, "pluginManagementTools", {
123
123
  enumerable: true,
124
- get: function () { return chunk2JKO4ISE_cjs.pluginManagementTools; }
124
+ get: function () { return chunkRRDE5HQX_cjs.pluginManagementTools; }
125
125
  });
126
126
  Object.defineProperty(exports, "pluginTabTools", {
127
127
  enumerable: true,
128
- get: function () { return chunk2JKO4ISE_cjs.pluginTabTools; }
128
+ get: function () { return chunkRRDE5HQX_cjs.pluginTabTools; }
129
129
  });
130
130
  Object.defineProperty(exports, "seaCloudTools", {
131
131
  enumerable: true,
132
- get: function () { return chunk2JKO4ISE_cjs.seaCloudTools; }
132
+ get: function () { return chunkRRDE5HQX_cjs.seaCloudTools; }
133
133
  });
134
134
  Object.defineProperty(exports, "seastudio", {
135
135
  enumerable: true,
136
- get: function () { return chunk2JKO4ISE_cjs.seastudio; }
136
+ get: function () { return chunkRRDE5HQX_cjs.seastudio; }
137
137
  });
138
138
  Object.defineProperty(exports, "seastudioAllTools", {
139
139
  enumerable: true,
140
- get: function () { return chunk2JKO4ISE_cjs.allTools; }
140
+ get: function () { return chunkRRDE5HQX_cjs.allTools; }
141
141
  });
142
142
  Object.defineProperty(exports, "seastudioTools", {
143
143
  enumerable: true,
144
- get: function () { return chunk2JKO4ISE_cjs.tools; }
144
+ get: function () { return chunkRRDE5HQX_cjs.tools; }
145
145
  });
146
146
  Object.defineProperty(exports, "shellTools", {
147
147
  enumerable: true,
148
- get: function () { return chunk2JKO4ISE_cjs.shellTools; }
148
+ get: function () { return chunkRRDE5HQX_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-7WCCFXYM.js';
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-P2PM5DNR.js';
1
+ export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from './chunk-VFDZPHJD.js';
2
+ export { DialogBody, DialogButton, DialogContainer, DialogFooter, DialogHeader, DialogOverlay, MenuContainer, MenuEmpty, MenuItem, MenuSeparator, Tab, cn, showHostContextMenu } from './chunk-X62SRZS4.js';
3
+ export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from './chunk-CJ2BXMJ3.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 chunkOFGU4HO7_cjs = require('../chunk-OFGU4HO7.cjs');
4
- var chunk2JKO4ISE_cjs = require('../chunk-2JKO4ISE.cjs');
3
+ var chunk2MGJLIRZ_cjs = require('../chunk-2MGJLIRZ.cjs');
4
+ var chunkRRDE5HQX_cjs = require('../chunk-RRDE5HQX.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 chunkOFGU4HO7_cjs.MCP_PACKAGES; }
11
+ get: function () { return chunk2MGJLIRZ_cjs.MCP_PACKAGES; }
12
12
  });
13
13
  Object.defineProperty(exports, "getMCPPackageIdForTool", {
14
14
  enumerable: true,
15
- get: function () { return chunkOFGU4HO7_cjs.getMCPPackageIdForTool; }
15
+ get: function () { return chunk2MGJLIRZ_cjs.getMCPPackageIdForTool; }
16
16
  });
17
17
  Object.defineProperty(exports, "getMCPPackages", {
18
18
  enumerable: true,
19
- get: function () { return chunkOFGU4HO7_cjs.getMCPPackages; }
19
+ get: function () { return chunk2MGJLIRZ_cjs.getMCPPackages; }
20
20
  });
21
21
  Object.defineProperty(exports, "getMCPToolPackageIndex", {
22
22
  enumerable: true,
23
- get: function () { return chunkOFGU4HO7_cjs.getMCPToolPackageIndex; }
23
+ get: function () { return chunk2MGJLIRZ_cjs.getMCPToolPackageIndex; }
24
24
  });
25
25
  Object.defineProperty(exports, "getToolsForLLM", {
26
26
  enumerable: true,
27
- get: function () { return chunkOFGU4HO7_cjs.getToolsForLLM; }
27
+ get: function () { return chunk2MGJLIRZ_cjs.getToolsForLLM; }
28
28
  });
29
29
  Object.defineProperty(exports, "listAllTools", {
30
30
  enumerable: true,
31
- get: function () { return chunkOFGU4HO7_cjs.listAllTools; }
31
+ get: function () { return chunk2MGJLIRZ_cjs.listAllTools; }
32
32
  });
33
33
  Object.defineProperty(exports, "listAvailableTools", {
34
34
  enumerable: true,
35
- get: function () { return chunkOFGU4HO7_cjs.listAvailableTools; }
35
+ get: function () { return chunk2MGJLIRZ_cjs.listAvailableTools; }
36
36
  });
37
37
  Object.defineProperty(exports, "listAvailableToolsForLLM", {
38
38
  enumerable: true,
39
- get: function () { return chunkOFGU4HO7_cjs.listAvailableToolsForLLM; }
39
+ get: function () { return chunk2MGJLIRZ_cjs.listAvailableToolsForLLM; }
40
40
  });
41
41
  Object.defineProperty(exports, "loadPlugin", {
42
42
  enumerable: true,
43
- get: function () { return chunkOFGU4HO7_cjs.loadPlugin; }
43
+ get: function () { return chunk2MGJLIRZ_cjs.loadPlugin; }
44
44
  });
45
45
  Object.defineProperty(exports, "mcpToolToOpenAI", {
46
46
  enumerable: true,
47
- get: function () { return chunkOFGU4HO7_cjs.mcpToolToOpenAI; }
47
+ get: function () { return chunk2MGJLIRZ_cjs.mcpToolToOpenAI; }
48
48
  });
49
49
  Object.defineProperty(exports, "SeastudioNotifications", {
50
50
  enumerable: true,
51
- get: function () { return chunk2JKO4ISE_cjs.SeastudioNotifications; }
51
+ get: function () { return chunkRRDE5HQX_cjs.SeastudioNotifications; }
52
52
  });
53
53
  Object.defineProperty(exports, "SeastudioRequests", {
54
54
  enumerable: true,
55
- get: function () { return chunk2JKO4ISE_cjs.SeastudioRequests; }
55
+ get: function () { return chunkRRDE5HQX_cjs.SeastudioRequests; }
56
56
  });
57
57
  Object.defineProperty(exports, "agentManagementTools", {
58
58
  enumerable: true,
59
- get: function () { return chunk2JKO4ISE_cjs.agentManagementTools; }
59
+ get: function () { return chunkRRDE5HQX_cjs.agentManagementTools; }
60
60
  });
61
61
  Object.defineProperty(exports, "agentTabTools", {
62
62
  enumerable: true,
63
- get: function () { return chunk2JKO4ISE_cjs.agentTabTools; }
63
+ get: function () { return chunkRRDE5HQX_cjs.agentTabTools; }
64
64
  });
65
65
  Object.defineProperty(exports, "fileTools", {
66
66
  enumerable: true,
67
- get: function () { return chunk2JKO4ISE_cjs.fileTools; }
67
+ get: function () { return chunkRRDE5HQX_cjs.fileTools; }
68
68
  });
69
69
  Object.defineProperty(exports, "pluginManagementTools", {
70
70
  enumerable: true,
71
- get: function () { return chunk2JKO4ISE_cjs.pluginManagementTools; }
71
+ get: function () { return chunkRRDE5HQX_cjs.pluginManagementTools; }
72
72
  });
73
73
  Object.defineProperty(exports, "pluginTabTools", {
74
74
  enumerable: true,
75
- get: function () { return chunk2JKO4ISE_cjs.pluginTabTools; }
75
+ get: function () { return chunkRRDE5HQX_cjs.pluginTabTools; }
76
76
  });
77
77
  Object.defineProperty(exports, "seaCloudTools", {
78
78
  enumerable: true,
79
- get: function () { return chunk2JKO4ISE_cjs.seaCloudTools; }
79
+ get: function () { return chunkRRDE5HQX_cjs.seaCloudTools; }
80
80
  });
81
81
  Object.defineProperty(exports, "seastudio", {
82
82
  enumerable: true,
83
- get: function () { return chunk2JKO4ISE_cjs.seastudio; }
83
+ get: function () { return chunkRRDE5HQX_cjs.seastudio; }
84
84
  });
85
85
  Object.defineProperty(exports, "seastudioAllTools", {
86
86
  enumerable: true,
87
- get: function () { return chunk2JKO4ISE_cjs.allTools; }
87
+ get: function () { return chunkRRDE5HQX_cjs.allTools; }
88
88
  });
89
89
  Object.defineProperty(exports, "seastudioTools", {
90
90
  enumerable: true,
91
- get: function () { return chunk2JKO4ISE_cjs.tools; }
91
+ get: function () { return chunkRRDE5HQX_cjs.tools; }
92
92
  });
93
93
  Object.defineProperty(exports, "shellTools", {
94
94
  enumerable: true,
95
- get: function () { return chunk2JKO4ISE_cjs.shellTools; }
95
+ get: function () { return chunkRRDE5HQX_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-7WCCFXYM.js';
2
- export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from '../chunk-P2PM5DNR.js';
1
+ export { MCP_PACKAGES, getMCPPackageIdForTool, getMCPPackages, getMCPToolPackageIndex, getToolsForLLM, listAllTools, listAvailableTools, listAvailableToolsForLLM, loadPlugin, mcpToolToOpenAI } from '../chunk-VFDZPHJD.js';
2
+ export { SeastudioNotifications, SeastudioRequests, agentManagementTools, agentTabTools, fileTools, pluginManagementTools, pluginTabTools, seaCloudTools, seastudio, allTools as seastudioAllTools, tools as seastudioTools, shellTools } from '../chunk-CJ2BXMJ3.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,119 @@
1
1
  'use strict';
2
2
 
3
- var chunk2JKO4ISE_cjs = require('../../chunk-2JKO4ISE.cjs');
3
+ var chunkRRDE5HQX_cjs = require('../../chunk-RRDE5HQX.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 chunk2JKO4ISE_cjs.SeastudioNotifications; }
10
+ get: function () { return chunkRRDE5HQX_cjs.SeastudioNotifications; }
11
11
  });
12
12
  Object.defineProperty(exports, "SeastudioRequests", {
13
13
  enumerable: true,
14
- get: function () { return chunk2JKO4ISE_cjs.SeastudioRequests; }
14
+ get: function () { return chunkRRDE5HQX_cjs.SeastudioRequests; }
15
15
  });
16
16
  Object.defineProperty(exports, "agentManagementTools", {
17
17
  enumerable: true,
18
- get: function () { return chunk2JKO4ISE_cjs.agentManagementTools; }
18
+ get: function () { return chunkRRDE5HQX_cjs.agentManagementTools; }
19
19
  });
20
20
  Object.defineProperty(exports, "agentTabTools", {
21
21
  enumerable: true,
22
- get: function () { return chunk2JKO4ISE_cjs.agentTabTools; }
22
+ get: function () { return chunkRRDE5HQX_cjs.agentTabTools; }
23
23
  });
24
24
  Object.defineProperty(exports, "allTools", {
25
25
  enumerable: true,
26
- get: function () { return chunk2JKO4ISE_cjs.allTools; }
26
+ get: function () { return chunkRRDE5HQX_cjs.allTools; }
27
27
  });
28
28
  Object.defineProperty(exports, "annotateTool", {
29
29
  enumerable: true,
30
- get: function () { return chunk2JKO4ISE_cjs.annotateTool; }
30
+ get: function () { return chunkRRDE5HQX_cjs.annotateTool; }
31
31
  });
32
32
  Object.defineProperty(exports, "batchFlattenCopyEvidenceOutputSchema", {
33
33
  enumerable: true,
34
- get: function () { return chunk2JKO4ISE_cjs.batchFlattenCopyEvidenceOutputSchema; }
34
+ get: function () { return chunkRRDE5HQX_cjs.batchFlattenCopyEvidenceOutputSchema; }
35
35
  });
36
36
  Object.defineProperty(exports, "callTool", {
37
37
  enumerable: true,
38
- get: function () { return chunk2JKO4ISE_cjs.callTool; }
38
+ get: function () { return chunkRRDE5HQX_cjs.callTool; }
39
39
  });
40
40
  Object.defineProperty(exports, "callToolText", {
41
41
  enumerable: true,
42
- get: function () { return chunk2JKO4ISE_cjs.callToolText; }
42
+ get: function () { return chunkRRDE5HQX_cjs.callToolText; }
43
43
  });
44
44
  Object.defineProperty(exports, "dualPathEvidenceOutputSchema", {
45
45
  enumerable: true,
46
- get: function () { return chunk2JKO4ISE_cjs.dualPathEvidenceOutputSchema; }
46
+ get: function () { return chunkRRDE5HQX_cjs.dualPathEvidenceOutputSchema; }
47
47
  });
48
48
  Object.defineProperty(exports, "fileDownloadEvidenceOutputSchema", {
49
49
  enumerable: true,
50
- get: function () { return chunk2JKO4ISE_cjs.fileDownloadEvidenceOutputSchema; }
50
+ get: function () { return chunkRRDE5HQX_cjs.fileDownloadEvidenceOutputSchema; }
51
51
  });
52
52
  Object.defineProperty(exports, "fileTools", {
53
53
  enumerable: true,
54
- get: function () { return chunk2JKO4ISE_cjs.fileTools; }
54
+ get: function () { return chunkRRDE5HQX_cjs.fileTools; }
55
55
  });
56
56
  Object.defineProperty(exports, "pluginManagementTools", {
57
57
  enumerable: true,
58
- get: function () { return chunk2JKO4ISE_cjs.pluginManagementTools; }
58
+ get: function () { return chunkRRDE5HQX_cjs.pluginManagementTools; }
59
59
  });
60
60
  Object.defineProperty(exports, "pluginTabTools", {
61
61
  enumerable: true,
62
- get: function () { return chunk2JKO4ISE_cjs.pluginTabTools; }
62
+ get: function () { return chunkRRDE5HQX_cjs.pluginTabTools; }
63
+ });
64
+ Object.defineProperty(exports, "projectTools", {
65
+ enumerable: true,
66
+ get: function () { return chunkRRDE5HQX_cjs.projectTools; }
63
67
  });
64
68
  Object.defineProperty(exports, "request", {
65
69
  enumerable: true,
66
- get: function () { return chunk2JKO4ISE_cjs.request; }
70
+ get: function () { return chunkRRDE5HQX_cjs.request; }
67
71
  });
68
72
  Object.defineProperty(exports, "rootedPathEvidenceOutputSchema", {
69
73
  enumerable: true,
70
- get: function () { return chunk2JKO4ISE_cjs.rootedPathEvidenceOutputSchema; }
74
+ get: function () { return chunkRRDE5HQX_cjs.rootedPathEvidenceOutputSchema; }
71
75
  });
72
76
  Object.defineProperty(exports, "rootedWriteEvidenceOutputSchema", {
73
77
  enumerable: true,
74
- get: function () { return chunk2JKO4ISE_cjs.rootedWriteEvidenceOutputSchema; }
78
+ get: function () { return chunkRRDE5HQX_cjs.rootedWriteEvidenceOutputSchema; }
79
+ });
80
+ Object.defineProperty(exports, "runOneShotShellCommand", {
81
+ enumerable: true,
82
+ get: function () { return chunkRRDE5HQX_cjs.runOneShotShellCommand; }
75
83
  });
76
84
  Object.defineProperty(exports, "seaCloudTools", {
77
85
  enumerable: true,
78
- get: function () { return chunk2JKO4ISE_cjs.seaCloudTools; }
86
+ get: function () { return chunkRRDE5HQX_cjs.seaCloudTools; }
79
87
  });
80
88
  Object.defineProperty(exports, "seastudio", {
81
89
  enumerable: true,
82
- get: function () { return chunk2JKO4ISE_cjs.seastudio; }
90
+ get: function () { return chunkRRDE5HQX_cjs.seastudio; }
91
+ });
92
+ Object.defineProperty(exports, "shellSessionCloseEvidenceOutputSchema", {
93
+ enumerable: true,
94
+ get: function () { return chunkRRDE5HQX_cjs.shellSessionCloseEvidenceOutputSchema; }
95
+ });
96
+ Object.defineProperty(exports, "shellSessionOpenEvidenceOutputSchema", {
97
+ enumerable: true,
98
+ get: function () { return chunkRRDE5HQX_cjs.shellSessionOpenEvidenceOutputSchema; }
99
+ });
100
+ Object.defineProperty(exports, "shellSessionRunEvidenceOutputSchema", {
101
+ enumerable: true,
102
+ get: function () { return chunkRRDE5HQX_cjs.shellSessionRunEvidenceOutputSchema; }
83
103
  });
84
- Object.defineProperty(exports, "shellCommandEvidenceOutputSchema", {
104
+ Object.defineProperty(exports, "shellSessionSignalEvidenceOutputSchema", {
85
105
  enumerable: true,
86
- get: function () { return chunk2JKO4ISE_cjs.shellCommandEvidenceOutputSchema; }
106
+ get: function () { return chunkRRDE5HQX_cjs.shellSessionSignalEvidenceOutputSchema; }
87
107
  });
88
108
  Object.defineProperty(exports, "shellSessionSnapshotEvidenceOutputSchema", {
89
109
  enumerable: true,
90
- get: function () { return chunk2JKO4ISE_cjs.shellSessionSnapshotEvidenceOutputSchema; }
110
+ get: function () { return chunkRRDE5HQX_cjs.shellSessionSnapshotEvidenceOutputSchema; }
91
111
  });
92
112
  Object.defineProperty(exports, "shellTools", {
93
113
  enumerable: true,
94
- get: function () { return chunk2JKO4ISE_cjs.shellTools; }
114
+ get: function () { return chunkRRDE5HQX_cjs.shellTools; }
95
115
  });
96
116
  Object.defineProperty(exports, "tools", {
97
117
  enumerable: true,
98
- get: function () { return chunk2JKO4ISE_cjs.tools; }
118
+ get: function () { return chunkRRDE5HQX_cjs.tools; }
99
119
  });