@tutti-os/agent-gui 0.0.65 → 0.0.66
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/LICENSE +1 -2
- package/README.md +1 -1
- package/dist/agent-conversation/index.d.ts +2 -2
- package/dist/agent-conversation/index.js +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/{agentGuiNodeTypes-CCjzXdTe.d.ts → agentGuiNodeTypes-B9Aq3UEU.d.ts} +3 -1
- package/dist/app/renderer/agentactivity.css +43 -0
- package/dist/{chunk-UWBX3DZK.js → chunk-6ULTMCKP.js} +2 -2
- package/dist/{chunk-HKKC2U6J.js → chunk-CTJQTUQ3.js} +5 -5
- package/dist/{chunk-HKKC2U6J.js.map → chunk-CTJQTUQ3.js.map} +1 -1
- package/dist/{chunk-R7PSPKBD.js → chunk-DXVMRZHH.js} +2 -6
- package/dist/chunk-DXVMRZHH.js.map +1 -0
- package/dist/{chunk-W3Q7B3DV.js → chunk-HNODQVG2.js} +2 -2
- package/dist/{chunk-N7BGNAA2.js → chunk-JTFWT6DK.js} +6 -8
- package/dist/chunk-JTFWT6DK.js.map +1 -0
- package/dist/{chunk-XLBJHHDX.js → chunk-KRJF7WLJ.js} +11 -1
- package/dist/chunk-KRJF7WLJ.js.map +1 -0
- package/dist/{chunk-TG3ZXLPM.js → chunk-MYD37I32.js} +27 -3
- package/dist/chunk-MYD37I32.js.map +1 -0
- package/dist/{chunk-XZPAU7FC.js → chunk-NOTZW5WH.js} +2 -2
- package/dist/{chunk-IDTB6OID.js → chunk-T3KGZV35.js} +49 -11
- package/dist/chunk-T3KGZV35.js.map +1 -0
- package/dist/{chunk-6OYLLPPN.js → chunk-UBBHWDMP.js} +12 -8
- package/dist/{chunk-6OYLLPPN.js.map → chunk-UBBHWDMP.js.map} +1 -1
- package/dist/{chunk-EIPQGFAE.js → chunk-VBTPXEFH.js} +2 -2
- package/dist/{chunk-QULZNKPA.js → chunk-Z26P2QNT.js} +2 -2
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +10 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +20 -5
- package/dist/index.js +283 -523
- package/dist/index.js.map +1 -1
- package/dist/queued-prompt-runtime.d.ts +22 -3
- package/dist/queued-prompt-runtime.js +1 -1
- package/dist/{types-BAPEle8b.d.ts → types-Bxn8bLEp.d.ts} +14 -1
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/index.d.ts +1 -1
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/launch.d.ts +1 -1
- package/dist/workbench/providerCatalog.d.ts +1 -1
- package/dist/workbench/sessionTitle.d.ts +1 -1
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workbench/state.d.ts +1 -1
- package/dist/workbench/types.d.ts +1 -1
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/app/renderer/assets/icons/@-lined-14px.svg +0 -3
- package/dist/app/renderer/assets/icons/agents/manage-agent-claude-code.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-codex.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-gemini.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-hermes.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-openclaw.png +0 -0
- package/dist/app/renderer/assets/icons/agents/tutti-doc-rounded.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-claude-code.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-codex.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-gemini.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-nexight.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-openclaw.png +0 -0
- package/dist/app/renderer/assets/icons/arrow-left-filled.svg +0 -1
- package/dist/chunk-IDTB6OID.js.map +0 -1
- package/dist/chunk-N7BGNAA2.js.map +0 -1
- package/dist/chunk-R7PSPKBD.js.map +0 -1
- package/dist/chunk-TG3ZXLPM.js.map +0 -1
- package/dist/chunk-XLBJHHDX.js.map +0 -1
- /package/dist/{chunk-UWBX3DZK.js.map → chunk-6ULTMCKP.js.map} +0 -0
- /package/dist/{chunk-W3Q7B3DV.js.map → chunk-HNODQVG2.js.map} +0 -0
- /package/dist/{chunk-XZPAU7FC.js.map → chunk-NOTZW5WH.js.map} +0 -0
- /package/dist/{chunk-EIPQGFAE.js.map → chunk-VBTPXEFH.js.map} +0 -0
- /package/dist/{chunk-QULZNKPA.js.map → chunk-Z26P2QNT.js.map} +0 -0
package/LICENSE
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
Apache License
|
|
3
2
|
Version 2.0, January 2004
|
|
4
3
|
http://www.apache.org/licenses/
|
|
@@ -187,7 +186,7 @@
|
|
|
187
186
|
same "printed page" as the copyright notice for easier
|
|
188
187
|
identification within third-party archives.
|
|
189
188
|
|
|
190
|
-
Copyright
|
|
189
|
+
Copyright 2025-2026 The Tutti Authors
|
|
191
190
|
|
|
192
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ activity data:
|
|
|
37
37
|
|
|
38
38
|
Production AgentGUI must receive `agentActivityRuntime` and must not use legacy
|
|
39
39
|
Host API methods as an agent data fallback. Compatibility helpers remain only
|
|
40
|
-
for projection boundaries, desktop
|
|
40
|
+
for projection boundaries, non-desktop legacy hosts, and tests.
|
|
41
41
|
|
|
42
42
|
## Boundary Rule
|
|
43
43
|
|
|
@@ -4,11 +4,11 @@ import { W as WorkspaceLinkAction } from '../workspaceLinkActions-Bjy_XfBm.js';
|
|
|
4
4
|
import { A as AgentMessageMarkdownWorkspaceAppIcon } from '../AgentMessageMarkdown-DeYPURtF.js';
|
|
5
5
|
import { c as AgentConversationVM, W as WorkspaceAgentSessionDetailViewModel } from '../agentConversationVM-DPAgUJlR.js';
|
|
6
6
|
export { B as BuildWorkspaceAgentSessionDetailInput, d as buildWorkspaceAgentSessionDetailViewModel } from '../agentConversationVM-DPAgUJlR.js';
|
|
7
|
-
import { c as AgentGUIProviderSkillOption } from '../agentGuiNodeTypes-
|
|
7
|
+
import { c as AgentGUIProviderSkillOption } from '../agentGuiNodeTypes-B9Aq3UEU.js';
|
|
8
8
|
export { W as WorkspaceAgentActivityCard, n as WorkspaceAgentActivitySession, q as WorkspaceAgentActivityTimelineItem } from '../workspaceAgentActivityListViewModel-DJvAqZso.js';
|
|
9
9
|
import '@tutti-os/workspace-issue-manager/core';
|
|
10
10
|
import '@tutti-os/agent-activity-core';
|
|
11
|
-
import '../types-
|
|
11
|
+
import '../types-Bxn8bLEp.js';
|
|
12
12
|
import '@tutti-os/workspace-user-project/contracts';
|
|
13
13
|
|
|
14
14
|
interface AgentConversationFlowProps {
|
|
@@ -6,20 +6,20 @@ import {
|
|
|
6
6
|
projectAgentConversationVM,
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
useProjectedAgentConversation
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-UBBHWDMP.js";
|
|
10
|
+
import "../chunk-T3KGZV35.js";
|
|
11
11
|
import "../chunk-PSLAWU25.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-NOTZW5WH.js";
|
|
13
13
|
import "../chunk-Y35GDLP2.js";
|
|
14
14
|
import "../chunk-LUGELG5V.js";
|
|
15
15
|
import "../chunk-N4I3TD4G.js";
|
|
16
16
|
import "../chunk-TYGL25EL.js";
|
|
17
17
|
import {
|
|
18
18
|
translate
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-6ULTMCKP.js";
|
|
20
20
|
import "../chunk-PJP5BUU6.js";
|
|
21
21
|
import "../chunk-R2NGSPQS.js";
|
|
22
|
-
import "../chunk-
|
|
22
|
+
import "../chunk-KRJF7WLJ.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-VBTPXEFH.js";
|
|
4
4
|
import {
|
|
5
5
|
AgentInteractivePromptSurface,
|
|
6
6
|
approvalOptionDisplayLabel,
|
|
7
7
|
getPromptToolDetails,
|
|
8
8
|
isPromptRequestIdTitle
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-JTFWT6DK.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-HNODQVG2.js";
|
|
19
19
|
import {
|
|
20
20
|
AgentMessageMarkdown,
|
|
21
21
|
CustomScrollArea,
|
|
@@ -25,11 +25,11 @@ import {
|
|
|
25
25
|
extractExitPlanModeOptions,
|
|
26
26
|
isExitPlanSwitchModeInput,
|
|
27
27
|
normalizeAskUserQuestions
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-T3KGZV35.js";
|
|
29
29
|
import {
|
|
30
30
|
userAvatarPlaceholderUrl,
|
|
31
31
|
workspaceAgentActivityStatusLabel
|
|
32
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-DXVMRZHH.js";
|
|
33
33
|
import {
|
|
34
34
|
resolveWorkspaceAgentSessionSortTimeUnixMs
|
|
35
35
|
} from "../chunk-IBIMGLCD.js";
|
|
@@ -43,10 +43,10 @@ import {
|
|
|
43
43
|
AgentGuiI18nProvider,
|
|
44
44
|
getActiveUiLanguage,
|
|
45
45
|
useTranslation
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-6ULTMCKP.js";
|
|
47
47
|
import "../chunk-PJP5BUU6.js";
|
|
48
48
|
import "../chunk-R2NGSPQS.js";
|
|
49
|
-
import "../chunk-
|
|
49
|
+
import "../chunk-KRJF7WLJ.js";
|
|
50
50
|
import "../chunk-GCBDIQDX.js";
|
|
51
51
|
|
|
52
52
|
// agent-message-center/WorkspaceAgentMessageCenterPanel.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentActivityUsage } from '@tutti-os/agent-activity-core';
|
|
2
|
-
import {
|
|
2
|
+
import { i as AgentHostAgentSessionCommand, j as AgentHostAgentSessionComposerSettings, l as AgentHostAgentSessionReasoningEffort, m as AgentHostAgentSessionSpeed, k as AgentHostAgentSessionPermissionConfig, n as AgentHostAgentSessionState, a as AgentGUIProvider, q as AgentPromptContentBlock, A as AgentGUINodeData, f as AgentGUIProviderTarget, b as AgentGUIProviderRailMode, c as AgentGUIProviderReadinessGate } from './types-Bxn8bLEp.js';
|
|
3
3
|
import { A as AgentHostBatchUserInfoInput, a as AgentHostBatchUserInfoResult, b as AgentHostDeleteWorkspaceAgentSessionInput, k as AgentHostWorkspaceAgentSessionSummaryInput, j as AgentHostWorkspaceAgentSessionSummary, e as AgentHostWorkspaceAgentListInput, l as AgentHostWorkspaceAgentSnapshot, i as AgentHostWorkspaceAgentSessionMessagesInput, h as AgentHostWorkspaceAgentSessionMessages, p as WorkspaceAgentActivitySyncState } from './workspaceAgentActivityListViewModel-DJvAqZso.js';
|
|
4
4
|
import { A as AgentApprovalItemVM, a as AgentAskUserQuestionVM, b as AgentConversationPromptVM, c as AgentConversationVM, W as WorkspaceAgentSessionDetailViewModel } from './agentConversationVM-DPAgUJlR.js';
|
|
5
5
|
import { WorkspaceUserProjectService } from '@tutti-os/workspace-user-project/contracts';
|
|
@@ -578,6 +578,8 @@ interface AgentGUINodeViewModel {
|
|
|
578
578
|
selectedProviderTarget: AgentGUIProviderTarget;
|
|
579
579
|
providerTargets: readonly AgentGUIProviderTarget[];
|
|
580
580
|
providerTargetsLoading: boolean;
|
|
581
|
+
/** How the rail composes its list — "exact" renders targets verbatim with no static injection. */
|
|
582
|
+
providerRailMode: AgentGUIProviderRailMode;
|
|
581
583
|
/** Providers gated by the host (feature-gated) — rail renders coming-soon placeholders. */
|
|
582
584
|
comingSoonProviders: readonly AgentGUIProvider[];
|
|
583
585
|
conversationFilter: AgentGUIConversationFilter;
|
|
@@ -4396,7 +4396,13 @@ aside.workspace-agents-status-panel
|
|
|
4396
4396
|
--agent-gui-workbench-header-title-max-width: calc(100% - 32px);
|
|
4397
4397
|
--agent-gui-workbench-header-text: var(--text-primary);
|
|
4398
4398
|
--agent-gui-workbench-header-muted: var(--text-secondary);
|
|
4399
|
+
--agent-gui-workbench-header-divider: color-mix(
|
|
4400
|
+
in srgb,
|
|
4401
|
+
var(--text-primary) 4%,
|
|
4402
|
+
transparent
|
|
4403
|
+
);
|
|
4399
4404
|
|
|
4405
|
+
position: relative;
|
|
4400
4406
|
display: grid;
|
|
4401
4407
|
width: 100%;
|
|
4402
4408
|
height: var(--agent-gui-workbench-header-height, 44px);
|
|
@@ -4413,6 +4419,17 @@ aside.workspace-agents-status-panel
|
|
|
4413
4419
|
user-select: none;
|
|
4414
4420
|
}
|
|
4415
4421
|
|
|
4422
|
+
.agent-gui-workbench-header::after {
|
|
4423
|
+
position: absolute;
|
|
4424
|
+
right: 0;
|
|
4425
|
+
bottom: 0;
|
|
4426
|
+
left: var(--agent-gui-workbench-header-rail-width);
|
|
4427
|
+
height: 1px;
|
|
4428
|
+
background: var(--agent-gui-workbench-header-divider);
|
|
4429
|
+
content: "";
|
|
4430
|
+
pointer-events: none;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4416
4433
|
.agent-gui-workbench-header:active {
|
|
4417
4434
|
cursor: grabbing;
|
|
4418
4435
|
}
|
|
@@ -4421,6 +4438,10 @@ aside.workspace-agents-status-panel
|
|
|
4421
4438
|
grid-template-columns: minmax(0, 0px) minmax(0, 1fr);
|
|
4422
4439
|
}
|
|
4423
4440
|
|
|
4441
|
+
.agent-gui-workbench-header[data-agent-gui-workbench-header-collapsed="true"]::after {
|
|
4442
|
+
left: 0;
|
|
4443
|
+
}
|
|
4444
|
+
|
|
4424
4445
|
.agent-gui-workbench-header__primary {
|
|
4425
4446
|
display: flex;
|
|
4426
4447
|
box-sizing: border-box;
|
|
@@ -8360,6 +8381,28 @@ html[data-theme="light"] [data-message-center-item-id].agent-gui-edge-glow {
|
|
|
8360
8381
|
padding: 0 0 12px;
|
|
8361
8382
|
overflow-x: hidden;
|
|
8362
8383
|
overflow-y: auto;
|
|
8384
|
+
mask-image: linear-gradient(
|
|
8385
|
+
to bottom,
|
|
8386
|
+
#000 0,
|
|
8387
|
+
#000 calc(100% - 24px),
|
|
8388
|
+
transparent 100%
|
|
8389
|
+
);
|
|
8390
|
+
-webkit-mask-image: linear-gradient(
|
|
8391
|
+
to bottom,
|
|
8392
|
+
#000 0,
|
|
8393
|
+
#000 calc(100% - 24px),
|
|
8394
|
+
transparent 100%
|
|
8395
|
+
);
|
|
8396
|
+
-webkit-app-region: no-drag;
|
|
8397
|
+
}
|
|
8398
|
+
|
|
8399
|
+
.agent-gui-node__provider-rail-footer {
|
|
8400
|
+
display: flex;
|
|
8401
|
+
width: 52px;
|
|
8402
|
+
min-width: 0;
|
|
8403
|
+
flex: 0 0 auto;
|
|
8404
|
+
justify-content: center;
|
|
8405
|
+
padding: 0 0 12px;
|
|
8363
8406
|
-webkit-app-region: no-drag;
|
|
8364
8407
|
}
|
|
8365
8408
|
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KRJF7WLJ.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-6ULTMCKP.js.map
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
|
-
Spinner,
|
|
3
2
|
userAvatarPlaceholderUrl,
|
|
4
3
|
workspaceAgentActivityStatusLabel
|
|
5
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DXVMRZHH.js";
|
|
6
5
|
import {
|
|
7
6
|
normalizeAgentSessionMentionTitle
|
|
8
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-NOTZW5WH.js";
|
|
9
8
|
import {
|
|
10
9
|
resolveAgentMentionFileThumbnailUrl,
|
|
11
10
|
resolveAgentMentionFileVisualKind
|
|
@@ -16,7 +15,7 @@ import {
|
|
|
16
15
|
} from "./chunk-N4I3TD4G.js";
|
|
17
16
|
import {
|
|
18
17
|
translate
|
|
19
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-6ULTMCKP.js";
|
|
20
19
|
import {
|
|
21
20
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
22
21
|
} from "./chunk-JM24HADP.js";
|
|
@@ -1735,6 +1734,7 @@ import {
|
|
|
1735
1734
|
renderMentionRow
|
|
1736
1735
|
} from "@tutti-os/ui-rich-text/at-panel";
|
|
1737
1736
|
import { resolveIssueManagerStatusPresentation } from "@tutti-os/workspace-issue-manager/ui";
|
|
1737
|
+
import { Spinner } from "@tutti-os/ui-system";
|
|
1738
1738
|
|
|
1739
1739
|
// shared/roomIssueStatusLabel.ts
|
|
1740
1740
|
function roomIssueStatusLabel(status, t) {
|
|
@@ -2211,4 +2211,4 @@ export {
|
|
|
2211
2211
|
AgentFileMentionPalette,
|
|
2212
2212
|
AgentContextMentionPalette
|
|
2213
2213
|
};
|
|
2214
|
-
//# sourceMappingURL=chunk-
|
|
2214
|
+
//# sourceMappingURL=chunk-CTJQTUQ3.js.map
|