@tutti-os/agent-gui 0.0.213 → 0.0.215
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/{AgentRichTextReadonly-TASIMIK4.js → AgentRichTextReadonly-56TZAJ47.js} +3 -3
- package/dist/agent-conversation/index.d.ts +3 -3
- package/dist/agent-conversation/index.js +4 -4
- package/dist/agent-gui.d.ts +2 -2
- package/dist/agent-gui.js +8 -8
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +3 -3
- package/dist/{agentGuiNodeTypes-BMcpfKTn.d.ts → agentGuiNodeTypes-DW7T--Y8.d.ts} +1 -1
- package/dist/app/renderer/agentactivity.css +68 -10
- package/dist/{chunk-7SSORDQY.js → chunk-AQ7CRDGX.js} +2 -2
- package/dist/{chunk-ZNHMWCO4.js → chunk-GUD5NOHO.js} +3 -3
- package/dist/{chunk-RLFO3NJV.js → chunk-JOUEYIV3.js} +173 -132
- package/dist/chunk-JOUEYIV3.js.map +1 -0
- package/dist/{chunk-LQKLBDBK.js → chunk-KNSLQO52.js} +37 -3
- package/dist/chunk-KNSLQO52.js.map +1 -0
- package/dist/{chunk-L4E2Y52A.js → chunk-KVFBUOKZ.js} +4 -43
- package/dist/chunk-KVFBUOKZ.js.map +1 -0
- package/dist/chunk-LQMIEH4C.js +100 -0
- package/dist/chunk-LQMIEH4C.js.map +1 -0
- package/dist/{chunk-G2QO6HPB.js → chunk-MWAUXAD2.js} +22 -8
- package/dist/chunk-MWAUXAD2.js.map +1 -0
- package/dist/{chunk-FEUU4YMY.js → chunk-YTU6IUO2.js} +5806 -5722
- package/dist/chunk-YTU6IUO2.js.map +1 -0
- package/dist/index.d.ts +78 -71
- package/dist/index.js +8 -8
- package/dist/workbench/contribution.js +2 -2
- package/dist/workbench/index.js +2 -2
- package/dist/workbench/sessionTitle.js +1 -1
- package/dist/{workspaceLinkActions-COfr61YO.d.ts → workspaceLinkActions-CzsbvGmC.d.ts} +78 -71
- package/package.json +16 -16
- package/dist/chunk-FEUU4YMY.js.map +0 -1
- package/dist/chunk-G2QO6HPB.js.map +0 -1
- package/dist/chunk-L4E2Y52A.js.map +0 -1
- package/dist/chunk-LQKLBDBK.js.map +0 -1
- package/dist/chunk-RLFO3NJV.js.map +0 -1
- package/dist/chunk-ZVYUTXQJ.js +0 -43
- package/dist/chunk-ZVYUTXQJ.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-TASIMIK4.js.map → AgentRichTextReadonly-56TZAJ47.js.map} +0 -0
- /package/dist/{chunk-7SSORDQY.js.map → chunk-AQ7CRDGX.js.map} +0 -0
- /package/dist/{chunk-ZNHMWCO4.js.map → chunk-GUD5NOHO.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentRichTextReadonly
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MWAUXAD2.js";
|
|
4
4
|
import "./chunk-2HYADTQP.js";
|
|
5
5
|
import "./chunk-3V5OCA2M.js";
|
|
6
6
|
import "./chunk-FGLQZ6I4.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-LQMIEH4C.js";
|
|
8
8
|
import "./chunk-M6HTOCQK.js";
|
|
9
9
|
import "./chunk-BYHNJQYH.js";
|
|
10
10
|
import "./chunk-5BJYO6X3.js";
|
|
@@ -16,4 +16,4 @@ import "./chunk-O433KXLK.js";
|
|
|
16
16
|
export {
|
|
17
17
|
AgentRichTextReadonly
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=AgentRichTextReadonly-
|
|
19
|
+
//# sourceMappingURL=AgentRichTextReadonly-56TZAJ47.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, Ref, JSX } from 'react';
|
|
3
|
-
import { c as AgentConversationVM, g as WorkspaceLinkAction, f as WorkspaceAgentSessionDetailViewModel } from '../workspaceLinkActions-
|
|
4
|
-
export { B as BuildWorkspaceAgentSessionDetailInput, W as WorkspaceAgentActivityCard, e as WorkspaceAgentActivityTimelineItem, h as buildWorkspaceAgentSessionDetailViewModel } from '../workspaceLinkActions-
|
|
5
|
-
import { d as AgentGUIProviderSkillOption, h as AgentMessageMarkdownWorkspaceAppIcon } from '../agentGuiNodeTypes-
|
|
3
|
+
import { c as AgentConversationVM, g as WorkspaceLinkAction, f as WorkspaceAgentSessionDetailViewModel } from '../workspaceLinkActions-CzsbvGmC.js';
|
|
4
|
+
export { B as BuildWorkspaceAgentSessionDetailInput, W as WorkspaceAgentActivityCard, e as WorkspaceAgentActivityTimelineItem, h as buildWorkspaceAgentSessionDetailViewModel } from '../workspaceLinkActions-CzsbvGmC.js';
|
|
5
|
+
import { d as AgentGUIProviderSkillOption, h as AgentMessageMarkdownWorkspaceAppIcon } from '../agentGuiNodeTypes-DW7T--Y8.js';
|
|
6
6
|
import { AgentActivityMessage } from '@tutti-os/agent-activity-core';
|
|
7
7
|
import '@tutti-os/workspace-issue-manager/core';
|
|
8
8
|
import '../types-CHAMK2g7.js';
|
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
serializeAgentConversationForClipboard,
|
|
9
9
|
useProjectedAgentConversation
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-YTU6IUO2.js";
|
|
11
|
+
import "../chunk-MWAUXAD2.js";
|
|
12
12
|
import "../chunk-N4HLBSMJ.js";
|
|
13
13
|
import "../chunk-XJ34OIEQ.js";
|
|
14
14
|
import "../chunk-2HYADTQP.js";
|
|
15
15
|
import "../chunk-JDVP33S5.js";
|
|
16
16
|
import "../chunk-3V5OCA2M.js";
|
|
17
17
|
import "../chunk-FGLQZ6I4.js";
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-KNSLQO52.js";
|
|
19
|
+
import "../chunk-LQMIEH4C.js";
|
|
20
20
|
import "../chunk-YBIT37P5.js";
|
|
21
21
|
import "../chunk-M6HTOCQK.js";
|
|
22
22
|
import "../chunk-F5UR6EJG.js";
|
package/dist/agent-gui.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
|
|
|
3
3
|
import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
4
4
|
import { AgentActivityGoalControlInput, AgentActivityGoalControlResult, AgentActivityCreateSessionInput, AgentActivitySession, AgentActivityDeleteSessionInput, AgentActivityDeleteSessionResult, AgentActivitySendInput, AgentActivityRailPlacement, AgentActivitySessionSettings, AgentActivityActivateSessionResult, AgentActivityUpdateTuttiModeActivationInput, AgentActivityUpdateTuttiModeActivationResult, AgentActivitySnapshot, AgentSessionEngine, AgentActivityMessageOrder, AgentActivityMessagePage, AgentActivitySendInputResult, AgentActivityRenameSessionInput, AgentActivitySetCollaborationAdoptionInput, AgentActivityCollaborationRun, AgentActivitySubmitInteractiveInput, AgentActivitySubmitInteractiveResult, AgentActivitySnapshotListener, AgentActivitySubmitSettingsPatch } from '@tutti-os/agent-activity-core';
|
|
5
5
|
import { l as AgentHostAgentSessionComposerSettings, p as AgentHostUnactivateAgentSessionResult, b as AgentGUIAgentTarget, f as AgentGUIProvider, q as AgentPromptContentBlock, e as AgentGUINodeData, P as Point, g as AgentGUIProviderRailAllPresentation, h as AgentGUIProviderRailMode, i as AgentGUIProviderReadinessGate, j as AgentGUITargetConnectionSource, d as AgentGUIHomeSuggestionId, N as NodeFrame, a as AgentGUIAgentDirectorySnapshot, c as AgentGUIAllAgentsPresentation } from './types-CHAMK2g7.js';
|
|
6
|
-
import { A as AgentComposerDraft, i as AgentSessionCommand, d as AgentGUIProviderSkillOption, b as AgentGUIComposerSettingsVM, e as AgentGUIQueueStatus, f as AgentGUIQueuedPromptVM, h as AgentMessageMarkdownWorkspaceAppIcon, j as AgentSlashCommandCapability, c as AgentGUINodeViewModel, a as AgentComposerDraftFile, k as AgentUsageQuota, g as AgentHostInputApi } from './agentGuiNodeTypes-
|
|
6
|
+
import { A as AgentComposerDraft, i as AgentSessionCommand, d as AgentGUIProviderSkillOption, b as AgentGUIComposerSettingsVM, e as AgentGUIQueueStatus, f as AgentGUIQueuedPromptVM, h as AgentMessageMarkdownWorkspaceAppIcon, j as AgentSlashCommandCapability, c as AgentGUINodeViewModel, a as AgentComposerDraftFile, k as AgentUsageQuota, g as AgentHostInputApi } from './agentGuiNodeTypes-DW7T--Y8.js';
|
|
7
7
|
import { WorkspaceFileReference, ReferenceLocateTarget, WorkspaceFileReferenceAdapter, ReferenceProvenanceCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
8
8
|
export { ReferenceProvenanceCatalog as AgentGUIReferenceProvenanceFilterCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
9
9
|
import { A as AgentContextMentionItem } from './agentFileMentionContracts-BeBex-Sf.js';
|
|
@@ -11,7 +11,7 @@ import { A as AgentGuiI18nLocale } from './runtime-Dwf44VKc.js';
|
|
|
11
11
|
import { WorkspaceFileEntry } from '@tutti-os/workspace-file-manager/services';
|
|
12
12
|
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
13
13
|
import { ReferenceSourcePickerProps } from '@tutti-os/workspace-file-reference/ui';
|
|
14
|
-
import { b as AgentConversationPromptVM, g as WorkspaceLinkAction } from './workspaceLinkActions-
|
|
14
|
+
import { b as AgentConversationPromptVM, g as WorkspaceLinkAction } from './workspaceLinkActions-CzsbvGmC.js';
|
|
15
15
|
import { WorkspaceUserProjectI18nRuntime } from '@tutti-os/workspace-user-project/i18n';
|
|
16
16
|
import { WorkspaceUserProjectSelectChangeAction } from '@tutti-os/workspace-user-project/ui';
|
|
17
17
|
import { WorkspaceUserProject } from '@tutti-os/workspace-user-project/contracts';
|
package/dist/agent-gui.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentGUI
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JOUEYIV3.js";
|
|
4
4
|
import "./chunk-LB4AGT7B.js";
|
|
5
5
|
import "./chunk-A4WCTHWS.js";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-GUD5NOHO.js";
|
|
7
|
+
import "./chunk-KVFBUOKZ.js";
|
|
8
8
|
import "./chunk-KDN6SLJM.js";
|
|
9
9
|
import "./chunk-4CHBM3G3.js";
|
|
10
10
|
import "./chunk-CBMWHQ7P.js";
|
|
11
11
|
import "./chunk-MGSRWYRN.js";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-YTU6IUO2.js";
|
|
13
|
+
import "./chunk-MWAUXAD2.js";
|
|
14
14
|
import "./chunk-N4HLBSMJ.js";
|
|
15
15
|
import "./chunk-UP3ZDYTN.js";
|
|
16
16
|
import "./chunk-GUFEHWUX.js";
|
|
@@ -25,10 +25,10 @@ import "./chunk-JDVP33S5.js";
|
|
|
25
25
|
import "./chunk-3V5OCA2M.js";
|
|
26
26
|
import "./chunk-RMQREVJY.js";
|
|
27
27
|
import "./chunk-FGLQZ6I4.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-AQ7CRDGX.js";
|
|
29
29
|
import "./chunk-EVQ4JY3N.js";
|
|
30
|
-
import "./chunk-
|
|
31
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-KNSLQO52.js";
|
|
31
|
+
import "./chunk-LQMIEH4C.js";
|
|
32
32
|
import "./chunk-FMTWYOHM.js";
|
|
33
33
|
import "./chunk-AD2RTSMS.js";
|
|
34
34
|
import "./chunk-YMXYBG7U.js";
|
|
@@ -2,7 +2,7 @@ import * as react from 'react';
|
|
|
2
2
|
import { JSX, ReactNode, HTMLAttributes } from 'react';
|
|
3
3
|
import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
4
4
|
import { A as AgentGuiI18nLocale, T as TranslateFn } from '../runtime-Dwf44VKc.js';
|
|
5
|
-
import { d as WorkspaceAgentActivityStatus, b as AgentConversationPromptVM, g as WorkspaceLinkAction } from '../workspaceLinkActions-
|
|
5
|
+
import { d as WorkspaceAgentActivityStatus, b as AgentConversationPromptVM, g as WorkspaceLinkAction } from '../workspaceLinkActions-CzsbvGmC.js';
|
|
6
6
|
import { AgentActivityNeedsAttentionItem, AgentSessionEngine, WorkspaceAgentConsumerSession, AgentActivitySnapshot, AgentSessionEngineState } from '@tutti-os/agent-activity-core';
|
|
7
7
|
export { WorkspaceAgentConsumerCounts, WorkspaceAgentConsumerSession, selectWorkspaceAgentConsumerCounts, selectWorkspaceAgentConsumerSession, selectWorkspaceAgentConsumerSessions } from '@tutti-os/agent-activity-core';
|
|
8
8
|
import { a as PLAN_IMPLEMENTATION_ACTION_IMPLEMENT, P as PLAN_IMPLEMENTATION_ACTION_FEEDBACK, b as PLAN_IMPLEMENTATION_ACTION_SKIP } from '../planImplementationPresentation-BxVOLt6A.js';
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
isPromptRequestIdTitle,
|
|
9
9
|
latestPlanTurnId,
|
|
10
10
|
planImplementationPromptFromPlanTurn
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-AQ7CRDGX.js";
|
|
12
12
|
import {
|
|
13
13
|
useEngineSelector
|
|
14
14
|
} from "../chunk-EVQ4JY3N.js";
|
|
@@ -21,10 +21,10 @@ import {
|
|
|
21
21
|
isExitPlanSwitchModeInput,
|
|
22
22
|
normalizeAgentApprovalPurpose,
|
|
23
23
|
normalizeAskUserQuestions
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-KNSLQO52.js";
|
|
25
25
|
import {
|
|
26
26
|
cn
|
|
27
|
-
} from "../chunk-
|
|
27
|
+
} from "../chunk-LQMIEH4C.js";
|
|
28
28
|
import "../chunk-FMTWYOHM.js";
|
|
29
29
|
import {
|
|
30
30
|
userAvatarPlaceholderUrl,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AgentActivitySession, AgentActivitySlashCommandPolicy, AgentActivityUsage, CanonicalAgentSession, SessionRuntimeAvailability } from '@tutti-os/agent-activity-core';
|
|
2
2
|
import { k as AgentHostAgentSessionCommand, l as AgentHostAgentSessionComposerSettings, n as AgentHostAgentSessionReasoningEffort, o as AgentHostAgentSessionSpeed, m as AgentHostAgentSessionPermissionConfig, f as AgentGUIProvider, q as AgentPromptContentBlock, e as AgentGUINodeData, b as AgentGUIAgentTarget, h as AgentGUIProviderRailMode, i as AgentGUIProviderReadinessGate } from './types-CHAMK2g7.js';
|
|
3
|
-
import { A as AgentApprovalItemVM, a as AgentAskUserQuestionVM, b as AgentConversationPromptVM, c as AgentConversationVM, f as WorkspaceAgentSessionDetailViewModel } from './workspaceLinkActions-
|
|
3
|
+
import { A as AgentApprovalItemVM, a as AgentAskUserQuestionVM, b as AgentConversationPromptVM, c as AgentConversationVM, f as WorkspaceAgentSessionDetailViewModel } from './workspaceLinkActions-CzsbvGmC.js';
|
|
4
4
|
import { WorkspaceUserProjectService } from '@tutti-os/workspace-user-project/contracts';
|
|
5
5
|
|
|
6
6
|
declare const APP_ERROR_CODES: readonly ["common.invalid_input", "common.approved_path_required", "common.unavailable", "common.unexpected", "session.not_found", "control_surface.unauthorized", "workspace.select_directory_failed", "workspace.select_files_failed", "workspace.ensure_directory_failed", "workspace.import_files_failed", "workspace.read_file_failed", "workspace.write_file_failed", "workspace.export_file_failed", "workspace.copy_path_failed", "workspace.host_unsupported", "workspace.runtime_artifact_unavailable", "runtime.guest_agent_lane_unavailable", "workspace.room_full", "workspace.room_delete_forbidden", "workspace.room_delete_not_found", "filesystem.create_directory_failed", "filesystem.read_file_bytes_failed", "filesystem.read_file_text_failed", "filesystem.write_file_text_failed", "filesystem.copy_entry_failed", "filesystem.move_entry_failed", "filesystem.rename_entry_failed", "filesystem.delete_entry_failed", "filesystem.read_directory_failed", "filesystem.stat_failed", "terminal.spawn_failed", "terminal.write_failed", "terminal.resize_failed", "terminal.close_failed", "terminal.attach_failed", "terminal.detach_failed", "terminal.snapshot_failed", "agent.list_models_failed", "agent.launch_failed", "agent.read_last_message_failed", "agent.provider_session_not_found", "agent.resume_session_not_local", "agent.resume_session_resolve_failed", "agent.settings_require_new_session", "task.suggest_title_failed", "persistence.unavailable", "persistence.quota_exceeded", "persistence.payload_too_large", "persistence.io_failed", "persistence.invalid_state", "persistence.invalid_node_id", "update.get_state_failed", "update.configure_failed", "update.check_failed", "update.download_failed", "update.install_failed", "PACKAGE_DOWNLOAD_INTERRUPTED", "PACKAGE_DOWNLOAD_HTTP_STATUS", "PACKAGE_DOWNLOAD_INVALID", "PACKAGE_DOWNLOAD_DISK_ERROR"];
|
|
@@ -3774,16 +3774,78 @@ aside.workspace-agents-status-panel
|
|
|
3774
3774
|
display: grid;
|
|
3775
3775
|
width: 100%;
|
|
3776
3776
|
min-width: 0;
|
|
3777
|
-
column-gap: 10px;
|
|
3778
|
-
align-items: start;
|
|
3779
3777
|
}
|
|
3780
3778
|
|
|
3781
|
-
.agent-gui-conversation__participant-message-
|
|
3782
|
-
|
|
3779
|
+
.agent-gui-conversation__participant-message-header {
|
|
3780
|
+
display: flex;
|
|
3781
|
+
max-width: 100%;
|
|
3782
|
+
min-width: 0;
|
|
3783
|
+
align-items: center;
|
|
3784
|
+
column-gap: 8px;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3787
|
+
/* The participant header sits directly above the thinking/tool-call info and
|
|
3788
|
+
the message content, so it uses a tighter gap than the default 24px flow
|
|
3789
|
+
spacing. */
|
|
3790
|
+
.agent-gui-conversation__assistant-message-flow
|
|
3791
|
+
> .agent-gui-conversation__participant-message-header
|
|
3792
|
+
+ * {
|
|
3793
|
+
margin-top: 8px;
|
|
3794
|
+
}
|
|
3795
|
+
|
|
3796
|
+
/* Content below the header aligns with the participant name: assistant
|
|
3797
|
+
content insets to the name's left edge, user content to the name's right
|
|
3798
|
+
edge (28px avatar + 8px gap). The header is pulled back over the padding so
|
|
3799
|
+
it stays flush with the flow edge. */
|
|
3800
|
+
.agent-gui-conversation__assistant-message-flow[data-agent-message-flow-participant="true"] {
|
|
3801
|
+
padding-left: 36px;
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3804
|
+
.agent-gui-conversation__assistant-message-flow[data-agent-message-flow-participant="true"]
|
|
3805
|
+
> .agent-gui-conversation__participant-message-header {
|
|
3806
|
+
margin-left: -36px;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
.agent-gui-conversation__user-message-flow[data-agent-message-flow-participant="true"] {
|
|
3810
|
+
padding-right: 36px;
|
|
3783
3811
|
}
|
|
3784
3812
|
|
|
3785
|
-
.agent-gui-
|
|
3786
|
-
|
|
3813
|
+
.agent-gui-conversation__user-message-flow[data-agent-message-flow-participant="true"]
|
|
3814
|
+
> .agent-gui-conversation__participant-message-header {
|
|
3815
|
+
margin-right: -36px;
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
.agent-gui-conversation__participant-name {
|
|
3819
|
+
overflow: hidden;
|
|
3820
|
+
font-size: 13px;
|
|
3821
|
+
font-weight: 500;
|
|
3822
|
+
line-height: 18px;
|
|
3823
|
+
color: var(--text-secondary);
|
|
3824
|
+
text-overflow: ellipsis;
|
|
3825
|
+
white-space: nowrap;
|
|
3826
|
+
}
|
|
3827
|
+
|
|
3828
|
+
/* Hairline ring + crisp circular edge for participant avatars. The ring is
|
|
3829
|
+
painted on the avatar root (paint, anti-aliased on composited layers); the
|
|
3830
|
+
radial-gradient mask on the surface keeps the clipped image edge smooth in
|
|
3831
|
+
virtualized/composited lists where border-radius clipping is not
|
|
3832
|
+
anti-aliased. */
|
|
3833
|
+
.agent-gui-conversation__participant-avatar {
|
|
3834
|
+
border-radius: 50%;
|
|
3835
|
+
box-shadow: 0 0 0 0.5px var(--line-2);
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
.agent-gui-conversation__participant-avatar [data-slot="avatar-surface"] {
|
|
3839
|
+
-webkit-mask-image: radial-gradient(
|
|
3840
|
+
circle closest-side,
|
|
3841
|
+
#000 calc(100% - 1px),
|
|
3842
|
+
transparent
|
|
3843
|
+
);
|
|
3844
|
+
mask-image: radial-gradient(
|
|
3845
|
+
circle closest-side,
|
|
3846
|
+
#000 calc(100% - 1px),
|
|
3847
|
+
transparent
|
|
3848
|
+
);
|
|
3787
3849
|
}
|
|
3788
3850
|
|
|
3789
3851
|
.agent-gui-conversation__participant-message-content {
|
|
@@ -3798,10 +3860,6 @@ aside.workspace-agents-status-panel
|
|
|
3798
3860
|
justify-items: end;
|
|
3799
3861
|
}
|
|
3800
3862
|
|
|
3801
|
-
.agent-gui-conversation__participant-avatar {
|
|
3802
|
-
margin-top: 2px;
|
|
3803
|
-
}
|
|
3804
|
-
|
|
3805
3863
|
.agent-gui-conversation__message-group {
|
|
3806
3864
|
position: relative;
|
|
3807
3865
|
display: grid;
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AgentGUIConversation_styles_default,
|
|
3
3
|
MessageSquareMoreIcon,
|
|
4
4
|
extractAgentMcpToolTarget
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-KNSLQO52.js";
|
|
6
6
|
import {
|
|
7
7
|
buildAskUserAnswerPayload,
|
|
8
8
|
readOwnAnswer,
|
|
@@ -1504,4 +1504,4 @@ export {
|
|
|
1504
1504
|
isPromptRequestIdTitle,
|
|
1505
1505
|
AgentInteractivePromptSurface
|
|
1506
1506
|
};
|
|
1507
|
-
//# sourceMappingURL=chunk-
|
|
1507
|
+
//# sourceMappingURL=chunk-AQ7CRDGX.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
resolveAgentGUIConversationTitleDisplayPrompt,
|
|
4
4
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
5
5
|
resolveAgentGuiWorkbenchSessionTitle
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KVFBUOKZ.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-56TZAJ47.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-GUD5NOHO.js.map
|