@tutti-os/agent-gui 0.0.210 → 0.0.211
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 +1 -1
- package/dist/{AgentRichTextReadonly-DFWY2WYO.js → AgentRichTextReadonly-GEGDM5UJ.js} +5 -5
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.js +6 -6
- package/dist/app/renderer/agentactivity.css +5 -0
- package/dist/app/renderer/assets/icons/agents/tutti-mode.png +0 -0
- package/dist/app/renderer/assets/icons/tutti-intensity-handle-balance.png +0 -0
- package/dist/app/renderer/assets/icons/tutti-intensity-handle-cost.png +0 -0
- package/dist/app/renderer/assets/icons/tutti-intensity-handle-powerful.png +0 -0
- package/dist/app/renderer/assets/icons/tutti-mode-lined.svg +3 -0
- package/dist/{chunk-CKUR2VKA.js → chunk-3MMKYY6R.js} +2 -2
- package/dist/{chunk-RAO2PI3T.js → chunk-4VXUWPPZ.js} +4 -4
- package/dist/{chunk-5RZVXSQQ.js → chunk-7CJEFNHW.js} +2 -2
- package/dist/{chunk-Y6M27YYS.js → chunk-AT4DII34.js} +541 -577
- package/dist/chunk-AT4DII34.js.map +1 -0
- package/dist/{chunk-HXAOFFZJ.js → chunk-CVGUT36H.js} +2 -2
- package/dist/{chunk-FWR5BZYR.js → chunk-HH5EWBH2.js} +2 -2
- package/dist/{chunk-6LXC5BME.js → chunk-KY2IYJXK.js} +4 -4
- package/dist/{chunk-DKRX5IZS.js → chunk-P4LVBSFC.js} +3 -3
- package/dist/{chunk-JRYR2EA5.js → chunk-PLAOIDNY.js} +4 -4
- package/dist/{chunk-CCFYCSBK.js → chunk-SXZJ3MDI.js} +6 -6
- package/dist/{chunk-V2MU37VN.js → chunk-U5NVLMW2.js} +2 -2
- package/dist/{chunk-THRBLO2B.js → chunk-X2LSVRRX.js} +2 -2
- package/dist/{chunk-M2VRYG7U.js → chunk-Y2VQMPUR.js} +9 -9
- package/dist/chunk-Y2VQMPUR.js.map +1 -0
- package/dist/{chunk-VGPFDVSK.js → chunk-Z23HCYYR.js} +3 -3
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +8 -8
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +8 -8
- package/dist/index.js +14 -14
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +16 -16
- package/dist/chunk-M2VRYG7U.js.map +0 -1
- package/dist/chunk-Y6M27YYS.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-DFWY2WYO.js.map → AgentRichTextReadonly-GEGDM5UJ.js.map} +0 -0
- /package/dist/{chunk-CKUR2VKA.js.map → chunk-3MMKYY6R.js.map} +0 -0
- /package/dist/{chunk-RAO2PI3T.js.map → chunk-4VXUWPPZ.js.map} +0 -0
- /package/dist/{chunk-5RZVXSQQ.js.map → chunk-7CJEFNHW.js.map} +0 -0
- /package/dist/{chunk-HXAOFFZJ.js.map → chunk-CVGUT36H.js.map} +0 -0
- /package/dist/{chunk-FWR5BZYR.js.map → chunk-HH5EWBH2.js.map} +0 -0
- /package/dist/{chunk-6LXC5BME.js.map → chunk-KY2IYJXK.js.map} +0 -0
- /package/dist/{chunk-DKRX5IZS.js.map → chunk-P4LVBSFC.js.map} +0 -0
- /package/dist/{chunk-JRYR2EA5.js.map → chunk-PLAOIDNY.js.map} +0 -0
- /package/dist/{chunk-CCFYCSBK.js.map → chunk-SXZJ3MDI.js.map} +0 -0
- /package/dist/{chunk-V2MU37VN.js.map → chunk-U5NVLMW2.js.map} +0 -0
- /package/dist/{chunk-THRBLO2B.js.map → chunk-X2LSVRRX.js.map} +0 -0
- /package/dist/{chunk-VGPFDVSK.js.map → chunk-Z23HCYYR.js.map} +0 -0
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-HH5EWBH2.js";
|
|
10
10
|
import {
|
|
11
11
|
managedAgentRoundedIconUrl
|
|
12
12
|
} from "./chunk-M6HTOCQK.js";
|
|
13
13
|
import {
|
|
14
14
|
translate,
|
|
15
15
|
useTranslation
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-X2LSVRRX.js";
|
|
17
17
|
import {
|
|
18
18
|
resolveAgentWorkspaceFileVisualKind
|
|
19
19
|
} from "./chunk-5BJYO6X3.js";
|
|
@@ -3731,4 +3731,4 @@ export {
|
|
|
3731
3731
|
AgentMessageMarkdown,
|
|
3732
3732
|
CustomScrollArea
|
|
3733
3733
|
};
|
|
3734
|
-
//# sourceMappingURL=chunk-
|
|
3734
|
+
//# sourceMappingURL=chunk-Z23HCYYR.js.map
|
|
@@ -3,28 +3,28 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-KY2IYJXK.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-PLAOIDNY.js";
|
|
10
10
|
import "../chunk-VMPA46ET.js";
|
|
11
11
|
import "../chunk-XJ34OIEQ.js";
|
|
12
12
|
import "../chunk-JDVP33S5.js";
|
|
13
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-7CJEFNHW.js";
|
|
14
14
|
import "../chunk-3V5OCA2M.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
17
17
|
} from "../chunk-RMQREVJY.js";
|
|
18
18
|
import "../chunk-FGLQZ6I4.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-3MMKYY6R.js";
|
|
20
20
|
import "../chunk-YMXYBG7U.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-HH5EWBH2.js";
|
|
22
22
|
import "../chunk-F5UR6EJG.js";
|
|
23
23
|
import "../chunk-M6HTOCQK.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-X2LSVRRX.js";
|
|
25
25
|
import "../chunk-5BJYO6X3.js";
|
|
26
26
|
import "../chunk-AFUVWWQY.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-Y2VQMPUR.js";
|
|
28
28
|
import "../chunk-MIJXEELH.js";
|
|
29
29
|
import "../chunk-D2JUDUYY.js";
|
|
30
30
|
import "../chunk-QNE2ZPPV.js";
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -520,7 +520,7 @@ declare const agentGuiI18nResources: {
|
|
|
520
520
|
readonly composerFileFolderUnsupported: "Folders cannot be attached here";
|
|
521
521
|
readonly composerFileTooLarge: "File is too large";
|
|
522
522
|
readonly composerFilePreparationFailed: "File preparation failed";
|
|
523
|
-
readonly mentionPalette: "
|
|
523
|
+
readonly mentionPalette: "Reference or Invoke";
|
|
524
524
|
readonly addReference: "Add reference";
|
|
525
525
|
readonly addContent: "Add files and more";
|
|
526
526
|
readonly quickPrompts: {
|
|
@@ -1022,7 +1022,7 @@ declare const agentGuiI18nResources: {
|
|
|
1022
1022
|
readonly planModeLabel: "Plan Mode";
|
|
1023
1023
|
readonly normalModeLabel: "Normal";
|
|
1024
1024
|
readonly normalModeDescription: "Execute the request directly";
|
|
1025
|
-
readonly tuttiModeLabel: "Tutti";
|
|
1025
|
+
readonly tuttiModeLabel: "Tutti Mode";
|
|
1026
1026
|
readonly tuttiModeDescription: "Ask the agent to prefer Tutti's native workflow capabilities";
|
|
1027
1027
|
readonly tuttiModeRemove: "Turn off Tutti mode";
|
|
1028
1028
|
readonly tuttiBudgetTitle: "Tutti intensity";
|
|
@@ -3332,7 +3332,7 @@ declare const agentGuiI18nResources: {
|
|
|
3332
3332
|
readonly composerFileFolderUnsupported: "暂不支持在这里附加文件夹";
|
|
3333
3333
|
readonly composerFileTooLarge: "文件过大";
|
|
3334
3334
|
readonly composerFilePreparationFailed: "文件处理失败";
|
|
3335
|
-
readonly mentionPalette: "
|
|
3335
|
+
readonly mentionPalette: "引用或调用";
|
|
3336
3336
|
readonly addReference: "添加引用";
|
|
3337
3337
|
readonly addContent: "添加文件等内容";
|
|
3338
3338
|
readonly quickPrompts: {
|
|
@@ -3903,20 +3903,20 @@ declare const agentGuiI18nResources: {
|
|
|
3903
3903
|
readonly planModeLabel: "计划模式";
|
|
3904
3904
|
readonly normalModeLabel: "普通";
|
|
3905
3905
|
readonly normalModeDescription: "直接执行请求";
|
|
3906
|
-
readonly tuttiModeLabel: "Tutti";
|
|
3906
|
+
readonly tuttiModeLabel: "Tutti Mode";
|
|
3907
3907
|
readonly tuttiModeDescription: "提示 Agent 优先使用 Tutti 原生工作流能力";
|
|
3908
3908
|
readonly tuttiModeRemove: "关闭 Tutti mode";
|
|
3909
3909
|
readonly tuttiBudgetTitle: "Tutti 强度";
|
|
3910
3910
|
readonly tuttiBudgetIntensityLabel: "强度";
|
|
3911
3911
|
readonly tuttiBudgetPreviewTitle: "规划倾向";
|
|
3912
3912
|
readonly tuttiBudgetPreviewHint: "实际模型、Agent 总数与安全并行度会根据请求和所选 Skill 推导";
|
|
3913
|
-
readonly tuttiBudgetPreviewCost: "
|
|
3914
|
-
readonly tuttiBudgetPreviewBalance: "
|
|
3915
|
-
readonly tuttiBudgetPreviewPowerful: "
|
|
3913
|
+
readonly tuttiBudgetPreviewCost: "经济型";
|
|
3914
|
+
readonly tuttiBudgetPreviewBalance: "均衡型";
|
|
3915
|
+
readonly tuttiBudgetPreviewPowerful: "强劲型";
|
|
3916
3916
|
readonly tuttiBudgetModelStrengthLabel: "模型强度";
|
|
3917
3917
|
readonly tuttiBudgetModelStrengthCost: "经济型";
|
|
3918
3918
|
readonly tuttiBudgetModelStrengthBalance: "均衡型";
|
|
3919
|
-
readonly tuttiBudgetModelStrengthPowerful: "
|
|
3919
|
+
readonly tuttiBudgetModelStrengthPowerful: "强劲型";
|
|
3920
3920
|
readonly tuttiBudgetAgentCountLabel: "并行 Agent";
|
|
3921
3921
|
readonly tuttiBudgetAgentCountCost: "1 个";
|
|
3922
3922
|
readonly tuttiBudgetAgentCountBalance: "2–3 个";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3017,7 +3017,7 @@ declare const agentGuiI18nResources: {
|
|
|
3017
3017
|
readonly composerFileFolderUnsupported: "Folders cannot be attached here";
|
|
3018
3018
|
readonly composerFileTooLarge: "File is too large";
|
|
3019
3019
|
readonly composerFilePreparationFailed: "File preparation failed";
|
|
3020
|
-
readonly mentionPalette: "
|
|
3020
|
+
readonly mentionPalette: "Reference or Invoke";
|
|
3021
3021
|
readonly addReference: "Add reference";
|
|
3022
3022
|
readonly addContent: "Add files and more";
|
|
3023
3023
|
readonly quickPrompts: {
|
|
@@ -3519,7 +3519,7 @@ declare const agentGuiI18nResources: {
|
|
|
3519
3519
|
readonly planModeLabel: "Plan Mode";
|
|
3520
3520
|
readonly normalModeLabel: "Normal";
|
|
3521
3521
|
readonly normalModeDescription: "Execute the request directly";
|
|
3522
|
-
readonly tuttiModeLabel: "Tutti";
|
|
3522
|
+
readonly tuttiModeLabel: "Tutti Mode";
|
|
3523
3523
|
readonly tuttiModeDescription: "Ask the agent to prefer Tutti's native workflow capabilities";
|
|
3524
3524
|
readonly tuttiModeRemove: "Turn off Tutti mode";
|
|
3525
3525
|
readonly tuttiBudgetTitle: "Tutti intensity";
|
|
@@ -5829,7 +5829,7 @@ declare const agentGuiI18nResources: {
|
|
|
5829
5829
|
readonly composerFileFolderUnsupported: "暂不支持在这里附加文件夹";
|
|
5830
5830
|
readonly composerFileTooLarge: "文件过大";
|
|
5831
5831
|
readonly composerFilePreparationFailed: "文件处理失败";
|
|
5832
|
-
readonly mentionPalette: "
|
|
5832
|
+
readonly mentionPalette: "引用或调用";
|
|
5833
5833
|
readonly addReference: "添加引用";
|
|
5834
5834
|
readonly addContent: "添加文件等内容";
|
|
5835
5835
|
readonly quickPrompts: {
|
|
@@ -6400,20 +6400,20 @@ declare const agentGuiI18nResources: {
|
|
|
6400
6400
|
readonly planModeLabel: "计划模式";
|
|
6401
6401
|
readonly normalModeLabel: "普通";
|
|
6402
6402
|
readonly normalModeDescription: "直接执行请求";
|
|
6403
|
-
readonly tuttiModeLabel: "Tutti";
|
|
6403
|
+
readonly tuttiModeLabel: "Tutti Mode";
|
|
6404
6404
|
readonly tuttiModeDescription: "提示 Agent 优先使用 Tutti 原生工作流能力";
|
|
6405
6405
|
readonly tuttiModeRemove: "关闭 Tutti mode";
|
|
6406
6406
|
readonly tuttiBudgetTitle: "Tutti 强度";
|
|
6407
6407
|
readonly tuttiBudgetIntensityLabel: "强度";
|
|
6408
6408
|
readonly tuttiBudgetPreviewTitle: "规划倾向";
|
|
6409
6409
|
readonly tuttiBudgetPreviewHint: "实际模型、Agent 总数与安全并行度会根据请求和所选 Skill 推导";
|
|
6410
|
-
readonly tuttiBudgetPreviewCost: "
|
|
6411
|
-
readonly tuttiBudgetPreviewBalance: "
|
|
6412
|
-
readonly tuttiBudgetPreviewPowerful: "
|
|
6410
|
+
readonly tuttiBudgetPreviewCost: "经济型";
|
|
6411
|
+
readonly tuttiBudgetPreviewBalance: "均衡型";
|
|
6412
|
+
readonly tuttiBudgetPreviewPowerful: "强劲型";
|
|
6413
6413
|
readonly tuttiBudgetModelStrengthLabel: "模型强度";
|
|
6414
6414
|
readonly tuttiBudgetModelStrengthCost: "经济型";
|
|
6415
6415
|
readonly tuttiBudgetModelStrengthBalance: "均衡型";
|
|
6416
|
-
readonly tuttiBudgetModelStrengthPowerful: "
|
|
6416
|
+
readonly tuttiBudgetModelStrengthPowerful: "强劲型";
|
|
6417
6417
|
readonly tuttiBudgetAgentCountLabel: "并行 Agent";
|
|
6418
6418
|
readonly tuttiBudgetAgentCountCost: "1 个";
|
|
6419
6419
|
readonly tuttiBudgetAgentCountBalance: "2–3 个";
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
normalizeAgentGUIAgentTargets,
|
|
15
15
|
resolveAgentGUIAgentTarget,
|
|
16
16
|
selectAgentStatusControllerSnapshot
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-AT4DII34.js";
|
|
18
18
|
import {
|
|
19
19
|
AGENT_CONVERSATION_RAIL_RUNTIME_METHODS,
|
|
20
20
|
createAgentConversationRailRuntime,
|
|
@@ -27,18 +27,18 @@ import {
|
|
|
27
27
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
28
28
|
resolveAgentGUIExpandedWindowFrame,
|
|
29
29
|
shouldAutoCollapseAgentGUIConversationRail
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-P4LVBSFC.js";
|
|
31
31
|
import "./chunk-KDN6SLJM.js";
|
|
32
32
|
import "./chunk-4CHBM3G3.js";
|
|
33
33
|
import "./chunk-CBMWHQ7P.js";
|
|
34
34
|
import "./chunk-MGSRWYRN.js";
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-U5NVLMW2.js";
|
|
36
|
+
import "./chunk-SXZJ3MDI.js";
|
|
37
|
+
import "./chunk-CVGUT36H.js";
|
|
38
38
|
import "./chunk-JZ6KUUDY.js";
|
|
39
39
|
import "./chunk-UP3ZDYTN.js";
|
|
40
40
|
import "./chunk-GUFEHWUX.js";
|
|
41
|
-
import "./chunk-
|
|
41
|
+
import "./chunk-KY2IYJXK.js";
|
|
42
42
|
import {
|
|
43
43
|
agentGUIAgentIsReady,
|
|
44
44
|
normalizeAgentGUIAgents,
|
|
@@ -51,14 +51,14 @@ import {
|
|
|
51
51
|
} from "./chunk-G7DS23D4.js";
|
|
52
52
|
import {
|
|
53
53
|
preloadAgentMentionBrowse
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-PLAOIDNY.js";
|
|
55
55
|
import "./chunk-VMPA46ET.js";
|
|
56
56
|
import "./chunk-XJ34OIEQ.js";
|
|
57
57
|
import "./chunk-JDVP33S5.js";
|
|
58
58
|
import {
|
|
59
59
|
createAgentSessionHandoffPrompt,
|
|
60
60
|
createAgentSessionMarkdownLink
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-7CJEFNHW.js";
|
|
62
62
|
import "./chunk-3V5OCA2M.js";
|
|
63
63
|
import {
|
|
64
64
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
@@ -70,13 +70,13 @@ import {
|
|
|
70
70
|
import {
|
|
71
71
|
dispatchAgentPlanPromptAction,
|
|
72
72
|
selectAgentPlanPromptTurn
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-4VXUWPPZ.js";
|
|
74
74
|
import {
|
|
75
75
|
useEngineSelector
|
|
76
76
|
} from "./chunk-EVQ4JY3N.js";
|
|
77
|
-
import "./chunk-
|
|
77
|
+
import "./chunk-Z23HCYYR.js";
|
|
78
78
|
import "./chunk-ZVYUTXQJ.js";
|
|
79
|
-
import "./chunk-
|
|
79
|
+
import "./chunk-3MMKYY6R.js";
|
|
80
80
|
import "./chunk-YMXYBG7U.js";
|
|
81
81
|
import {
|
|
82
82
|
AgentActivityHostProvider,
|
|
@@ -86,17 +86,17 @@ import {
|
|
|
86
86
|
useAgentActivityRuntime,
|
|
87
87
|
useAgentActivitySnapshot,
|
|
88
88
|
useOptionalAgentActivityRuntime
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-HH5EWBH2.js";
|
|
90
90
|
import "./chunk-F5UR6EJG.js";
|
|
91
91
|
import "./chunk-M6HTOCQK.js";
|
|
92
92
|
import {
|
|
93
93
|
AgentGuiI18nProvider,
|
|
94
94
|
agentGuiI18nModule,
|
|
95
95
|
agentGuiI18nResources
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-X2LSVRRX.js";
|
|
97
97
|
import "./chunk-5BJYO6X3.js";
|
|
98
98
|
import "./chunk-AFUVWWQY.js";
|
|
99
|
-
import "./chunk-
|
|
99
|
+
import "./chunk-Y2VQMPUR.js";
|
|
100
100
|
import "./chunk-MIJXEELH.js";
|
|
101
101
|
import {
|
|
102
102
|
getAgentCustomMentionKind,
|
package/dist/mention-search.js
CHANGED
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
MAX_BROWSE_CACHE_ENTRIES,
|
|
4
4
|
preloadAgentMentionBrowse,
|
|
5
5
|
resetAgentMentionSearchBrowseCacheForTests
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-PLAOIDNY.js";
|
|
7
7
|
import "./chunk-VMPA46ET.js";
|
|
8
8
|
import "./chunk-XJ34OIEQ.js";
|
|
9
9
|
import "./chunk-JDVP33S5.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-7CJEFNHW.js";
|
|
11
11
|
import "./chunk-3V5OCA2M.js";
|
|
12
12
|
import "./chunk-RMQREVJY.js";
|
|
13
13
|
import "./chunk-FGLQZ6I4.js";
|
|
14
14
|
import "./chunk-YMXYBG7U.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-HH5EWBH2.js";
|
|
16
16
|
import "./chunk-F5UR6EJG.js";
|
|
17
17
|
import "./chunk-M6HTOCQK.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-X2LSVRRX.js";
|
|
19
19
|
import "./chunk-5BJYO6X3.js";
|
|
20
20
|
import "./chunk-AFUVWWQY.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-Y2VQMPUR.js";
|
|
22
22
|
import "./chunk-MIJXEELH.js";
|
|
23
23
|
import "./chunk-D2JUDUYY.js";
|
|
24
24
|
import "./chunk-QNE2ZPPV.js";
|
|
@@ -18,17 +18,17 @@ import {
|
|
|
18
18
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
19
19
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
20
20
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
21
|
-
} from "../chunk-
|
|
21
|
+
} from "../chunk-P4LVBSFC.js";
|
|
22
22
|
import "../chunk-KDN6SLJM.js";
|
|
23
23
|
import "../chunk-4CHBM3G3.js";
|
|
24
24
|
import "../chunk-CBMWHQ7P.js";
|
|
25
25
|
import "../chunk-MGSRWYRN.js";
|
|
26
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-U5NVLMW2.js";
|
|
27
27
|
import "../chunk-3MVSOLX3.js";
|
|
28
28
|
import "../chunk-G7DS23D4.js";
|
|
29
29
|
import "../chunk-EVQ4JY3N.js";
|
|
30
30
|
import "../chunk-AFUVWWQY.js";
|
|
31
|
-
import "../chunk-
|
|
31
|
+
import "../chunk-Y2VQMPUR.js";
|
|
32
32
|
import "../chunk-MIJXEELH.js";
|
|
33
33
|
import "../chunk-QNE2ZPPV.js";
|
|
34
34
|
import "../chunk-O433KXLK.js";
|
package/dist/workbench/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
15
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
16
|
resolveAgentGuiWorkbenchConversationIdentity
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-P4LVBSFC.js";
|
|
18
18
|
import {
|
|
19
19
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
20
20
|
areAgentGuiWorkbenchStatesEqual,
|
|
@@ -56,12 +56,12 @@ import {
|
|
|
56
56
|
import {
|
|
57
57
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
58
58
|
resolveAgentGuiWorkbenchSessionTitle
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-U5NVLMW2.js";
|
|
60
60
|
import "../chunk-3MVSOLX3.js";
|
|
61
61
|
import "../chunk-G7DS23D4.js";
|
|
62
62
|
import "../chunk-EVQ4JY3N.js";
|
|
63
63
|
import "../chunk-AFUVWWQY.js";
|
|
64
|
-
import "../chunk-
|
|
64
|
+
import "../chunk-Y2VQMPUR.js";
|
|
65
65
|
import "../chunk-MIJXEELH.js";
|
|
66
66
|
import "../chunk-QNE2ZPPV.js";
|
|
67
67
|
import "../chunk-O433KXLK.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
3
3
|
resolveAgentGuiWorkbenchSessionTitle
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-U5NVLMW2.js";
|
|
5
|
+
import "../chunk-Y2VQMPUR.js";
|
|
6
6
|
import "../chunk-MIJXEELH.js";
|
|
7
7
|
import "../chunk-O433KXLK.js";
|
|
8
8
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.211",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -143,19 +143,19 @@
|
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@monaco-editor/react": "^4.7.0",
|
|
145
145
|
"@tanstack/react-virtual": "^3.13.12",
|
|
146
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
147
|
-
"@tutti-os/browser-node": "0.0.
|
|
148
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
149
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
150
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
151
|
-
"@tutti-os/ui-system": "0.0.
|
|
152
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
153
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
154
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
155
|
-
"@tutti-os/workspace-file-preview": "0.0.
|
|
156
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
157
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
158
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
146
|
+
"@tutti-os/agent-activity-core": "0.0.211",
|
|
147
|
+
"@tutti-os/browser-node": "0.0.211",
|
|
148
|
+
"@tutti-os/ui-i18n-runtime": "0.0.211",
|
|
149
|
+
"@tutti-os/ui-react-hooks": "0.0.211",
|
|
150
|
+
"@tutti-os/ui-rich-text": "0.0.211",
|
|
151
|
+
"@tutti-os/ui-system": "0.0.211",
|
|
152
|
+
"@tutti-os/workbench-surface": "0.0.211",
|
|
153
|
+
"@tutti-os/workspace-external-core": "0.0.211",
|
|
154
|
+
"@tutti-os/workspace-file-manager": "0.0.211",
|
|
155
|
+
"@tutti-os/workspace-file-preview": "0.0.211",
|
|
156
|
+
"@tutti-os/workspace-file-reference": "0.0.211",
|
|
157
|
+
"@tutti-os/workspace-issue-manager": "0.0.211",
|
|
158
|
+
"@tutti-os/workspace-user-project": "0.0.211",
|
|
159
159
|
"clsx": "^2.1.1",
|
|
160
160
|
"framer-motion": "^12.40.0",
|
|
161
161
|
"lodash": "^4.17.21",
|
|
@@ -189,8 +189,8 @@
|
|
|
189
189
|
"typescript": "^5.8.3",
|
|
190
190
|
"vite": "^6.4.2",
|
|
191
191
|
"vitest": "^4.0.13",
|
|
192
|
-
"@tutti-os/
|
|
193
|
-
"@tutti-os/
|
|
192
|
+
"@tutti-os/config-tsconfig": "0.0.0",
|
|
193
|
+
"@tutti-os/client-tuttid-ts": "0.0.0"
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|
|
196
196
|
"@tiptap/core": "^3.11.1",
|