@tutti-os/agent-gui 0.0.80 → 0.0.82
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 +7 -7
- package/dist/agent-message-center/index.js +9 -9
- package/dist/app/renderer/agentactivity.css +1 -3
- package/dist/app/renderer/assets/icons/agents/agent-colorful.png +0 -0
- package/dist/app/renderer/assets/icons/agents/cursor-colorful.png +0 -0
- package/dist/app/renderer/assets/icons/agents/opencode-rounded.png +0 -0
- package/dist/app/renderer/assets/icons/agents/provider-rail-opencode-colorful.png +0 -0
- package/dist/{chunk-KELYWKTC.js → chunk-3PB2FL74.js} +3 -3
- package/dist/{chunk-GZX2SGAG.js → chunk-5BFYTHJB.js} +2 -2
- package/dist/{chunk-4TNM6ZEC.js → chunk-5WZEOARY.js} +3 -1
- package/dist/chunk-5WZEOARY.js.map +1 -0
- package/dist/{chunk-M6FZ2YIR.js → chunk-AIYGF64O.js} +2 -2
- package/dist/{chunk-WIRYWLAI.js → chunk-CCJUGHQQ.js} +5 -5
- package/dist/{chunk-U6AZ3XQS.js → chunk-DBIJRSFG.js} +4 -5
- package/dist/chunk-DBIJRSFG.js.map +1 -0
- package/dist/{chunk-5CLGEUWK.js → chunk-FYSYKWN6.js} +3 -3
- package/dist/{chunk-QDKD6RNC.js → chunk-GE4CCOWC.js} +5 -5
- package/dist/{chunk-RIRFNGPB.js → chunk-LR4FA5X6.js} +2 -2
- package/dist/{chunk-MNESUMOS.js → chunk-PVLUSXH5.js} +2 -2
- package/dist/{chunk-YWQHNFYA.js → chunk-T56L2H2H.js} +2 -2
- package/dist/{chunk-3B3KPQ4Y.js → chunk-U4F3VJ5C.js} +4 -4
- package/dist/{chunk-SYWMKIRW.js → chunk-XDV4ZRVK.js} +5 -5
- package/dist/{chunk-52GTPN7X.js → chunk-Z7KHS6LK.js} +2 -2
- package/dist/context-mention-palette/index.js +8 -8
- package/dist/i18n/index.d.ts +2 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.js +161 -66
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.js +2 -2
- package/dist/workbench/index.js +5 -5
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/chunk-4TNM6ZEC.js.map +0 -1
- package/dist/chunk-U6AZ3XQS.js.map +0 -1
- /package/dist/{chunk-KELYWKTC.js.map → chunk-3PB2FL74.js.map} +0 -0
- /package/dist/{chunk-GZX2SGAG.js.map → chunk-5BFYTHJB.js.map} +0 -0
- /package/dist/{chunk-M6FZ2YIR.js.map → chunk-AIYGF64O.js.map} +0 -0
- /package/dist/{chunk-WIRYWLAI.js.map → chunk-CCJUGHQQ.js.map} +0 -0
- /package/dist/{chunk-5CLGEUWK.js.map → chunk-FYSYKWN6.js.map} +0 -0
- /package/dist/{chunk-QDKD6RNC.js.map → chunk-GE4CCOWC.js.map} +0 -0
- /package/dist/{chunk-RIRFNGPB.js.map → chunk-LR4FA5X6.js.map} +0 -0
- /package/dist/{chunk-MNESUMOS.js.map → chunk-PVLUSXH5.js.map} +0 -0
- /package/dist/{chunk-YWQHNFYA.js.map → chunk-T56L2H2H.js.map} +0 -0
- /package/dist/{chunk-3B3KPQ4Y.js.map → chunk-U4F3VJ5C.js.map} +0 -0
- /package/dist/{chunk-SYWMKIRW.js.map → chunk-XDV4ZRVK.js.map} +0 -0
- /package/dist/{chunk-52GTPN7X.js.map → chunk-Z7KHS6LK.js.map} +0 -0
|
@@ -6,20 +6,20 @@ import {
|
|
|
6
6
|
projectAgentConversationVM,
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
useProjectedAgentConversation
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-CCJUGHQQ.js";
|
|
10
|
+
import "../chunk-FYSYKWN6.js";
|
|
11
11
|
import "../chunk-PSLAWU25.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-3PB2FL74.js";
|
|
13
13
|
import "../chunk-Y35GDLP2.js";
|
|
14
14
|
import "../chunk-LUGELG5V.js";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-LR4FA5X6.js";
|
|
16
16
|
import "../chunk-4HP6V2YA.js";
|
|
17
17
|
import {
|
|
18
18
|
translate
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-T56L2H2H.js";
|
|
20
20
|
import "../chunk-PJP5BUU6.js";
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-XDV4ZRVK.js";
|
|
22
|
+
import "../chunk-5WZEOARY.js";
|
|
23
23
|
|
|
24
24
|
// shared/WorkspaceAgentSessionDetail.tsx
|
|
25
25
|
import { useMemo } from "react";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
formatAgentGuiConversationPlainTitle
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-PVLUSXH5.js";
|
|
4
4
|
import {
|
|
5
5
|
AgentInteractivePromptSurface,
|
|
6
6
|
approvalOptionDisplayLabel,
|
|
7
7
|
getPromptToolDetails,
|
|
8
8
|
isPromptRequestIdTitle
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-U4F3VJ5C.js";
|
|
10
10
|
import {
|
|
11
11
|
PLAN_IMPLEMENTATION_ACTION_IMPLEMENT,
|
|
12
12
|
PLAN_IMPLEMENTATION_PROMPT,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
} from "../chunk-MKHDRIGN.js";
|
|
16
16
|
import {
|
|
17
17
|
formatAgentSessionMentionText
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-AIYGF64O.js";
|
|
19
19
|
import {
|
|
20
20
|
AgentMessageMarkdown,
|
|
21
21
|
CustomScrollArea,
|
|
@@ -25,17 +25,17 @@ import {
|
|
|
25
25
|
extractExitPlanModeOptions,
|
|
26
26
|
isExitPlanSwitchModeInput,
|
|
27
27
|
normalizeAskUserQuestions
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-FYSYKWN6.js";
|
|
29
29
|
import {
|
|
30
30
|
userAvatarPlaceholderUrl,
|
|
31
31
|
workspaceAgentActivityStatusLabel
|
|
32
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-5BFYTHJB.js";
|
|
33
33
|
import {
|
|
34
34
|
resolveWorkspaceAgentSessionSortTimeUnixMs
|
|
35
35
|
} from "../chunk-IBIMGLCD.js";
|
|
36
36
|
import {
|
|
37
37
|
managedAgentRoundedIconUrl
|
|
38
|
-
} from "../chunk-
|
|
38
|
+
} from "../chunk-LR4FA5X6.js";
|
|
39
39
|
import {
|
|
40
40
|
workspaceAgentProviderLabel
|
|
41
41
|
} from "../chunk-4HP6V2YA.js";
|
|
@@ -43,10 +43,10 @@ import {
|
|
|
43
43
|
AgentGuiI18nProvider,
|
|
44
44
|
getActiveUiLanguage,
|
|
45
45
|
useTranslation
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-T56L2H2H.js";
|
|
47
47
|
import "../chunk-PJP5BUU6.js";
|
|
48
|
-
import "../chunk-
|
|
49
|
-
import "../chunk-
|
|
48
|
+
import "../chunk-XDV4ZRVK.js";
|
|
49
|
+
import "../chunk-5WZEOARY.js";
|
|
50
50
|
import "../chunk-GCBDIQDX.js";
|
|
51
51
|
|
|
52
52
|
// agent-message-center/WorkspaceAgentMessageCenterPanel.tsx
|
|
@@ -9236,7 +9236,7 @@ button.agent-gui-node__provider-rail-launchpad-item {
|
|
|
9236
9236
|
}
|
|
9237
9237
|
|
|
9238
9238
|
.agent-gui-node__empty-hero-provider-select {
|
|
9239
|
-
display: inline-
|
|
9239
|
+
display: inline-flex;
|
|
9240
9240
|
width: auto;
|
|
9241
9241
|
min-width: 0;
|
|
9242
9242
|
height: auto;
|
|
@@ -9253,8 +9253,6 @@ button.agent-gui-node__provider-rail-launchpad-item {
|
|
|
9253
9253
|
letter-spacing: inherit;
|
|
9254
9254
|
box-shadow: none;
|
|
9255
9255
|
white-space: nowrap;
|
|
9256
|
-
appearance: auto;
|
|
9257
|
-
cursor: pointer;
|
|
9258
9256
|
}
|
|
9259
9257
|
|
|
9260
9258
|
.agent-gui-node__empty-hero-provider-select:hover,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
getAgentCustomMentionKind,
|
|
7
7
|
managedAgentRoundedIconUrl
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-LR4FA5X6.js";
|
|
9
9
|
import {
|
|
10
10
|
translate,
|
|
11
11
|
useTranslation
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-T56L2H2H.js";
|
|
13
13
|
|
|
14
14
|
// agent-gui/agentGuiNode/agentRichText/agentFileMentionExtension.ts
|
|
15
15
|
import { mergeAttributes, Node } from "@tiptap/core";
|
|
@@ -1568,4 +1568,4 @@ export {
|
|
|
1568
1568
|
mentionItemToAttrs,
|
|
1569
1569
|
attrsToMentionItem
|
|
1570
1570
|
};
|
|
1571
|
-
//# sourceMappingURL=chunk-
|
|
1571
|
+
//# sourceMappingURL=chunk-3PB2FL74.js.map
|