@tutti-os/agent-gui 0.0.48 → 0.0.49
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/dist/agent-conversation/index.js +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/app/renderer/agentactivity.css +40 -81
- package/dist/{chunk-RNIY43TA.js → chunk-5HJWT6YN.js} +4 -4
- package/dist/{chunk-OYQZRLJQ.js → chunk-6KQHNUR5.js} +2 -2
- package/dist/{chunk-N6HRVMIS.js → chunk-77UR4G7P.js} +2 -2
- package/dist/{chunk-VGDPBC6W.js → chunk-A2EN24OI.js} +4 -4
- package/dist/{chunk-2RYZ4EBF.js → chunk-AKK7UOAS.js} +2 -2
- package/dist/{chunk-EUOGIKT7.js → chunk-AYEYXKLF.js} +2 -2
- package/dist/{chunk-OB43QOMC.js → chunk-FSRS2JFR.js} +2 -2
- package/dist/{chunk-NETHPCSA.js → chunk-K6SRLYC3.js} +7 -1
- package/dist/chunk-K6SRLYC3.js.map +1 -0
- package/dist/{chunk-7W3VWU5R.js → chunk-Q3MOU4CD.js} +2 -2
- package/dist/{chunk-R6GOICRO.js → chunk-QGBIGRZA.js} +56 -9
- package/dist/chunk-QGBIGRZA.js.map +1 -0
- package/dist/{chunk-6YN7HQL5.js → chunk-RJR2OZ6T.js} +2 -2
- package/dist/{chunk-SD56WDSC.js → chunk-TG3ZXLPM.js} +42 -1
- package/dist/chunk-TG3ZXLPM.js.map +1 -0
- package/dist/{chunk-ZVKRNEOF.js → chunk-TTDBLIQ3.js} +2 -2
- package/dist/{chunk-LWMC2YA3.js → chunk-XRJZCEOX.js} +35 -11
- package/dist/chunk-XRJZCEOX.js.map +1 -0
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +6 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.js +402 -799
- package/dist/index.js.map +1 -1
- package/dist/queued-prompt-runtime.d.ts +1 -0
- package/dist/queued-prompt-runtime.js +1 -1
- package/dist/workbench/contribution.js +2 -2
- package/dist/workbench/index.js +5 -5
- package/dist/workbench/launch.d.ts +22 -1
- package/dist/workbench/launch.js +13 -3
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/chunk-LWMC2YA3.js.map +0 -1
- package/dist/chunk-NETHPCSA.js.map +0 -1
- package/dist/chunk-R6GOICRO.js.map +0 -1
- package/dist/chunk-SD56WDSC.js.map +0 -1
- /package/dist/{chunk-RNIY43TA.js.map → chunk-5HJWT6YN.js.map} +0 -0
- /package/dist/{chunk-OYQZRLJQ.js.map → chunk-6KQHNUR5.js.map} +0 -0
- /package/dist/{chunk-N6HRVMIS.js.map → chunk-77UR4G7P.js.map} +0 -0
- /package/dist/{chunk-VGDPBC6W.js.map → chunk-A2EN24OI.js.map} +0 -0
- /package/dist/{chunk-2RYZ4EBF.js.map → chunk-AKK7UOAS.js.map} +0 -0
- /package/dist/{chunk-EUOGIKT7.js.map → chunk-AYEYXKLF.js.map} +0 -0
- /package/dist/{chunk-OB43QOMC.js.map → chunk-FSRS2JFR.js.map} +0 -0
- /package/dist/{chunk-7W3VWU5R.js.map → chunk-Q3MOU4CD.js.map} +0 -0
- /package/dist/{chunk-6YN7HQL5.js.map → chunk-RJR2OZ6T.js.map} +0 -0
- /package/dist/{chunk-ZVKRNEOF.js.map → chunk-TTDBLIQ3.js.map} +0 -0
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
AgentMentionSearchController,
|
|
5
5
|
flattenAgentMentionPaletteEntries,
|
|
6
6
|
groupStartKeys
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-5HJWT6YN.js";
|
|
8
|
+
import "../chunk-Q3MOU4CD.js";
|
|
9
|
+
import "../chunk-AYEYXKLF.js";
|
|
10
10
|
import "../chunk-IBIMGLCD.js";
|
|
11
11
|
import "../chunk-MTFSQWZ6.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-6KQHNUR5.js";
|
|
13
13
|
import "../chunk-Y35GDLP2.js";
|
|
14
14
|
import "../chunk-LUGELG5V.js";
|
|
15
15
|
import "../chunk-U6JWW45G.js";
|
|
@@ -19,8 +19,8 @@ import {
|
|
|
19
19
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
20
20
|
} from "../chunk-JM24HADP.js";
|
|
21
21
|
import "../chunk-GCBDIQDX.js";
|
|
22
|
-
import "../chunk-
|
|
23
|
-
import "../chunk-
|
|
22
|
+
import "../chunk-77UR4G7P.js";
|
|
23
|
+
import "../chunk-K6SRLYC3.js";
|
|
24
24
|
export {
|
|
25
25
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS,
|
|
26
26
|
AgentContextMentionPalette,
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -1235,6 +1235,7 @@ declare const agentGuiI18nResources: {
|
|
|
1235
1235
|
readonly waitingForAnswer: "Waiting for answer…";
|
|
1236
1236
|
readonly questionFallback: "Question";
|
|
1237
1237
|
readonly delegateSession: "Delegate session";
|
|
1238
|
+
readonly missingFailureDetails: "The provider reported failure without details.";
|
|
1238
1239
|
readonly noMatches: "No matches";
|
|
1239
1240
|
readonly noMatchingTools: "No matching tools";
|
|
1240
1241
|
readonly loadedAvailable: "{{loaded}} loaded · {{available}} available";
|
|
@@ -1265,6 +1266,8 @@ declare const agentGuiI18nResources: {
|
|
|
1265
1266
|
readonly editNotebook: "Edit notebook";
|
|
1266
1267
|
readonly updateTodos: "Update todos";
|
|
1267
1268
|
readonly delegateAgent: "Delegate agent";
|
|
1269
|
+
readonly closeAgent: "End agent";
|
|
1270
|
+
readonly waitAgent: "Wait for agent";
|
|
1268
1271
|
readonly currentIssue: "Current task";
|
|
1269
1272
|
readonly thinking: "Thinking";
|
|
1270
1273
|
readonly responding: "Responding";
|
|
@@ -3674,6 +3677,7 @@ declare const agentGuiI18nResources: {
|
|
|
3674
3677
|
readonly waitingForAnswer: "等待用户回答…";
|
|
3675
3678
|
readonly questionFallback: "问题";
|
|
3676
3679
|
readonly delegateSession: "委托会话";
|
|
3680
|
+
readonly missingFailureDetails: "Provider 报告失败,但没有返回失败详情。";
|
|
3677
3681
|
readonly noMatches: "没有匹配结果";
|
|
3678
3682
|
readonly noMatchingTools: "没有匹配的工具";
|
|
3679
3683
|
readonly loadedAvailable: "已加载 {{loaded}} 个 · 共 {{available}} 个";
|
|
@@ -3704,6 +3708,8 @@ declare const agentGuiI18nResources: {
|
|
|
3704
3708
|
readonly editNotebook: "编辑 Notebook";
|
|
3705
3709
|
readonly updateTodos: "更新待办";
|
|
3706
3710
|
readonly delegateAgent: "委托 Agent";
|
|
3711
|
+
readonly closeAgent: "结束 Agent";
|
|
3712
|
+
readonly waitAgent: "等待 Agent";
|
|
3707
3713
|
readonly currentIssue: "当前任务";
|
|
3708
3714
|
readonly thinking: "思考";
|
|
3709
3715
|
readonly responding: "回复";
|
package/dist/i18n/index.js
CHANGED