@tutti-os/agent-gui 0.0.197 → 0.0.199
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 +23 -0
- package/dist/{AgentRichTextReadonly-BFMOFCCG.js → AgentRichTextReadonly-YU6STDUX.js} +5 -5
- package/dist/agent-conversation/index.d.ts +3 -3
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +19 -4
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentGuiNodeTypes-C9Hneq2y.d.ts → agentGuiNodeTypes-DTeerTzS.d.ts} +1 -1
- package/dist/app/renderer/agentactivity.css +64 -0
- package/dist/{chunk-RKRKG6GI.js → chunk-3FA5JIDL.js} +2 -2
- package/dist/{chunk-PN6JQWUI.js → chunk-5ZO3H4C5.js} +4 -4
- package/dist/{chunk-YGSGFI7V.js → chunk-6YSHYEWI.js} +4269 -3992
- package/dist/chunk-6YSHYEWI.js.map +1 -0
- package/dist/{chunk-ECQQSLB2.js → chunk-7NUEEGAA.js} +3 -3
- package/dist/{chunk-Y7F6RY5A.js → chunk-EOGTJQID.js} +2 -2
- package/dist/{chunk-CC63DEWR.js → chunk-F5ARZZES.js} +4 -4
- package/dist/{chunk-VBQ4XTRZ.js → chunk-GWKXYGUN.js} +2 -2
- package/dist/{chunk-5FFQZTFI.js → chunk-JXFOFJYI.js} +2 -2
- package/dist/{chunk-BCTPYE64.js → chunk-MFQB4LR5.js} +4 -4
- package/dist/{chunk-2S2I7XDC.js → chunk-PWPVYNGO.js} +3 -3
- package/dist/chunk-PWPVYNGO.js.map +1 -0
- package/dist/{chunk-3MKFVFK7.js → chunk-RJMCV7OR.js} +39 -11
- package/dist/chunk-RJMCV7OR.js.map +1 -0
- package/dist/{chunk-S7H4HT7X.js → chunk-UEBPMWKS.js} +2 -2
- package/dist/{chunk-6PKQ3WUK.js → chunk-XD5NTTFJ.js} +2 -2
- package/dist/{chunk-P5326NW3.js → chunk-ZADHMOME.js} +51 -13
- package/dist/{chunk-P5326NW3.js.map → chunk-ZADHMOME.js.map} +1 -1
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +38 -10
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +56 -13
- 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/dist/{workspaceLinkActions-BmVLZszV.d.ts → workspaceLinkActions-COfr61YO.d.ts} +1 -1
- package/package.json +16 -16
- package/dist/chunk-2S2I7XDC.js.map +0 -1
- package/dist/chunk-3MKFVFK7.js.map +0 -1
- package/dist/chunk-YGSGFI7V.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-BFMOFCCG.js.map → AgentRichTextReadonly-YU6STDUX.js.map} +0 -0
- /package/dist/{chunk-RKRKG6GI.js.map → chunk-3FA5JIDL.js.map} +0 -0
- /package/dist/{chunk-PN6JQWUI.js.map → chunk-5ZO3H4C5.js.map} +0 -0
- /package/dist/{chunk-ECQQSLB2.js.map → chunk-7NUEEGAA.js.map} +0 -0
- /package/dist/{chunk-Y7F6RY5A.js.map → chunk-EOGTJQID.js.map} +0 -0
- /package/dist/{chunk-CC63DEWR.js.map → chunk-F5ARZZES.js.map} +0 -0
- /package/dist/{chunk-VBQ4XTRZ.js.map → chunk-GWKXYGUN.js.map} +0 -0
- /package/dist/{chunk-5FFQZTFI.js.map → chunk-JXFOFJYI.js.map} +0 -0
- /package/dist/{chunk-BCTPYE64.js.map → chunk-MFQB4LR5.js.map} +0 -0
- /package/dist/{chunk-S7H4HT7X.js.map → chunk-UEBPMWKS.js.map} +0 -0
- /package/dist/{chunk-6PKQ3WUK.js.map → chunk-XD5NTTFJ.js.map} +0 -0
|
@@ -3,28 +3,28 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-5ZO3H4C5.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-F5ARZZES.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-JXFOFJYI.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-UEBPMWKS.js";
|
|
20
20
|
import "../chunk-YMXYBG7U.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-3FA5JIDL.js";
|
|
22
22
|
import "../chunk-F5UR6EJG.js";
|
|
23
23
|
import "../chunk-M6HTOCQK.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-EOGTJQID.js";
|
|
25
25
|
import "../chunk-5BJYO6X3.js";
|
|
26
26
|
import "../chunk-AFUVWWQY.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-RJMCV7OR.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
|
@@ -962,6 +962,7 @@ declare const agentGuiI18nResources: {
|
|
|
962
962
|
readonly accountMenuFree: "Free";
|
|
963
963
|
readonly accountMenuSignIn: "Sign in";
|
|
964
964
|
readonly accountMenuSignOut: "Sign out";
|
|
965
|
+
readonly accountMenuCopyUserId: "Copy user ID";
|
|
965
966
|
readonly accountMenuLoading: "Loading";
|
|
966
967
|
readonly accountMenuUnavailable: "--";
|
|
967
968
|
readonly accountMenuDataUnavailable: "Some account data is unavailable";
|
|
@@ -1020,19 +1021,33 @@ declare const agentGuiI18nResources: {
|
|
|
1020
1021
|
readonly tuttiModeRemove: "Turn off Tutti mode";
|
|
1021
1022
|
readonly tuttiBudgetTitle: "Tutti intensity";
|
|
1022
1023
|
readonly tuttiBudgetIntensityLabel: "Intensity";
|
|
1023
|
-
readonly
|
|
1024
|
-
readonly
|
|
1024
|
+
readonly tuttiBudgetPreviewTitle: "Planner tendency";
|
|
1025
|
+
readonly tuttiBudgetPreviewHint: "The exact model, total task count, and safe parallelism are inferred from the request and selected Skills.";
|
|
1026
|
+
readonly tuttiBudgetPreviewCost: "Cost";
|
|
1027
|
+
readonly tuttiBudgetPreviewBalance: "Balance";
|
|
1028
|
+
readonly tuttiBudgetPreviewPowerful: "Powerful";
|
|
1029
|
+
readonly tuttiBudgetModelStrengthLabel: "Model strength";
|
|
1030
|
+
readonly tuttiBudgetModelStrengthCost: "Economical";
|
|
1031
|
+
readonly tuttiBudgetModelStrengthBalance: "Balanced";
|
|
1032
|
+
readonly tuttiBudgetModelStrengthPowerful: "Most capable";
|
|
1033
|
+
readonly tuttiBudgetAgentCountLabel: "Parallel Agents";
|
|
1034
|
+
readonly tuttiBudgetAgentCountCost: "1";
|
|
1035
|
+
readonly tuttiBudgetAgentCountBalance: "2–3";
|
|
1036
|
+
readonly tuttiBudgetAgentCountPowerful: "Up to 4";
|
|
1025
1037
|
readonly tuttiBudgetConfirm: "Confirm";
|
|
1026
1038
|
readonly tuttiBudgetCancel: "Cancel";
|
|
1027
1039
|
readonly tuttiModeUpdateFailed: "Tutti mode couldn't be updated. Try again.";
|
|
1028
1040
|
readonly tuttiModeUpdateUncertain: "Tutti mode is still being reconciled. Try again after it finishes.";
|
|
1029
1041
|
readonly tuttiModePlan: {
|
|
1030
|
-
readonly mode: "Tutti mode plan";
|
|
1031
1042
|
readonly taskReview: "Plan review";
|
|
1032
|
-
readonly pending: "Needs review";
|
|
1033
1043
|
readonly cancel: "Cancel plan";
|
|
1034
1044
|
readonly reviewHint: "Send to accept · type feedback to request changes";
|
|
1035
1045
|
readonly reviewHintReplan: "Intensity changed · send to re-plan at the new intensity";
|
|
1046
|
+
readonly materializingTitle: "Creating tasks";
|
|
1047
|
+
readonly materializingHint: "Turning the accepted plan into executable tasks";
|
|
1048
|
+
readonly errorTitle: "Workflow unavailable";
|
|
1049
|
+
readonly expand: "Expand workflow";
|
|
1050
|
+
readonly collapse: "Collapse workflow";
|
|
1036
1051
|
readonly sendAccept: "Accept plan";
|
|
1037
1052
|
readonly sendRequestChanges: "Request changes";
|
|
1038
1053
|
readonly replanFeedback: "Intensity was adjusted from {{from}} to {{to}}. Re-plan at the new intensity: rescale the task decomposition granularity and each task's model/reasoning tier.";
|
|
@@ -1072,7 +1087,6 @@ declare const agentGuiI18nResources: {
|
|
|
1072
1087
|
readonly issueStripPending: "{{count}} awaiting acceptance";
|
|
1073
1088
|
readonly issueStripFailed: "{{count}} failed";
|
|
1074
1089
|
readonly issueStripDone: "{{done}}/{{total}} done";
|
|
1075
|
-
readonly issueStripJump: "View the subtask board";
|
|
1076
1090
|
readonly issueCreateFailed: "The approved plan could not create its Issue: {{message}}. Ask the Agent to revise the plan.";
|
|
1077
1091
|
};
|
|
1078
1092
|
readonly planModeDescription: "Plan first, then implement or break down into an Issue";
|
|
@@ -3884,19 +3898,33 @@ declare const agentGuiI18nResources: {
|
|
|
3884
3898
|
readonly tuttiModeRemove: "关闭 Tutti mode";
|
|
3885
3899
|
readonly tuttiBudgetTitle: "Tutti 强度";
|
|
3886
3900
|
readonly tuttiBudgetIntensityLabel: "强度";
|
|
3887
|
-
readonly
|
|
3888
|
-
readonly
|
|
3901
|
+
readonly tuttiBudgetPreviewTitle: "规划倾向";
|
|
3902
|
+
readonly tuttiBudgetPreviewHint: "实际模型、Agent 总数与安全并行度会根据请求和所选 Skill 推导";
|
|
3903
|
+
readonly tuttiBudgetPreviewCost: "省成本";
|
|
3904
|
+
readonly tuttiBudgetPreviewBalance: "均衡";
|
|
3905
|
+
readonly tuttiBudgetPreviewPowerful: "强劲";
|
|
3906
|
+
readonly tuttiBudgetModelStrengthLabel: "模型强度";
|
|
3907
|
+
readonly tuttiBudgetModelStrengthCost: "经济型";
|
|
3908
|
+
readonly tuttiBudgetModelStrengthBalance: "均衡型";
|
|
3909
|
+
readonly tuttiBudgetModelStrengthPowerful: "最强可用";
|
|
3910
|
+
readonly tuttiBudgetAgentCountLabel: "并行 Agent";
|
|
3911
|
+
readonly tuttiBudgetAgentCountCost: "1 个";
|
|
3912
|
+
readonly tuttiBudgetAgentCountBalance: "2–3 个";
|
|
3913
|
+
readonly tuttiBudgetAgentCountPowerful: "最多 4 个";
|
|
3889
3914
|
readonly tuttiBudgetConfirm: "确认";
|
|
3890
3915
|
readonly tuttiBudgetCancel: "取消";
|
|
3891
3916
|
readonly tuttiModeUpdateFailed: "Tutti 模式更新失败,请重试";
|
|
3892
3917
|
readonly tuttiModeUpdateUncertain: "Tutti 模式状态仍在确认中,请稍后重试";
|
|
3893
3918
|
readonly tuttiModePlan: {
|
|
3894
|
-
readonly mode: "Tutti mode plan";
|
|
3895
3919
|
readonly taskReview: "计划确认";
|
|
3896
|
-
readonly pending: "待确认";
|
|
3897
3920
|
readonly cancel: "取消计划";
|
|
3898
3921
|
readonly reviewHint: "直接发送即接受 · 输入反馈后发送即请求修改";
|
|
3899
3922
|
readonly reviewHintReplan: "强度已调整 · 发送即按新强度重新规划";
|
|
3923
|
+
readonly materializingTitle: "正在创建任务";
|
|
3924
|
+
readonly materializingHint: "正在将已接受的计划转换为可执行任务";
|
|
3925
|
+
readonly errorTitle: "工作流暂不可用";
|
|
3926
|
+
readonly expand: "展开工作流";
|
|
3927
|
+
readonly collapse: "收起工作流";
|
|
3900
3928
|
readonly sendAccept: "接受计划";
|
|
3901
3929
|
readonly sendRequestChanges: "请求修改";
|
|
3902
3930
|
readonly replanFeedback: "强度已从 {{from}} 调整为 {{to}}。请按新强度重新规划:调整任务拆解粒度与各任务的模型/推理档位。";
|
|
@@ -3936,7 +3964,6 @@ declare const agentGuiI18nResources: {
|
|
|
3936
3964
|
readonly issueStripPending: "{{count}} 待验收";
|
|
3937
3965
|
readonly issueStripFailed: "{{count}} 失败";
|
|
3938
3966
|
readonly issueStripDone: "{{done}}/{{total}} 已完成";
|
|
3939
|
-
readonly issueStripJump: "查看子任务面板";
|
|
3940
3967
|
readonly issueCreateFailed: "已核准的计划未能创建 Issue:{{message}}。请让 Agent 修订计划。";
|
|
3941
3968
|
};
|
|
3942
3969
|
readonly planModeDescription: "先生成计划,再实施或拆解为 Issue";
|
|
@@ -4079,6 +4106,7 @@ declare const agentGuiI18nResources: {
|
|
|
4079
4106
|
readonly accountMenuFree: "Free";
|
|
4080
4107
|
readonly accountMenuSignIn: "登录";
|
|
4081
4108
|
readonly accountMenuSignOut: "退出登录";
|
|
4109
|
+
readonly accountMenuCopyUserId: "复制用户 ID";
|
|
4082
4110
|
readonly accountMenuLoading: "加载中";
|
|
4083
4111
|
readonly accountMenuUnavailable: "--";
|
|
4084
4112
|
readonly accountMenuDataUnavailable: "部分账号数据暂不可用";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1784,7 +1784,7 @@ interface AgentGuiWorkbenchSessionActionRequest {
|
|
|
1784
1784
|
type WorkspaceLinkActionSource = "agent-markdown" | "agent-file-change" | string;
|
|
1785
1785
|
interface OpenWorkspaceFileLinkAction {
|
|
1786
1786
|
type: "open-workspace-file";
|
|
1787
|
-
mode?: "
|
|
1787
|
+
mode?: "select" | "open";
|
|
1788
1788
|
path: string;
|
|
1789
1789
|
directoryPath: string;
|
|
1790
1790
|
workspaceRoot: string;
|
|
@@ -1886,6 +1886,7 @@ interface AgentGUIAccountMenuState {
|
|
|
1886
1886
|
onLogin(): void;
|
|
1887
1887
|
onLogout?(): void;
|
|
1888
1888
|
onSettings?(): void;
|
|
1889
|
+
onCopyUserId?(): void | Promise<void>;
|
|
1889
1890
|
onOpenExternal(url: string): void;
|
|
1890
1891
|
}
|
|
1891
1892
|
|
|
@@ -3408,6 +3409,7 @@ declare const agentGuiI18nResources: {
|
|
|
3408
3409
|
readonly accountMenuFree: "Free";
|
|
3409
3410
|
readonly accountMenuSignIn: "Sign in";
|
|
3410
3411
|
readonly accountMenuSignOut: "Sign out";
|
|
3412
|
+
readonly accountMenuCopyUserId: "Copy user ID";
|
|
3411
3413
|
readonly accountMenuLoading: "Loading";
|
|
3412
3414
|
readonly accountMenuUnavailable: "--";
|
|
3413
3415
|
readonly accountMenuDataUnavailable: "Some account data is unavailable";
|
|
@@ -3466,19 +3468,33 @@ declare const agentGuiI18nResources: {
|
|
|
3466
3468
|
readonly tuttiModeRemove: "Turn off Tutti mode";
|
|
3467
3469
|
readonly tuttiBudgetTitle: "Tutti intensity";
|
|
3468
3470
|
readonly tuttiBudgetIntensityLabel: "Intensity";
|
|
3469
|
-
readonly
|
|
3470
|
-
readonly
|
|
3471
|
+
readonly tuttiBudgetPreviewTitle: "Planner tendency";
|
|
3472
|
+
readonly tuttiBudgetPreviewHint: "The exact model, total task count, and safe parallelism are inferred from the request and selected Skills.";
|
|
3473
|
+
readonly tuttiBudgetPreviewCost: "Cost";
|
|
3474
|
+
readonly tuttiBudgetPreviewBalance: "Balance";
|
|
3475
|
+
readonly tuttiBudgetPreviewPowerful: "Powerful";
|
|
3476
|
+
readonly tuttiBudgetModelStrengthLabel: "Model strength";
|
|
3477
|
+
readonly tuttiBudgetModelStrengthCost: "Economical";
|
|
3478
|
+
readonly tuttiBudgetModelStrengthBalance: "Balanced";
|
|
3479
|
+
readonly tuttiBudgetModelStrengthPowerful: "Most capable";
|
|
3480
|
+
readonly tuttiBudgetAgentCountLabel: "Parallel Agents";
|
|
3481
|
+
readonly tuttiBudgetAgentCountCost: "1";
|
|
3482
|
+
readonly tuttiBudgetAgentCountBalance: "2–3";
|
|
3483
|
+
readonly tuttiBudgetAgentCountPowerful: "Up to 4";
|
|
3471
3484
|
readonly tuttiBudgetConfirm: "Confirm";
|
|
3472
3485
|
readonly tuttiBudgetCancel: "Cancel";
|
|
3473
3486
|
readonly tuttiModeUpdateFailed: "Tutti mode couldn't be updated. Try again.";
|
|
3474
3487
|
readonly tuttiModeUpdateUncertain: "Tutti mode is still being reconciled. Try again after it finishes.";
|
|
3475
3488
|
readonly tuttiModePlan: {
|
|
3476
|
-
readonly mode: "Tutti mode plan";
|
|
3477
3489
|
readonly taskReview: "Plan review";
|
|
3478
|
-
readonly pending: "Needs review";
|
|
3479
3490
|
readonly cancel: "Cancel plan";
|
|
3480
3491
|
readonly reviewHint: "Send to accept · type feedback to request changes";
|
|
3481
3492
|
readonly reviewHintReplan: "Intensity changed · send to re-plan at the new intensity";
|
|
3493
|
+
readonly materializingTitle: "Creating tasks";
|
|
3494
|
+
readonly materializingHint: "Turning the accepted plan into executable tasks";
|
|
3495
|
+
readonly errorTitle: "Workflow unavailable";
|
|
3496
|
+
readonly expand: "Expand workflow";
|
|
3497
|
+
readonly collapse: "Collapse workflow";
|
|
3482
3498
|
readonly sendAccept: "Accept plan";
|
|
3483
3499
|
readonly sendRequestChanges: "Request changes";
|
|
3484
3500
|
readonly replanFeedback: "Intensity was adjusted from {{from}} to {{to}}. Re-plan at the new intensity: rescale the task decomposition granularity and each task's model/reasoning tier.";
|
|
@@ -3518,7 +3534,6 @@ declare const agentGuiI18nResources: {
|
|
|
3518
3534
|
readonly issueStripPending: "{{count}} awaiting acceptance";
|
|
3519
3535
|
readonly issueStripFailed: "{{count}} failed";
|
|
3520
3536
|
readonly issueStripDone: "{{done}}/{{total}} done";
|
|
3521
|
-
readonly issueStripJump: "View the subtask board";
|
|
3522
3537
|
readonly issueCreateFailed: "The approved plan could not create its Issue: {{message}}. Ask the Agent to revise the plan.";
|
|
3523
3538
|
};
|
|
3524
3539
|
readonly planModeDescription: "Plan first, then implement or break down into an Issue";
|
|
@@ -6330,19 +6345,33 @@ declare const agentGuiI18nResources: {
|
|
|
6330
6345
|
readonly tuttiModeRemove: "关闭 Tutti mode";
|
|
6331
6346
|
readonly tuttiBudgetTitle: "Tutti 强度";
|
|
6332
6347
|
readonly tuttiBudgetIntensityLabel: "强度";
|
|
6333
|
-
readonly
|
|
6334
|
-
readonly
|
|
6348
|
+
readonly tuttiBudgetPreviewTitle: "规划倾向";
|
|
6349
|
+
readonly tuttiBudgetPreviewHint: "实际模型、Agent 总数与安全并行度会根据请求和所选 Skill 推导";
|
|
6350
|
+
readonly tuttiBudgetPreviewCost: "省成本";
|
|
6351
|
+
readonly tuttiBudgetPreviewBalance: "均衡";
|
|
6352
|
+
readonly tuttiBudgetPreviewPowerful: "强劲";
|
|
6353
|
+
readonly tuttiBudgetModelStrengthLabel: "模型强度";
|
|
6354
|
+
readonly tuttiBudgetModelStrengthCost: "经济型";
|
|
6355
|
+
readonly tuttiBudgetModelStrengthBalance: "均衡型";
|
|
6356
|
+
readonly tuttiBudgetModelStrengthPowerful: "最强可用";
|
|
6357
|
+
readonly tuttiBudgetAgentCountLabel: "并行 Agent";
|
|
6358
|
+
readonly tuttiBudgetAgentCountCost: "1 个";
|
|
6359
|
+
readonly tuttiBudgetAgentCountBalance: "2–3 个";
|
|
6360
|
+
readonly tuttiBudgetAgentCountPowerful: "最多 4 个";
|
|
6335
6361
|
readonly tuttiBudgetConfirm: "确认";
|
|
6336
6362
|
readonly tuttiBudgetCancel: "取消";
|
|
6337
6363
|
readonly tuttiModeUpdateFailed: "Tutti 模式更新失败,请重试";
|
|
6338
6364
|
readonly tuttiModeUpdateUncertain: "Tutti 模式状态仍在确认中,请稍后重试";
|
|
6339
6365
|
readonly tuttiModePlan: {
|
|
6340
|
-
readonly mode: "Tutti mode plan";
|
|
6341
6366
|
readonly taskReview: "计划确认";
|
|
6342
|
-
readonly pending: "待确认";
|
|
6343
6367
|
readonly cancel: "取消计划";
|
|
6344
6368
|
readonly reviewHint: "直接发送即接受 · 输入反馈后发送即请求修改";
|
|
6345
6369
|
readonly reviewHintReplan: "强度已调整 · 发送即按新强度重新规划";
|
|
6370
|
+
readonly materializingTitle: "正在创建任务";
|
|
6371
|
+
readonly materializingHint: "正在将已接受的计划转换为可执行任务";
|
|
6372
|
+
readonly errorTitle: "工作流暂不可用";
|
|
6373
|
+
readonly expand: "展开工作流";
|
|
6374
|
+
readonly collapse: "收起工作流";
|
|
6346
6375
|
readonly sendAccept: "接受计划";
|
|
6347
6376
|
readonly sendRequestChanges: "请求修改";
|
|
6348
6377
|
readonly replanFeedback: "强度已从 {{from}} 调整为 {{to}}。请按新强度重新规划:调整任务拆解粒度与各任务的模型/推理档位。";
|
|
@@ -6382,7 +6411,6 @@ declare const agentGuiI18nResources: {
|
|
|
6382
6411
|
readonly issueStripPending: "{{count}} 待验收";
|
|
6383
6412
|
readonly issueStripFailed: "{{count}} 失败";
|
|
6384
6413
|
readonly issueStripDone: "{{done}}/{{total}} 已完成";
|
|
6385
|
-
readonly issueStripJump: "查看子任务面板";
|
|
6386
6414
|
readonly issueCreateFailed: "已核准的计划未能创建 Issue:{{message}}。请让 Agent 修订计划。";
|
|
6387
6415
|
};
|
|
6388
6416
|
readonly planModeDescription: "先生成计划,再实施或拆解为 Issue";
|
|
@@ -6525,6 +6553,7 @@ declare const agentGuiI18nResources: {
|
|
|
6525
6553
|
readonly accountMenuFree: "Free";
|
|
6526
6554
|
readonly accountMenuSignIn: "登录";
|
|
6527
6555
|
readonly accountMenuSignOut: "退出登录";
|
|
6556
|
+
readonly accountMenuCopyUserId: "复制用户 ID";
|
|
6528
6557
|
readonly accountMenuLoading: "加载中";
|
|
6529
6558
|
readonly accountMenuUnavailable: "--";
|
|
6530
6559
|
readonly accountMenuDataUnavailable: "部分账号数据暂不可用";
|
|
@@ -8237,10 +8266,22 @@ interface AgentComposerProps {
|
|
|
8237
8266
|
planModeLabel: string;
|
|
8238
8267
|
tuttiModeLabel: string;
|
|
8239
8268
|
tuttiModeDescription: string;
|
|
8269
|
+
tuttiModeRemove: string;
|
|
8240
8270
|
tuttiBudgetTitle: string;
|
|
8241
8271
|
tuttiBudgetIntensityLabel: string;
|
|
8242
|
-
|
|
8243
|
-
|
|
8272
|
+
tuttiBudgetPreviewTitle: string;
|
|
8273
|
+
tuttiBudgetPreviewHint: string;
|
|
8274
|
+
tuttiBudgetPreviewCost: string;
|
|
8275
|
+
tuttiBudgetPreviewBalance: string;
|
|
8276
|
+
tuttiBudgetPreviewPowerful: string;
|
|
8277
|
+
tuttiBudgetModelStrengthLabel: string;
|
|
8278
|
+
tuttiBudgetModelStrengthCost: string;
|
|
8279
|
+
tuttiBudgetModelStrengthBalance: string;
|
|
8280
|
+
tuttiBudgetModelStrengthPowerful: string;
|
|
8281
|
+
tuttiBudgetAgentCountLabel: string;
|
|
8282
|
+
tuttiBudgetAgentCountCost: string;
|
|
8283
|
+
tuttiBudgetAgentCountBalance: string;
|
|
8284
|
+
tuttiBudgetAgentCountPowerful: string;
|
|
8244
8285
|
tuttiBudgetConfirm: string;
|
|
8245
8286
|
tuttiBudgetCancel: string;
|
|
8246
8287
|
planModeDescription?: string;
|
|
@@ -8401,6 +8442,8 @@ interface AgentComposerProps {
|
|
|
8401
8442
|
permissionModeId?: string | null;
|
|
8402
8443
|
}) => void;
|
|
8403
8444
|
onTuttiModeChange?: (active: boolean) => void;
|
|
8445
|
+
/** Commits a confirmed Tutti budget popup orchestration-intensity draft. */
|
|
8446
|
+
onTuttiModeOrchestrationIntensityChange?: (value: number) => void;
|
|
8404
8447
|
capabilityMenuState?: AgentComposerCapabilityMenuState;
|
|
8405
8448
|
capabilityControlsReadOnly?: boolean;
|
|
8406
8449
|
onCapabilitySettingsRequest?: (capability: AgentComposerCapabilitySettingsTarget) => void;
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
normalizeAgentGUIAgentTargets,
|
|
11
11
|
resolveAgentGUIAgentTarget,
|
|
12
12
|
selectAgentStatusControllerSnapshot
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6YSHYEWI.js";
|
|
14
14
|
import {
|
|
15
15
|
AGENT_CONVERSATION_RAIL_RUNTIME_METHODS,
|
|
16
16
|
createAgentConversationRailRuntime,
|
|
@@ -23,18 +23,18 @@ import {
|
|
|
23
23
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
24
24
|
resolveAgentGUIExpandedWindowFrame,
|
|
25
25
|
shouldAutoCollapseAgentGUIConversationRail
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-7NUEEGAA.js";
|
|
27
27
|
import "./chunk-KDN6SLJM.js";
|
|
28
28
|
import "./chunk-4CHBM3G3.js";
|
|
29
29
|
import "./chunk-CBMWHQ7P.js";
|
|
30
30
|
import "./chunk-MGSRWYRN.js";
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-GWKXYGUN.js";
|
|
32
|
+
import "./chunk-ZADHMOME.js";
|
|
33
|
+
import "./chunk-XD5NTTFJ.js";
|
|
34
34
|
import "./chunk-CXC3ROXQ.js";
|
|
35
35
|
import "./chunk-UP3ZDYTN.js";
|
|
36
36
|
import "./chunk-GUFEHWUX.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-5ZO3H4C5.js";
|
|
38
38
|
import {
|
|
39
39
|
agentGUIAgentIsReady,
|
|
40
40
|
normalizeAgentGUIAgents,
|
|
@@ -47,14 +47,14 @@ import {
|
|
|
47
47
|
} from "./chunk-G7DS23D4.js";
|
|
48
48
|
import {
|
|
49
49
|
preloadAgentMentionBrowse
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-F5ARZZES.js";
|
|
51
51
|
import "./chunk-VMPA46ET.js";
|
|
52
52
|
import "./chunk-XJ34OIEQ.js";
|
|
53
53
|
import "./chunk-JDVP33S5.js";
|
|
54
54
|
import {
|
|
55
55
|
createAgentSessionHandoffPrompt,
|
|
56
56
|
createAgentSessionMarkdownLink
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-JXFOFJYI.js";
|
|
58
58
|
import "./chunk-3V5OCA2M.js";
|
|
59
59
|
import {
|
|
60
60
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
@@ -66,13 +66,13 @@ import {
|
|
|
66
66
|
import {
|
|
67
67
|
dispatchAgentPlanPromptAction,
|
|
68
68
|
selectAgentPlanPromptTurn
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-MFQB4LR5.js";
|
|
70
70
|
import {
|
|
71
71
|
useEngineSelector
|
|
72
72
|
} from "./chunk-EVQ4JY3N.js";
|
|
73
|
-
import "./chunk-
|
|
73
|
+
import "./chunk-PWPVYNGO.js";
|
|
74
74
|
import "./chunk-ZVYUTXQJ.js";
|
|
75
|
-
import "./chunk-
|
|
75
|
+
import "./chunk-UEBPMWKS.js";
|
|
76
76
|
import "./chunk-YMXYBG7U.js";
|
|
77
77
|
import {
|
|
78
78
|
AgentActivityHostProvider,
|
|
@@ -82,17 +82,17 @@ import {
|
|
|
82
82
|
useAgentActivityRuntime,
|
|
83
83
|
useAgentActivitySnapshot,
|
|
84
84
|
useOptionalAgentActivityRuntime
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-3FA5JIDL.js";
|
|
86
86
|
import "./chunk-F5UR6EJG.js";
|
|
87
87
|
import "./chunk-M6HTOCQK.js";
|
|
88
88
|
import {
|
|
89
89
|
AgentGuiI18nProvider,
|
|
90
90
|
agentGuiI18nModule,
|
|
91
91
|
agentGuiI18nResources
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-EOGTJQID.js";
|
|
93
93
|
import "./chunk-5BJYO6X3.js";
|
|
94
94
|
import "./chunk-AFUVWWQY.js";
|
|
95
|
-
import "./chunk-
|
|
95
|
+
import "./chunk-RJMCV7OR.js";
|
|
96
96
|
import "./chunk-MIJXEELH.js";
|
|
97
97
|
import {
|
|
98
98
|
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-F5ARZZES.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-JXFOFJYI.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-3FA5JIDL.js";
|
|
16
16
|
import "./chunk-F5UR6EJG.js";
|
|
17
17
|
import "./chunk-M6HTOCQK.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-EOGTJQID.js";
|
|
19
19
|
import "./chunk-5BJYO6X3.js";
|
|
20
20
|
import "./chunk-AFUVWWQY.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-RJMCV7OR.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-7NUEEGAA.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-GWKXYGUN.js";
|
|
27
27
|
import "../chunk-CX6XXG6R.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-RJMCV7OR.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-7NUEEGAA.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-GWKXYGUN.js";
|
|
60
60
|
import "../chunk-CX6XXG6R.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-RJMCV7OR.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-GWKXYGUN.js";
|
|
5
|
+
import "../chunk-RJMCV7OR.js";
|
|
6
6
|
import "../chunk-MIJXEELH.js";
|
|
7
7
|
import "../chunk-O433KXLK.js";
|
|
8
8
|
export {
|
|
@@ -544,7 +544,7 @@ interface AgentConversationVM {
|
|
|
544
544
|
type WorkspaceLinkActionSource = "agent-markdown" | "agent-file-change" | string;
|
|
545
545
|
interface OpenWorkspaceFileLinkAction {
|
|
546
546
|
type: "open-workspace-file";
|
|
547
|
-
mode?: "
|
|
547
|
+
mode?: "select" | "open";
|
|
548
548
|
path: string;
|
|
549
549
|
directoryPath: string;
|
|
550
550
|
workspaceRoot: string;
|
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.199",
|
|
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.199",
|
|
147
|
+
"@tutti-os/browser-node": "0.0.199",
|
|
148
|
+
"@tutti-os/ui-i18n-runtime": "0.0.199",
|
|
149
|
+
"@tutti-os/ui-react-hooks": "0.0.199",
|
|
150
|
+
"@tutti-os/ui-rich-text": "0.0.199",
|
|
151
|
+
"@tutti-os/ui-system": "0.0.199",
|
|
152
|
+
"@tutti-os/workbench-surface": "0.0.199",
|
|
153
|
+
"@tutti-os/workspace-external-core": "0.0.199",
|
|
154
|
+
"@tutti-os/workspace-file-manager": "0.0.199",
|
|
155
|
+
"@tutti-os/workspace-file-preview": "0.0.199",
|
|
156
|
+
"@tutti-os/workspace-file-reference": "0.0.199",
|
|
157
|
+
"@tutti-os/workspace-issue-manager": "0.0.199",
|
|
158
|
+
"@tutti-os/workspace-user-project": "0.0.199",
|
|
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",
|