@tutti-os/agent-gui 0.0.212 → 0.0.213
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 +19 -13
- package/dist/{AgentRichTextReadonly-WWU4ZF7W.js → AgentRichTextReadonly-TASIMIK4.js} +5 -5
- package/dist/agent-conversation/index.js +8 -8
- package/dist/agent-env/index.d.ts +1 -8
- package/dist/agent-env/index.js +1 -1
- package/dist/agent-gui.d.ts +19 -49
- package/dist/agent-gui.js +15 -15
- package/dist/agent-message-center/index.js +6 -6
- package/dist/app/renderer/agentactivity.css +0 -30
- package/dist/{chunk-POU5WZNH.js → chunk-2HYADTQP.js} +2 -2
- package/dist/{chunk-JVVLKTLR.js → chunk-7SSORDQY.js} +4 -4
- package/dist/{chunk-BGNYUYLP.js → chunk-AD2RTSMS.js} +2 -2
- package/dist/{chunk-GXXPUEX6.js → chunk-BYHNJQYH.js} +2 -2
- package/dist/{chunk-RNBZBBI7.js → chunk-FEUU4YMY.js} +24 -25
- package/dist/chunk-FEUU4YMY.js.map +1 -0
- package/dist/{chunk-7LSLB7CN.js → chunk-G2QO6HPB.js} +2 -2
- package/dist/{chunk-FRSV66P3.js → chunk-ISC67YBJ.js} +4 -4
- package/dist/{chunk-YJ27WHM3.js → chunk-L4E2Y52A.js} +2 -2
- package/dist/{chunk-WSIGQG7C.js → chunk-LQKLBDBK.js} +3 -3
- package/dist/{chunk-JZ6KUUDY.js → chunk-N4HLBSMJ.js} +2 -32
- package/dist/chunk-N4HLBSMJ.js.map +1 -0
- package/dist/{chunk-62LWOH3P.js → chunk-QVLEP54U.js} +1 -49
- package/dist/chunk-QVLEP54U.js.map +1 -0
- package/dist/{chunk-4IJYTGS2.js → chunk-RLFO3NJV.js} +1535 -1976
- package/dist/chunk-RLFO3NJV.js.map +1 -0
- package/dist/{chunk-4DAJ5SVX.js → chunk-XERDRMSF.js} +4 -4
- package/dist/{chunk-JUL7J4VN.js → chunk-YBIT37P5.js} +2 -2
- package/dist/{chunk-5UOJCDLE.js → chunk-ZNHMWCO4.js} +3 -3
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +0 -48
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +33 -617
- package/dist/index.js +15 -23
- package/dist/index.js.map +1 -1
- 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 +17 -17
- package/dist/app/renderer/assets/commercial/registration-credits-bg.png +0 -0
- package/dist/chunk-4IJYTGS2.js.map +0 -1
- package/dist/chunk-62LWOH3P.js.map +0 -1
- package/dist/chunk-JZ6KUUDY.js.map +0 -1
- package/dist/chunk-RNBZBBI7.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-WWU4ZF7W.js.map → AgentRichTextReadonly-TASIMIK4.js.map} +0 -0
- /package/dist/{chunk-POU5WZNH.js.map → chunk-2HYADTQP.js.map} +0 -0
- /package/dist/{chunk-JVVLKTLR.js.map → chunk-7SSORDQY.js.map} +0 -0
- /package/dist/{chunk-BGNYUYLP.js.map → chunk-AD2RTSMS.js.map} +0 -0
- /package/dist/{chunk-GXXPUEX6.js.map → chunk-BYHNJQYH.js.map} +0 -0
- /package/dist/{chunk-7LSLB7CN.js.map → chunk-G2QO6HPB.js.map} +0 -0
- /package/dist/{chunk-FRSV66P3.js.map → chunk-ISC67YBJ.js.map} +0 -0
- /package/dist/{chunk-YJ27WHM3.js.map → chunk-L4E2Y52A.js.map} +0 -0
- /package/dist/{chunk-WSIGQG7C.js.map → chunk-LQKLBDBK.js.map} +0 -0
- /package/dist/{chunk-4DAJ5SVX.js.map → chunk-XERDRMSF.js.map} +0 -0
- /package/dist/{chunk-JUL7J4VN.js.map → chunk-YBIT37P5.js.map} +0 -0
- /package/dist/{chunk-5UOJCDLE.js.map → chunk-ZNHMWCO4.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
agentMentionFilterLabel,
|
|
6
6
|
agentMentionGroupLabel,
|
|
7
7
|
mentionGroupExpandCount
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-ISC67YBJ.js";
|
|
9
9
|
import {
|
|
10
10
|
resolveAgentMentionFileThumbnailUrl,
|
|
11
11
|
resolveAgentMentionFileVisualKind
|
|
@@ -13,13 +13,13 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
userAvatarPlaceholderUrl,
|
|
15
15
|
workspaceAgentActivityStatusLabel
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-AD2RTSMS.js";
|
|
17
17
|
import {
|
|
18
18
|
managedAgentRoundedIconUrl
|
|
19
19
|
} from "./chunk-M6HTOCQK.js";
|
|
20
20
|
import {
|
|
21
21
|
translate
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-BYHNJQYH.js";
|
|
23
23
|
|
|
24
24
|
// agent-gui/agentGuiNode/AgentFileMentionPalette.tsx
|
|
25
25
|
import {
|
|
@@ -523,4 +523,4 @@ export {
|
|
|
523
523
|
AgentFileMentionPalette,
|
|
524
524
|
AgentContextMentionPalette
|
|
525
525
|
};
|
|
526
|
-
//# sourceMappingURL=chunk-
|
|
526
|
+
//# sourceMappingURL=chunk-XERDRMSF.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translate
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BYHNJQYH.js";
|
|
4
4
|
import {
|
|
5
5
|
agentGUIProviderIdentityDisplayName,
|
|
6
6
|
resolveMigratedAgentGUIProviderIdentity
|
|
@@ -213,4 +213,4 @@ export {
|
|
|
213
213
|
getOptionalAgentHostApi,
|
|
214
214
|
workspaceAgentProviderLabel
|
|
215
215
|
};
|
|
216
|
-
//# sourceMappingURL=chunk-
|
|
216
|
+
//# sourceMappingURL=chunk-YBIT37P5.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
resolveAgentGUIConversationTitleDisplayPrompt,
|
|
4
4
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
5
5
|
resolveAgentGuiWorkbenchSessionTitle
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-L4E2Y52A.js";
|
|
7
7
|
import {
|
|
8
8
|
createAgentGuiWorkbenchNodeStateSource,
|
|
9
9
|
migrateLegacyAgentGuiWorkbenchState,
|
|
@@ -400,7 +400,7 @@ function stopPointerPropagation(event) {
|
|
|
400
400
|
|
|
401
401
|
// workbench/header.ts
|
|
402
402
|
var LazyAgentRichTextReadonly = lazy(
|
|
403
|
-
() => import("./AgentRichTextReadonly-
|
|
403
|
+
() => import("./AgentRichTextReadonly-TASIMIK4.js").then((module) => ({
|
|
404
404
|
default: module.AgentRichTextReadonly
|
|
405
405
|
}))
|
|
406
406
|
);
|
|
@@ -1669,4 +1669,4 @@ export {
|
|
|
1669
1669
|
AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT,
|
|
1670
1670
|
createAgentGuiWorkbenchContribution
|
|
1671
1671
|
};
|
|
1672
|
-
//# sourceMappingURL=chunk-
|
|
1672
|
+
//# sourceMappingURL=chunk-ZNHMWCO4.js.map
|
|
@@ -3,28 +3,28 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-XERDRMSF.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ISC67YBJ.js";
|
|
10
10
|
import "../chunk-VMPA46ET.js";
|
|
11
11
|
import "../chunk-XJ34OIEQ.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-2HYADTQP.js";
|
|
13
13
|
import "../chunk-JDVP33S5.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-AD2RTSMS.js";
|
|
20
20
|
import "../chunk-YMXYBG7U.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-YBIT37P5.js";
|
|
22
22
|
import "../chunk-M6HTOCQK.js";
|
|
23
23
|
import "../chunk-F5UR6EJG.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-BYHNJQYH.js";
|
|
25
25
|
import "../chunk-5BJYO6X3.js";
|
|
26
26
|
import "../chunk-AFUVWWQY.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-QVLEP54U.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
|
@@ -714,17 +714,12 @@ declare const agentGuiI18nResources: {
|
|
|
714
714
|
readonly visibleErrorConfigTimeout: "{{provider}} couldn't apply session settings before the request timed out. Try again in a moment.";
|
|
715
715
|
readonly visibleErrorStreamDisconnected: "{{provider}}'s response was interrupted before it completed. Try again in a moment.";
|
|
716
716
|
readonly visibleErrorConcurrencyLimit: "{{provider}} is handling too many requests right now. Try again after another task finishes.";
|
|
717
|
-
readonly visibleErrorInsufficientCreditsFree: "Your available credits are exhausted. Upgrade your membership for more credits";
|
|
718
|
-
readonly visibleErrorInsufficientCreditsActive: "Your Tutti credits are insufficient. Recharge credits to continue";
|
|
719
717
|
readonly visibleErrorInsufficientCreditsUnknown: "Your Tutti credits are insufficient. Review credit options to continue";
|
|
720
718
|
readonly visibleErrorActionInstall: "Connect";
|
|
721
719
|
readonly visibleErrorActionUpgrade: "Upgrade";
|
|
722
720
|
readonly visibleErrorActionRelogin: "Sign in";
|
|
723
721
|
readonly visibleErrorActionCheckNetwork: "Check network";
|
|
724
722
|
readonly visibleErrorActionDetect: "Open setup";
|
|
725
|
-
readonly visibleErrorActionUpgradeMembership: "Upgrade membership";
|
|
726
|
-
readonly visibleErrorActionRechargeCredits: "Recharge credits";
|
|
727
|
-
readonly visibleErrorActionViewCreditPlans: "View credit options";
|
|
728
723
|
readonly systemNoticeTransportRetry: "Agent connection interrupted. Reconnecting...";
|
|
729
724
|
readonly systemNoticeTransportFallback: "Agent switched to HTTPS transport";
|
|
730
725
|
readonly systemNoticePlanImplementationPendingConfirmation: "Plan implementation is awaiting confirmation";
|
|
@@ -957,25 +952,6 @@ declare const agentGuiI18nResources: {
|
|
|
957
952
|
};
|
|
958
953
|
readonly conversations: "Sessions";
|
|
959
954
|
readonly newConversation: "New session";
|
|
960
|
-
readonly accountMenuTitle: "Tutti Agent";
|
|
961
|
-
readonly accountMenuMember: "Membership";
|
|
962
|
-
readonly accountMenuUpgrade: "Upgrade";
|
|
963
|
-
readonly accountMenuRecharge: "Recharge credits";
|
|
964
|
-
readonly accountMenuViewPlans: "View credit options";
|
|
965
|
-
readonly accountMenuCreditsBalance: "Credits";
|
|
966
|
-
readonly accountMenuAccountCenter: "Account center";
|
|
967
|
-
readonly accountMenuSettings: "Settings";
|
|
968
|
-
readonly accountMenuFree: "Free";
|
|
969
|
-
readonly accountMenuSignIn: "Sign in";
|
|
970
|
-
readonly accountMenuSignOut: "Sign out";
|
|
971
|
-
readonly accountMenuCopyUserId: "Copy user ID";
|
|
972
|
-
readonly accountMenuLoading: "Loading";
|
|
973
|
-
readonly accountMenuUnavailable: "--";
|
|
974
|
-
readonly accountMenuDataUnavailable: "Some account data is unavailable";
|
|
975
|
-
readonly accountRewardToastTitle: "New user credits";
|
|
976
|
-
readonly accountRewardToastCreditsUnit: "credits";
|
|
977
|
-
readonly accountRewardToastDescription: "Added to account balance";
|
|
978
|
-
readonly accountRewardToastClose: "Close credits reward notification";
|
|
979
955
|
readonly agentConfig: "Check & Settings";
|
|
980
956
|
readonly agentSettingsMenu: "Settings";
|
|
981
957
|
readonly agentEnvSetup: "Environment Check";
|
|
@@ -3524,17 +3500,12 @@ declare const agentGuiI18nResources: {
|
|
|
3524
3500
|
readonly visibleErrorConfigTimeout: "{{provider}} 在请求超时前未能应用会话设置。请稍后重试。";
|
|
3525
3501
|
readonly visibleErrorStreamDisconnected: "{{provider}} 的响应在完成前被中断。请稍后重试。";
|
|
3526
3502
|
readonly visibleErrorConcurrencyLimit: "{{provider}} 当前处理的请求过多。请在其他任务完成后再试。";
|
|
3527
|
-
readonly visibleErrorInsufficientCreditsFree: "您账户下可用的积分额度已耗尽,升级会员获取更多额度";
|
|
3528
|
-
readonly visibleErrorInsufficientCreditsActive: "Tutti 积分不足,充值积分后可继续使用";
|
|
3529
3503
|
readonly visibleErrorInsufficientCreditsUnknown: "Tutti 积分不足,请查看积分方案后继续";
|
|
3530
3504
|
readonly visibleErrorActionInstall: "去连接";
|
|
3531
3505
|
readonly visibleErrorActionUpgrade: "去升级";
|
|
3532
3506
|
readonly visibleErrorActionRelogin: "登录";
|
|
3533
3507
|
readonly visibleErrorActionCheckNetwork: "检测网络";
|
|
3534
3508
|
readonly visibleErrorActionDetect: "打开检测";
|
|
3535
|
-
readonly visibleErrorActionUpgradeMembership: "升级会员";
|
|
3536
|
-
readonly visibleErrorActionRechargeCredits: "充值积分";
|
|
3537
|
-
readonly visibleErrorActionViewCreditPlans: "查看积分方案";
|
|
3538
3509
|
readonly systemNoticeTransportRetry: "Agent 连接中断,正在重连";
|
|
3539
3510
|
readonly systemNoticeTransportFallback: "Agent 已切换到 HTTPS 传输";
|
|
3540
3511
|
readonly systemNoticePlanImplementationPendingConfirmation: "计划实现正在等待确认";
|
|
@@ -4103,25 +4074,6 @@ declare const agentGuiI18nResources: {
|
|
|
4103
4074
|
};
|
|
4104
4075
|
readonly conversations: "会话";
|
|
4105
4076
|
readonly newConversation: "新建会话";
|
|
4106
|
-
readonly accountMenuTitle: "Tutti Agent";
|
|
4107
|
-
readonly accountMenuMember: "会员";
|
|
4108
|
-
readonly accountMenuUpgrade: "升级";
|
|
4109
|
-
readonly accountMenuRecharge: "充值积分";
|
|
4110
|
-
readonly accountMenuViewPlans: "查看积分方案";
|
|
4111
|
-
readonly accountMenuCreditsBalance: "积分余额";
|
|
4112
|
-
readonly accountMenuAccountCenter: "账号中心";
|
|
4113
|
-
readonly accountMenuSettings: "设置";
|
|
4114
|
-
readonly accountMenuFree: "Free";
|
|
4115
|
-
readonly accountMenuSignIn: "登录";
|
|
4116
|
-
readonly accountMenuSignOut: "退出登录";
|
|
4117
|
-
readonly accountMenuCopyUserId: "复制用户 ID";
|
|
4118
|
-
readonly accountMenuLoading: "加载中";
|
|
4119
|
-
readonly accountMenuUnavailable: "--";
|
|
4120
|
-
readonly accountMenuDataUnavailable: "部分账号数据暂不可用";
|
|
4121
|
-
readonly accountRewardToastTitle: "新用户积分到账";
|
|
4122
|
-
readonly accountRewardToastCreditsUnit: "积分";
|
|
4123
|
-
readonly accountRewardToastDescription: "已加入账户余额";
|
|
4124
|
-
readonly accountRewardToastClose: "关闭积分到账提示";
|
|
4125
4077
|
readonly agentConfig: "检测与设置";
|
|
4126
4078
|
readonly agentSettingsMenu: "设置";
|
|
4127
4079
|
readonly agentEnvSetup: "环境检测";
|
package/dist/i18n/index.js
CHANGED