@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
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
projectAgentConversationVM,
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
useProjectedAgentConversation
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-XRJZCEOX.js";
|
|
10
|
+
import "../chunk-RJR2OZ6T.js";
|
|
11
|
+
import "../chunk-6KQHNUR5.js";
|
|
12
12
|
import "../chunk-Y35GDLP2.js";
|
|
13
13
|
import "../chunk-LUGELG5V.js";
|
|
14
14
|
import "../chunk-U6JWW45G.js";
|
|
@@ -16,8 +16,8 @@ import "../chunk-TYGL25EL.js";
|
|
|
16
16
|
import "../chunk-PJP5BUU6.js";
|
|
17
17
|
import {
|
|
18
18
|
translate
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-77UR4G7P.js";
|
|
20
|
+
import "../chunk-K6SRLYC3.js";
|
|
21
21
|
|
|
22
22
|
// shared/WorkspaceAgentSessionDetail.tsx
|
|
23
23
|
import { useMemo } from "react";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
formatAgentGuiConversationPlainTitle
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-FSRS2JFR.js";
|
|
4
4
|
import {
|
|
5
5
|
AgentInteractivePromptSurface,
|
|
6
6
|
approvalOptionDisplayLabel,
|
|
7
7
|
getPromptToolDetails,
|
|
8
8
|
isPromptRequestIdTitle
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-A2EN24OI.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-TTDBLIQ3.js";
|
|
19
19
|
import {
|
|
20
20
|
AgentMessageMarkdown,
|
|
21
21
|
CustomScrollArea,
|
|
@@ -25,12 +25,12 @@ import {
|
|
|
25
25
|
extractExitPlanModeOptions,
|
|
26
26
|
isExitPlanSwitchModeInput,
|
|
27
27
|
normalizeAskUserQuestions
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-RJR2OZ6T.js";
|
|
29
29
|
import {
|
|
30
30
|
managedAgentRoundedIconUrl,
|
|
31
31
|
userAvatarPlaceholderUrl,
|
|
32
32
|
workspaceAgentActivityStatusLabel
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-AYEYXKLF.js";
|
|
34
34
|
import {
|
|
35
35
|
resolveWorkspaceAgentSessionSortTimeUnixMs
|
|
36
36
|
} from "../chunk-IBIMGLCD.js";
|
|
@@ -45,8 +45,8 @@ import {
|
|
|
45
45
|
AgentGuiI18nProvider,
|
|
46
46
|
getActiveUiLanguage,
|
|
47
47
|
useTranslation
|
|
48
|
-
} from "../chunk-
|
|
49
|
-
import "../chunk-
|
|
48
|
+
} from "../chunk-77UR4G7P.js";
|
|
49
|
+
import "../chunk-K6SRLYC3.js";
|
|
50
50
|
|
|
51
51
|
// agent-message-center/WorkspaceAgentMessageCenterPanel.tsx
|
|
52
52
|
import {
|
|
@@ -2462,8 +2462,8 @@ aside.workspace-agents-status-panel
|
|
|
2462
2462
|
.agent-gui-node__empty-hero-body
|
|
2463
2463
|
> .agent-gui-chrome__session-chrome
|
|
2464
2464
|
> .agent-gui-chrome__card {
|
|
2465
|
-
margin-right:
|
|
2466
|
-
margin-left:
|
|
2465
|
+
margin-right: 12px;
|
|
2466
|
+
margin-left: 12px;
|
|
2467
2467
|
}
|
|
2468
2468
|
|
|
2469
2469
|
.agent-gui-node__empty-hero-body
|
|
@@ -2539,24 +2539,19 @@ aside.workspace-agents-status-panel
|
|
|
2539
2539
|
animation: agent-gui-chrome-card-enter 260ms
|
|
2540
2540
|
var(--agent-gui-chrome-card-spring);
|
|
2541
2541
|
box-sizing: border-box;
|
|
2542
|
-
height:
|
|
2542
|
+
height: auto;
|
|
2543
|
+
min-height: 36px;
|
|
2543
2544
|
overflow: hidden;
|
|
2544
2545
|
transform: translateY(0) scaleY(1);
|
|
2545
2546
|
transform-origin: bottom center;
|
|
2546
2547
|
transition:
|
|
2547
|
-
height 300ms var(--agent-gui-chrome-card-spring),
|
|
2548
|
-
padding-top 260ms var(--agent-gui-chrome-card-spring),
|
|
2549
|
-
padding-bottom 260ms var(--agent-gui-chrome-card-spring),
|
|
2550
2548
|
border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
2551
2549
|
transform 280ms var(--agent-gui-chrome-card-spring);
|
|
2552
|
-
will-change:
|
|
2550
|
+
will-change: transform;
|
|
2553
2551
|
}
|
|
2554
2552
|
|
|
2555
2553
|
@keyframes agent-gui-chrome-card-enter {
|
|
2556
2554
|
from {
|
|
2557
|
-
height: 0;
|
|
2558
|
-
padding-top: 0;
|
|
2559
|
-
padding-bottom: 0;
|
|
2560
2555
|
opacity: 0;
|
|
2561
2556
|
transform: translateY(6px) scaleY(0.96);
|
|
2562
2557
|
}
|
|
@@ -2579,30 +2574,15 @@ aside.workspace-agents-status-panel
|
|
|
2579
2574
|
grid-template-columns: minmax(0, 1fr) auto;
|
|
2580
2575
|
align-items: center;
|
|
2581
2576
|
min-height: 36px;
|
|
2582
|
-
padding:
|
|
2583
|
-
cursor:
|
|
2577
|
+
padding: 6px 16px;
|
|
2578
|
+
cursor: default;
|
|
2584
2579
|
}
|
|
2585
2580
|
|
|
2586
2581
|
.agent-gui-chrome__card--warning .agent-gui-chrome__icon,
|
|
2587
|
-
.agent-gui-chrome__card--warning .agent-gui-chrome__message
|
|
2588
|
-
.agent-gui-chrome__card--warning .agent-gui-chrome__expand-cue {
|
|
2582
|
+
.agent-gui-chrome__card--warning .agent-gui-chrome__message {
|
|
2589
2583
|
color: var(--agent-gui-warning, var(--cove-label-orange));
|
|
2590
2584
|
}
|
|
2591
2585
|
|
|
2592
|
-
.agent-gui-chrome__card[data-expandable="false"] {
|
|
2593
|
-
cursor: default;
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
|
-
.agent-gui-chrome__card--warning[data-expanded="true"],
|
|
2597
|
-
.agent-gui-chrome__card--danger[data-expanded="true"],
|
|
2598
|
-
.agent-gui-chrome__card--muted[data-expanded="true"],
|
|
2599
|
-
.agent-gui-chrome__card--connecting[data-expanded="true"] {
|
|
2600
|
-
height: var(--agent-gui-chrome-card-expanded-height, 220px);
|
|
2601
|
-
align-items: start;
|
|
2602
|
-
padding-top: 8px;
|
|
2603
|
-
padding-bottom: 8px;
|
|
2604
|
-
}
|
|
2605
|
-
|
|
2606
2586
|
.agent-gui-chrome__card--warning .agent-gui-chrome__actions button,
|
|
2607
2587
|
.agent-gui-chrome__card--warning .agent-gui-chrome__danger-ghost-button {
|
|
2608
2588
|
color: var(--agent-gui-warning, var(--cove-label-orange));
|
|
@@ -2641,9 +2621,9 @@ aside.workspace-agents-status-panel
|
|
|
2641
2621
|
border-bottom-left-radius: 0;
|
|
2642
2622
|
align-items: center;
|
|
2643
2623
|
min-height: 36px;
|
|
2644
|
-
padding:
|
|
2624
|
+
padding: 6px 16px;
|
|
2645
2625
|
background: var(--transparency-block);
|
|
2646
|
-
cursor:
|
|
2626
|
+
cursor: default;
|
|
2647
2627
|
}
|
|
2648
2628
|
|
|
2649
2629
|
.agent-gui-chrome__card--connecting {
|
|
@@ -2656,8 +2636,8 @@ aside.workspace-agents-status-panel
|
|
|
2656
2636
|
color: var(--accent);
|
|
2657
2637
|
align-items: center;
|
|
2658
2638
|
min-height: 36px;
|
|
2659
|
-
padding:
|
|
2660
|
-
cursor:
|
|
2639
|
+
padding: 6px 16px;
|
|
2640
|
+
cursor: default;
|
|
2661
2641
|
background:
|
|
2662
2642
|
linear-gradient(
|
|
2663
2643
|
color-mix(in srgb, var(--accent) 8%, transparent),
|
|
@@ -2692,21 +2672,16 @@ aside.workspace-agents-status-panel
|
|
|
2692
2672
|
grid-template-columns: minmax(0, 1fr) auto;
|
|
2693
2673
|
align-items: center;
|
|
2694
2674
|
min-height: 36px;
|
|
2695
|
-
padding:
|
|
2696
|
-
cursor:
|
|
2675
|
+
padding: 6px 16px;
|
|
2676
|
+
cursor: default;
|
|
2697
2677
|
}
|
|
2698
2678
|
|
|
2699
2679
|
.agent-gui-chrome__card[data-has-inline-actions="true"] {
|
|
2700
2680
|
padding-right: 4px;
|
|
2701
2681
|
}
|
|
2702
2682
|
|
|
2703
|
-
.agent-gui-chrome__card[data-has-inline-actions="true"][data-expanded="true"] {
|
|
2704
|
-
padding-right: 4px;
|
|
2705
|
-
}
|
|
2706
|
-
|
|
2707
2683
|
.agent-gui-chrome__card--danger .agent-gui-chrome__icon,
|
|
2708
|
-
.agent-gui-chrome__card--danger .agent-gui-chrome__message
|
|
2709
|
-
.agent-gui-chrome__card--danger .agent-gui-chrome__expand-cue {
|
|
2684
|
+
.agent-gui-chrome__card--danger .agent-gui-chrome__message {
|
|
2710
2685
|
color: var(--status-danger, var(--state-danger));
|
|
2711
2686
|
}
|
|
2712
2687
|
|
|
@@ -2743,41 +2718,6 @@ aside.workspace-agents-status-panel
|
|
|
2743
2718
|
color: currentColor;
|
|
2744
2719
|
}
|
|
2745
2720
|
|
|
2746
|
-
.agent-gui-chrome__expand-cue {
|
|
2747
|
-
flex: 0 0 auto;
|
|
2748
|
-
width: 16px;
|
|
2749
|
-
height: 16px;
|
|
2750
|
-
color: currentColor;
|
|
2751
|
-
opacity: 0;
|
|
2752
|
-
transform: translateY(1px) rotate(-90deg);
|
|
2753
|
-
transform-origin: center;
|
|
2754
|
-
transition:
|
|
2755
|
-
opacity 120ms ease,
|
|
2756
|
-
transform 260ms
|
|
2757
|
-
var(--agent-gui-chrome-card-spring, cubic-bezier(0.22, 1.18, 0.36, 1));
|
|
2758
|
-
will-change: transform;
|
|
2759
|
-
}
|
|
2760
|
-
|
|
2761
|
-
.agent-gui-chrome__expand-cue[data-visible="false"] {
|
|
2762
|
-
visibility: hidden;
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
|
-
.agent-gui-chrome__card[data-expandable="true"]:hover
|
|
2766
|
-
.agent-gui-chrome__expand-cue[data-visible="true"],
|
|
2767
|
-
.agent-gui-chrome__card[data-expandable="true"]:focus-visible
|
|
2768
|
-
.agent-gui-chrome__expand-cue[data-visible="true"],
|
|
2769
|
-
.agent-gui-chrome__card[data-expandable="true"]:focus-within
|
|
2770
|
-
.agent-gui-chrome__expand-cue[data-visible="true"],
|
|
2771
|
-
.agent-gui-chrome__card[data-expanded="true"]
|
|
2772
|
-
.agent-gui-chrome__expand-cue[data-visible="true"] {
|
|
2773
|
-
opacity: 1;
|
|
2774
|
-
}
|
|
2775
|
-
|
|
2776
|
-
.agent-gui-chrome__card[data-expanded="true"]
|
|
2777
|
-
.agent-gui-chrome__expand-cue[data-visible="true"] {
|
|
2778
|
-
transform: translateY(1px) rotate(0deg);
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
2721
|
.agent-gui-chrome__title {
|
|
2782
2722
|
color: var(--agent-gui-text-secondary, var(--text-secondary));
|
|
2783
2723
|
font-size: 13px;
|
|
@@ -2797,6 +2737,31 @@ aside.workspace-agents-status-panel
|
|
|
2797
2737
|
line-height: 20px;
|
|
2798
2738
|
}
|
|
2799
2739
|
|
|
2740
|
+
.agent-gui-chrome__card--warning
|
|
2741
|
+
.agent-gui-chrome__message:not(.agent-gui-chrome__notice-message),
|
|
2742
|
+
.agent-gui-chrome__card--danger
|
|
2743
|
+
.agent-gui-chrome__message:not(.agent-gui-chrome__notice-message),
|
|
2744
|
+
.agent-gui-chrome__card--muted
|
|
2745
|
+
.agent-gui-chrome__message:not(.agent-gui-chrome__notice-message),
|
|
2746
|
+
.agent-gui-chrome__card--connecting
|
|
2747
|
+
.agent-gui-chrome__message:not(.agent-gui-chrome__notice-message) {
|
|
2748
|
+
display: -webkit-box;
|
|
2749
|
+
overflow: hidden;
|
|
2750
|
+
text-overflow: clip;
|
|
2751
|
+
white-space: normal;
|
|
2752
|
+
-webkit-box-orient: vertical;
|
|
2753
|
+
-webkit-line-clamp: 2;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
.agent-gui-chrome__message-tooltip {
|
|
2757
|
+
max-width: min(560px, calc(100vw - 32px));
|
|
2758
|
+
max-height: min(40vh, 260px);
|
|
2759
|
+
overflow: auto;
|
|
2760
|
+
overflow-wrap: anywhere;
|
|
2761
|
+
text-align: left;
|
|
2762
|
+
white-space: pre-wrap;
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2800
2765
|
.agent-gui-chrome__notice-message {
|
|
2801
2766
|
display: flex;
|
|
2802
2767
|
align-items: center;
|
|
@@ -2847,12 +2812,6 @@ aside.workspace-agents-status-panel
|
|
|
2847
2812
|
flex: 0 0 auto;
|
|
2848
2813
|
}
|
|
2849
2814
|
|
|
2850
|
-
.agent-gui-chrome__card[data-expanded="true"] .agent-gui-chrome__message {
|
|
2851
|
-
overflow: visible;
|
|
2852
|
-
text-overflow: clip;
|
|
2853
|
-
white-space: normal;
|
|
2854
|
-
}
|
|
2855
|
-
|
|
2856
2815
|
.agent-gui-chrome__actions,
|
|
2857
2816
|
.agent-gui-chrome__meta-row {
|
|
2858
2817
|
display: flex;
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
managedAgentRoundedIconUrl,
|
|
4
4
|
userAvatarPlaceholderUrl,
|
|
5
5
|
workspaceAgentActivityStatusLabel
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AYEYXKLF.js";
|
|
7
7
|
import {
|
|
8
8
|
normalizeAgentSessionMentionTitle
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-6KQHNUR5.js";
|
|
10
10
|
import {
|
|
11
11
|
resolveAgentMentionFileThumbnailUrl,
|
|
12
12
|
resolveAgentMentionFileVisualKind
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-JM24HADP.js";
|
|
20
20
|
import {
|
|
21
21
|
translate
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-77UR4G7P.js";
|
|
23
23
|
|
|
24
24
|
// agent-gui/agentGuiNode/agentMentionAgentGeneratedFilesPresentation.ts
|
|
25
25
|
var AGENT_GENERATED_FOLDER_MIN_FILES = 2;
|
|
@@ -2134,4 +2134,4 @@ export {
|
|
|
2134
2134
|
AgentFileMentionPalette,
|
|
2135
2135
|
AgentContextMentionPalette
|
|
2136
2136
|
};
|
|
2137
|
-
//# sourceMappingURL=chunk-
|
|
2137
|
+
//# sourceMappingURL=chunk-5HJWT6YN.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
translate,
|
|
7
7
|
useTranslation
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-77UR4G7P.js";
|
|
9
9
|
|
|
10
10
|
// agent-gui/agentGuiNode/agentRichText/agentFileMentionExtension.ts
|
|
11
11
|
import { mergeAttributes, Node } from "@tiptap/core";
|
|
@@ -1224,4 +1224,4 @@ export {
|
|
|
1224
1224
|
mentionItemToAttrs,
|
|
1225
1225
|
attrsToMentionItem
|
|
1226
1226
|
};
|
|
1227
|
-
//# sourceMappingURL=chunk-
|
|
1227
|
+
//# sourceMappingURL=chunk-6KQHNUR5.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-K6SRLYC3.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-77UR4G7P.js.map
|
|
@@ -7,17 +7,17 @@ import {
|
|
|
7
7
|
AgentGUIConversation_styles_default,
|
|
8
8
|
MessageSquareMoreIcon,
|
|
9
9
|
extractAgentMcpToolTarget
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RJR2OZ6T.js";
|
|
11
11
|
import {
|
|
12
12
|
Spinner
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-AYEYXKLF.js";
|
|
14
14
|
import {
|
|
15
15
|
getOptionalAgentHostApi,
|
|
16
16
|
useOptionalAgentHostApi
|
|
17
17
|
} from "./chunk-U6JWW45G.js";
|
|
18
18
|
import {
|
|
19
19
|
translate
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-77UR4G7P.js";
|
|
21
21
|
|
|
22
22
|
// shared/agentConversation/approvalOptionPresentation.ts
|
|
23
23
|
function approvalOptionDisplayLabel(option, intent = {}) {
|
|
@@ -1150,4 +1150,4 @@ export {
|
|
|
1150
1150
|
isPromptRequestIdTitle,
|
|
1151
1151
|
AgentInteractivePromptSurface
|
|
1152
1152
|
};
|
|
1153
|
-
//# sourceMappingURL=chunk-
|
|
1153
|
+
//# sourceMappingURL=chunk-A2EN24OI.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
agentGuiWorkbenchProviderFromIdentifier,
|
|
4
4
|
agentGuiWorkbenchTypeId,
|
|
5
5
|
createAgentGuiWorkbenchLaunchDescriptor
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QGBIGRZA.js";
|
|
7
7
|
import {
|
|
8
8
|
agentGuiWorkbenchProviderFromInstanceId,
|
|
9
9
|
createAgentGuiWorkbenchNodeStateSource,
|
|
@@ -635,4 +635,4 @@ export {
|
|
|
635
635
|
resolveAgentGuiWorkbenchDefaultLaunchFrame,
|
|
636
636
|
resolveAgentGuiWorkbenchContributionCopy
|
|
637
637
|
};
|
|
638
|
-
//# sourceMappingURL=chunk-
|
|
638
|
+
//# sourceMappingURL=chunk-AKK7UOAS.js.map
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
} from "./chunk-MTFSQWZ6.js";
|
|
15
15
|
import {
|
|
16
16
|
translate
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-77UR4G7P.js";
|
|
18
18
|
|
|
19
19
|
// shared/managedAgentProviders.ts
|
|
20
20
|
function normalizeManagedAgentProvider(provider) {
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
userAvatarPlaceholderUrl,
|
|
114
114
|
workspaceAgentActivityStatusLabel
|
|
115
115
|
};
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-AYEYXKLF.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
formatAgentSessionMentionText,
|
|
5
5
|
normalizeAgentGUIProviderIdentity,
|
|
6
6
|
resolveAgentGUIExplicitConversationTitle
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-TTDBLIQ3.js";
|
|
8
8
|
|
|
9
9
|
// workbench/sessionTitle.ts
|
|
10
10
|
function formatAgentGuiSessionPlainTitle(title, options = {}) {
|
|
@@ -96,4 +96,4 @@ export {
|
|
|
96
96
|
formatAgentGuiConversationPlainTitle,
|
|
97
97
|
resolveAgentGuiWorkbenchSessionTitle
|
|
98
98
|
};
|
|
99
|
-
//# sourceMappingURL=chunk-
|
|
99
|
+
//# sourceMappingURL=chunk-FSRS2JFR.js.map
|
|
@@ -1352,6 +1352,7 @@ var en = {
|
|
|
1352
1352
|
waitingForAnswer: "Waiting for answer\u2026",
|
|
1353
1353
|
questionFallback: "Question",
|
|
1354
1354
|
delegateSession: "Delegate session",
|
|
1355
|
+
missingFailureDetails: "The provider reported failure without details.",
|
|
1355
1356
|
noMatches: "No matches",
|
|
1356
1357
|
noMatchingTools: "No matching tools",
|
|
1357
1358
|
loadedAvailable: "{{loaded}} loaded \xB7 {{available}} available",
|
|
@@ -1382,6 +1383,8 @@ var en = {
|
|
|
1382
1383
|
editNotebook: "Edit notebook",
|
|
1383
1384
|
updateTodos: "Update todos",
|
|
1384
1385
|
delegateAgent: "Delegate agent",
|
|
1386
|
+
closeAgent: "End agent",
|
|
1387
|
+
waitAgent: "Wait for agent",
|
|
1385
1388
|
currentIssue: "Current task",
|
|
1386
1389
|
thinking: "Thinking",
|
|
1387
1390
|
responding: "Responding",
|
|
@@ -3805,6 +3808,7 @@ var zhCN = {
|
|
|
3805
3808
|
waitingForAnswer: "\u7B49\u5F85\u7528\u6237\u56DE\u7B54\u2026",
|
|
3806
3809
|
questionFallback: "\u95EE\u9898",
|
|
3807
3810
|
delegateSession: "\u59D4\u6258\u4F1A\u8BDD",
|
|
3811
|
+
missingFailureDetails: "Provider \u62A5\u544A\u5931\u8D25\uFF0C\u4F46\u6CA1\u6709\u8FD4\u56DE\u5931\u8D25\u8BE6\u60C5\u3002",
|
|
3808
3812
|
noMatches: "\u6CA1\u6709\u5339\u914D\u7ED3\u679C",
|
|
3809
3813
|
noMatchingTools: "\u6CA1\u6709\u5339\u914D\u7684\u5DE5\u5177",
|
|
3810
3814
|
loadedAvailable: "\u5DF2\u52A0\u8F7D {{loaded}} \u4E2A \xB7 \u5171 {{available}} \u4E2A",
|
|
@@ -3835,6 +3839,8 @@ var zhCN = {
|
|
|
3835
3839
|
editNotebook: "\u7F16\u8F91 Notebook",
|
|
3836
3840
|
updateTodos: "\u66F4\u65B0\u5F85\u529E",
|
|
3837
3841
|
delegateAgent: "\u59D4\u6258 Agent",
|
|
3842
|
+
closeAgent: "\u7ED3\u675F Agent",
|
|
3843
|
+
waitAgent: "\u7B49\u5F85 Agent",
|
|
3838
3844
|
currentIssue: "\u5F53\u524D\u4EFB\u52A1",
|
|
3839
3845
|
thinking: "\u601D\u8003",
|
|
3840
3846
|
responding: "\u56DE\u590D",
|
|
@@ -4965,4 +4971,4 @@ export {
|
|
|
4965
4971
|
translateInUiLanguage,
|
|
4966
4972
|
getActiveUiLanguage
|
|
4967
4973
|
};
|
|
4968
|
-
//# sourceMappingURL=chunk-
|
|
4974
|
+
//# sourceMappingURL=chunk-K6SRLYC3.js.map
|