@tutti-os/agent-gui 0.0.205 → 0.0.206
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 +12 -0
- package/dist/{AgentRichTextReadonly-YU6STDUX.js → AgentRichTextReadonly-DFWY2WYO.js} +5 -5
- package/dist/agent-conversation/index.js +8 -8
- package/dist/agent-env/index.d.ts +8 -1
- package/dist/agent-env/index.js +1 -1
- package/dist/agent-gui.d.ts +13 -0
- package/dist/agent-gui.js +16 -16
- package/dist/agent-message-center/index.js +6 -6
- package/dist/agents.js +1 -1
- package/dist/{chunk-CX6XXG6R.js → chunk-3MVSOLX3.js} +2 -2
- package/dist/chunk-3MVSOLX3.js.map +1 -0
- package/dist/{chunk-JXFOFJYI.js → chunk-5RZVXSQQ.js} +2 -2
- package/dist/{chunk-VDTG6M6K.js → chunk-6LXC5BME.js} +4 -4
- package/dist/{chunk-GJZEMI6Z.js → chunk-CCFYCSBK.js} +551 -538
- package/dist/chunk-CCFYCSBK.js.map +1 -0
- package/dist/{chunk-UEBPMWKS.js → chunk-CKUR2VKA.js} +2 -2
- package/dist/{chunk-X5V6P2EB.js → chunk-DKRX5IZS.js} +4 -4
- package/dist/{chunk-K5AOJ5DO.js → chunk-FWR5BZYR.js} +2 -2
- package/dist/{chunk-XD5NTTFJ.js → chunk-HXAOFFZJ.js} +2 -2
- package/dist/{chunk-4OJSSUEU.js → chunk-JRYR2EA5.js} +4 -4
- package/dist/{chunk-CXC3ROXQ.js → chunk-JZ6KUUDY.js} +34 -17
- package/dist/chunk-JZ6KUUDY.js.map +1 -0
- package/dist/{chunk-RJMCV7OR.js → chunk-M2VRYG7U.js} +18 -6
- package/dist/chunk-M2VRYG7U.js.map +1 -0
- package/dist/{chunk-FHCARLIO.js → chunk-RAO2PI3T.js} +4 -4
- package/dist/{chunk-STOGLKFA.js → chunk-RTKIOE4R.js} +1594 -1543
- package/dist/chunk-RTKIOE4R.js.map +1 -0
- package/dist/{chunk-EOGTJQID.js → chunk-THRBLO2B.js} +2 -2
- package/dist/{chunk-GWKXYGUN.js → chunk-V2MU37VN.js} +2 -2
- package/dist/{chunk-ZTRTBLLP.js → chunk-VGPFDVSK.js} +3 -3
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +17 -5
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +551 -9
- package/dist/index.js +24 -16
- package/dist/index.js.map +1 -1
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.js +4 -4
- package/dist/workbench/index.js +4 -4
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +14 -14
- package/dist/chunk-CX6XXG6R.js.map +0 -1
- package/dist/chunk-CXC3ROXQ.js.map +0 -1
- package/dist/chunk-GJZEMI6Z.js.map +0 -1
- package/dist/chunk-RJMCV7OR.js.map +0 -1
- package/dist/chunk-STOGLKFA.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-YU6STDUX.js.map → AgentRichTextReadonly-DFWY2WYO.js.map} +0 -0
- /package/dist/{chunk-JXFOFJYI.js.map → chunk-5RZVXSQQ.js.map} +0 -0
- /package/dist/{chunk-VDTG6M6K.js.map → chunk-6LXC5BME.js.map} +0 -0
- /package/dist/{chunk-UEBPMWKS.js.map → chunk-CKUR2VKA.js.map} +0 -0
- /package/dist/{chunk-X5V6P2EB.js.map → chunk-DKRX5IZS.js.map} +0 -0
- /package/dist/{chunk-K5AOJ5DO.js.map → chunk-FWR5BZYR.js.map} +0 -0
- /package/dist/{chunk-XD5NTTFJ.js.map → chunk-HXAOFFZJ.js.map} +0 -0
- /package/dist/{chunk-4OJSSUEU.js.map → chunk-JRYR2EA5.js.map} +0 -0
- /package/dist/{chunk-FHCARLIO.js.map → chunk-RAO2PI3T.js.map} +0 -0
- /package/dist/{chunk-EOGTJQID.js.map → chunk-THRBLO2B.js.map} +0 -0
- /package/dist/{chunk-GWKXYGUN.js.map → chunk-V2MU37VN.js.map} +0 -0
- /package/dist/{chunk-ZTRTBLLP.js.map → chunk-VGPFDVSK.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-M2VRYG7U.js";
|
|
10
10
|
|
|
11
11
|
// i18n/index.ts
|
|
12
12
|
import React, {
|
|
@@ -68,4 +68,4 @@ export {
|
|
|
68
68
|
AgentGuiI18nProvider,
|
|
69
69
|
useTranslation
|
|
70
70
|
};
|
|
71
|
-
//# sourceMappingURL=chunk-
|
|
71
|
+
//# sourceMappingURL=chunk-THRBLO2B.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translateInUiLanguage
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-M2VRYG7U.js";
|
|
4
4
|
import {
|
|
5
5
|
normalizeAgentTitleText
|
|
6
6
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -374,4 +374,4 @@ export {
|
|
|
374
374
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
375
375
|
resolveAgentGuiWorkbenchSessionTitle
|
|
376
376
|
};
|
|
377
|
-
//# sourceMappingURL=chunk-
|
|
377
|
+
//# sourceMappingURL=chunk-V2MU37VN.js.map
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FWR5BZYR.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-THRBLO2B.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-VGPFDVSK.js.map
|
|
@@ -3,28 +3,28 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-6LXC5BME.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-JRYR2EA5.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-5RZVXSQQ.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-CKUR2VKA.js";
|
|
20
20
|
import "../chunk-YMXYBG7U.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-FWR5BZYR.js";
|
|
22
22
|
import "../chunk-F5UR6EJG.js";
|
|
23
23
|
import "../chunk-M6HTOCQK.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-THRBLO2B.js";
|
|
25
25
|
import "../chunk-5BJYO6X3.js";
|
|
26
26
|
import "../chunk-AFUVWWQY.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-M2VRYG7U.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,13 +714,17 @@ 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
|
|
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
|
+
readonly visibleErrorInsufficientCreditsUnknown: "Your Tutti credits are insufficient. Review credit options to continue";
|
|
718
720
|
readonly visibleErrorActionInstall: "Connect";
|
|
719
721
|
readonly visibleErrorActionUpgrade: "Upgrade";
|
|
720
722
|
readonly visibleErrorActionRelogin: "Sign in";
|
|
721
723
|
readonly visibleErrorActionCheckNetwork: "Check network";
|
|
722
724
|
readonly visibleErrorActionDetect: "Open setup";
|
|
723
|
-
readonly
|
|
725
|
+
readonly visibleErrorActionUpgradeMembership: "Upgrade membership";
|
|
726
|
+
readonly visibleErrorActionRechargeCredits: "Recharge credits";
|
|
727
|
+
readonly visibleErrorActionViewCreditPlans: "View credit options";
|
|
724
728
|
readonly systemNoticeTransportRetry: "Agent connection interrupted. Reconnecting...";
|
|
725
729
|
readonly systemNoticeTransportFallback: "Agent switched to HTTPS transport";
|
|
726
730
|
readonly systemNoticePlanImplementationPendingConfirmation: "Plan implementation is awaiting confirmation";
|
|
@@ -956,6 +960,8 @@ declare const agentGuiI18nResources: {
|
|
|
956
960
|
readonly accountMenuTitle: "Tutti Agent";
|
|
957
961
|
readonly accountMenuMember: "Membership";
|
|
958
962
|
readonly accountMenuUpgrade: "Upgrade";
|
|
963
|
+
readonly accountMenuRecharge: "Recharge credits";
|
|
964
|
+
readonly accountMenuViewPlans: "View credit options";
|
|
959
965
|
readonly accountMenuCreditsBalance: "Credits";
|
|
960
966
|
readonly accountMenuAccountCenter: "Account center";
|
|
961
967
|
readonly accountMenuSettings: "Settings";
|
|
@@ -3520,13 +3526,17 @@ declare const agentGuiI18nResources: {
|
|
|
3520
3526
|
readonly visibleErrorConfigTimeout: "{{provider}} 在请求超时前未能应用会话设置。请稍后重试。";
|
|
3521
3527
|
readonly visibleErrorStreamDisconnected: "{{provider}} 的响应在完成前被中断。请稍后重试。";
|
|
3522
3528
|
readonly visibleErrorConcurrencyLimit: "{{provider}} 当前处理的请求过多。请在其他任务完成后再试。";
|
|
3523
|
-
readonly
|
|
3529
|
+
readonly visibleErrorInsufficientCreditsFree: "您账户下可用的积分额度已耗尽,升级会员获取更多额度";
|
|
3530
|
+
readonly visibleErrorInsufficientCreditsActive: "Tutti 积分不足,充值积分后可继续使用";
|
|
3531
|
+
readonly visibleErrorInsufficientCreditsUnknown: "Tutti 积分不足,请查看积分方案后继续";
|
|
3524
3532
|
readonly visibleErrorActionInstall: "去连接";
|
|
3525
3533
|
readonly visibleErrorActionUpgrade: "去升级";
|
|
3526
3534
|
readonly visibleErrorActionRelogin: "登录";
|
|
3527
3535
|
readonly visibleErrorActionCheckNetwork: "检测网络";
|
|
3528
3536
|
readonly visibleErrorActionDetect: "打开检测";
|
|
3529
|
-
readonly
|
|
3537
|
+
readonly visibleErrorActionUpgradeMembership: "升级会员";
|
|
3538
|
+
readonly visibleErrorActionRechargeCredits: "充值积分";
|
|
3539
|
+
readonly visibleErrorActionViewCreditPlans: "查看积分方案";
|
|
3530
3540
|
readonly systemNoticeTransportRetry: "Agent 连接中断,正在重连";
|
|
3531
3541
|
readonly systemNoticeTransportFallback: "Agent 已切换到 HTTPS 传输";
|
|
3532
3542
|
readonly systemNoticePlanImplementationPendingConfirmation: "计划实现正在等待确认";
|
|
@@ -4099,7 +4109,9 @@ declare const agentGuiI18nResources: {
|
|
|
4099
4109
|
readonly newConversation: "新建会话";
|
|
4100
4110
|
readonly accountMenuTitle: "Tutti Agent";
|
|
4101
4111
|
readonly accountMenuMember: "会员";
|
|
4102
|
-
readonly accountMenuUpgrade: "
|
|
4112
|
+
readonly accountMenuUpgrade: "升级会员";
|
|
4113
|
+
readonly accountMenuRecharge: "充值积分";
|
|
4114
|
+
readonly accountMenuViewPlans: "查看积分方案";
|
|
4103
4115
|
readonly accountMenuCreditsBalance: "积分余额";
|
|
4104
4116
|
readonly accountMenuAccountCenter: "账号中心";
|
|
4105
4117
|
readonly accountMenuSettings: "设置";
|
package/dist/i18n/index.js
CHANGED