@tutti-os/agent-gui 0.0.93 → 0.0.94
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.d.ts +4 -4
- package/dist/agent-conversation/index.js +6 -6
- package/dist/agent-env/index.d.ts +4 -2
- package/dist/agent-env/index.js +1 -1
- package/dist/agent-message-center/index.d.ts +5 -3
- package/dist/agent-message-center/index.js +122 -105
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/{agentConversationVM-CfXN_TQ2.d.ts → agentConversationVM-Cl4G0Lln.d.ts} +1 -1
- package/dist/{agentGuiNodeTypes-rGaDqxVR.d.ts → agentGuiNodeTypes-CAioPXK9.d.ts} +8 -3
- package/dist/app/renderer/agentactivity.css +312 -2
- package/dist/app/renderer/assets/icons/agent-vinyl-player-chassis.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyl-tonearm.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyls/claude-vinyl.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyls/codex-vinyl.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyls/cursor-vinyl.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyls/hermes-vinyl.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyls/openclaw-vinyl.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyls/opencode-vinyl.png +0 -0
- package/dist/app/renderer/assets/icons/agent-vinyls/tutti-vinyl.png +0 -0
- package/dist/{chunk-AOVPGJBC.js → chunk-554VG7ZW.js} +2 -2
- package/dist/{chunk-U7D7G3UU.js → chunk-5FE7M42A.js} +2 -2
- package/dist/{chunk-XQUUELKF.js → chunk-7BUYFVRI.js} +2 -2
- package/dist/{chunk-M2LWH54R.js → chunk-AWAIUYG4.js} +45 -15
- package/dist/{chunk-M2LWH54R.js.map → chunk-AWAIUYG4.js.map} +1 -1
- package/dist/{chunk-KQE5KV2V.js → chunk-BXVPOGYK.js} +2 -2
- package/dist/{chunk-3HARXLAZ.js → chunk-E5FOXRUM.js} +2 -2
- package/dist/{chunk-4SQNOOJ3.js → chunk-IGY4ASUF.js} +4 -4
- package/dist/{chunk-SXDLSEHO.js → chunk-MATIJPGF.js} +3 -3
- package/dist/{chunk-7QHBFRG5.js → chunk-P72YLKC6.js} +25 -13
- package/dist/chunk-P72YLKC6.js.map +1 -0
- package/dist/{chunk-PSLAWU25.js → chunk-R2EWECUP.js} +7 -1
- package/dist/chunk-R2EWECUP.js.map +1 -0
- package/dist/{chunk-HOSX5C5V.js → chunk-SCLLP5DO.js} +2 -2
- package/dist/{chunk-VWXFFSIM.js → chunk-UBDPV34P.js} +7 -1
- package/dist/chunk-UBDPV34P.js.map +1 -0
- package/dist/{chunk-UNO7CEAF.js → chunk-ZUW4B5AT.js} +2 -2
- 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.d.ts +4 -4
- package/dist/index.js +1064 -788
- package/dist/index.js.map +1 -1
- package/dist/plan-decision-ops.d.ts +2 -2
- package/dist/queued-prompt-runtime.d.ts +3 -3
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.d.ts +4 -1
- package/dist/workbench/index.js +4 -4
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workspace-agent-generated-files.d.ts +1 -1
- package/dist/workspace-agent-generated-files.js +3 -3
- package/dist/{workspaceAgentActivityListViewModel-TXH1VXrk.d.ts → workspaceAgentActivityListViewModel-BzV-cf0D.d.ts} +1 -0
- package/package.json +14 -14
- package/dist/chunk-7QHBFRG5.js.map +0 -1
- package/dist/chunk-PSLAWU25.js.map +0 -1
- package/dist/chunk-VWXFFSIM.js.map +0 -1
- /package/dist/{chunk-AOVPGJBC.js.map → chunk-554VG7ZW.js.map} +0 -0
- /package/dist/{chunk-U7D7G3UU.js.map → chunk-5FE7M42A.js.map} +0 -0
- /package/dist/{chunk-XQUUELKF.js.map → chunk-7BUYFVRI.js.map} +0 -0
- /package/dist/{chunk-KQE5KV2V.js.map → chunk-BXVPOGYK.js.map} +0 -0
- /package/dist/{chunk-3HARXLAZ.js.map → chunk-E5FOXRUM.js.map} +0 -0
- /package/dist/{chunk-4SQNOOJ3.js.map → chunk-IGY4ASUF.js.map} +0 -0
- /package/dist/{chunk-SXDLSEHO.js.map → chunk-MATIJPGF.js.map} +0 -0
- /package/dist/{chunk-HOSX5C5V.js.map → chunk-SCLLP5DO.js.map} +0 -0
- /package/dist/{chunk-UNO7CEAF.js.map → chunk-ZUW4B5AT.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as AgentConversationPromptVM } from './agentConversationVM-
|
|
2
|
-
import './workspaceAgentActivityListViewModel-
|
|
1
|
+
import { b as AgentConversationPromptVM } from './agentConversationVM-Cl4G0Lln.js';
|
|
2
|
+
import './workspaceAgentActivityListViewModel-BzV-cf0D.js';
|
|
3
3
|
import '@tutti-os/agent-activity-core';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { f as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-
|
|
1
|
+
import { f as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-CAioPXK9.js';
|
|
2
2
|
import '@tutti-os/agent-activity-core';
|
|
3
3
|
import './types-PLFZ8SBX.js';
|
|
4
|
-
import './workspaceAgentActivityListViewModel-
|
|
5
|
-
import './agentConversationVM-
|
|
4
|
+
import './workspaceAgentActivityListViewModel-BzV-cf0D.js';
|
|
5
|
+
import './agentConversationVM-Cl4G0Lln.js';
|
|
6
6
|
import '@tutti-os/workspace-user-project/contracts';
|
|
7
7
|
|
|
8
8
|
interface AgentQueuedPromptRetryBlock {
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
15
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
16
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-AWAIUYG4.js";
|
|
18
18
|
import "../chunk-45FF4DQU.js";
|
|
19
19
|
import "../chunk-7LMJXF4R.js";
|
|
20
20
|
import "../chunk-GAPTLVII.js";
|
|
@@ -31,15 +31,18 @@ interface AgentGuiWorkbenchHeaderProps extends HTMLAttributes<HTMLElement> {
|
|
|
31
31
|
conversationIconUrl?: string | null;
|
|
32
32
|
conversationIconFallbackUrl?: string | null;
|
|
33
33
|
providerRailWidthPx?: number | null;
|
|
34
|
+
primaryAccessory?: ReactNode;
|
|
35
|
+
secondaryAccessory?: ReactNode;
|
|
34
36
|
conversationTitle?: string | null;
|
|
35
37
|
nodeId: string;
|
|
36
38
|
onCreateConversation?: () => void;
|
|
37
39
|
onOpenDetachedWindow?: () => void;
|
|
38
40
|
onToggleConversationRail: (nextCollapsed: boolean) => void;
|
|
41
|
+
showAppTitle?: boolean;
|
|
39
42
|
showWindowControls?: boolean;
|
|
40
43
|
title?: string;
|
|
41
44
|
windowActions?: Pick<WorkbenchHostNodeHeaderWindowActions, "close" | "minimize" | "toggleDisplayMode">;
|
|
42
45
|
}
|
|
43
|
-
declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions: _defaultActions, displayMode, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationRailWidthPx, conversationIconUrl, conversationIconFallbackUrl, providerRailWidthPx, conversationTitle, nodeId, onCreateConversation, onOpenDetachedWindow, onToggleConversationRail, showWindowControls, title: _title, windowActions, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
|
|
46
|
+
declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions: _defaultActions, displayMode, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationRailWidthPx, conversationIconUrl, conversationIconFallbackUrl, providerRailWidthPx, primaryAccessory, secondaryAccessory, conversationTitle, nodeId, onCreateConversation, onOpenDetachedWindow, onToggleConversationRail, showAppTitle, showWindowControls, title: _title, windowActions, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
|
|
44
47
|
|
|
45
48
|
export { AgentGuiWorkbenchHeader, type AgentGuiWorkbenchHeaderCopy, type AgentGuiWorkbenchHeaderProps };
|
package/dist/workbench/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
createAgentGuiWorkbenchContribution,
|
|
9
9
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
10
10
|
resolveAgentGuiWorkbenchContributionCopy
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-AWAIUYG4.js";
|
|
12
12
|
import {
|
|
13
13
|
agentGuiWorkbenchProviderFromInstanceId,
|
|
14
14
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
@@ -53,10 +53,10 @@ import {
|
|
|
53
53
|
formatAgentGuiConversationPlainTitle,
|
|
54
54
|
formatAgentGuiSessionPlainTitle,
|
|
55
55
|
resolveAgentGuiWorkbenchSessionTitle
|
|
56
|
-
} from "../chunk-
|
|
57
|
-
import "../chunk-
|
|
56
|
+
} from "../chunk-ZUW4B5AT.js";
|
|
57
|
+
import "../chunk-SCLLP5DO.js";
|
|
58
58
|
import "../chunk-XDV4ZRVK.js";
|
|
59
|
-
import "../chunk-
|
|
59
|
+
import "../chunk-UBDPV34P.js";
|
|
60
60
|
import "../chunk-GCBDIQDX.js";
|
|
61
61
|
export {
|
|
62
62
|
AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
formatAgentGuiConversationPlainTitle,
|
|
3
3
|
formatAgentGuiSessionPlainTitle,
|
|
4
4
|
resolveAgentGuiWorkbenchSessionTitle
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-ZUW4B5AT.js";
|
|
6
|
+
import "../chunk-SCLLP5DO.js";
|
|
7
|
+
import "../chunk-UBDPV34P.js";
|
|
8
8
|
import "../chunk-GCBDIQDX.js";
|
|
9
9
|
export {
|
|
10
10
|
formatAgentGuiConversationPlainTitle,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { B as BuildWorkspaceAgentActivityListOptions, C as CollectWorkspaceAgentGeneratedFilesOptions, W as WorkspaceAgentActivityCard, m as WorkspaceAgentActivityListViewModel, o as WorkspaceAgentActivityStatus, r as WorkspaceAgentChangedFile, s as buildWorkspaceAgentActivityListViewModel, t as collectWorkspaceAgentGeneratedFiles, u as resolveWorkspaceAgentActivityStatus, v as resolveWorkspaceAgentActivityTitle, w as reuseWorkspaceAgentActivityListViewModelIfUnchanged, x as workspaceAgentProviderLabel } from './workspaceAgentActivityListViewModel-
|
|
1
|
+
export { B as BuildWorkspaceAgentActivityListOptions, C as CollectWorkspaceAgentGeneratedFilesOptions, W as WorkspaceAgentActivityCard, m as WorkspaceAgentActivityListViewModel, o as WorkspaceAgentActivityStatus, r as WorkspaceAgentChangedFile, s as buildWorkspaceAgentActivityListViewModel, t as collectWorkspaceAgentGeneratedFiles, u as resolveWorkspaceAgentActivityStatus, v as resolveWorkspaceAgentActivityTitle, w as reuseWorkspaceAgentActivityListViewModelIfUnchanged, x as workspaceAgentProviderLabel } from './workspaceAgentActivityListViewModel-BzV-cf0D.js';
|
|
2
2
|
import '@tutti-os/agent-activity-core';
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-E5FOXRUM.js";
|
|
8
8
|
import "./chunk-IBIMGLCD.js";
|
|
9
9
|
import "./chunk-Y35GDLP2.js";
|
|
10
10
|
import {
|
|
11
11
|
workspaceAgentProviderLabel
|
|
12
12
|
} from "./chunk-4HP6V2YA.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-5FE7M42A.js";
|
|
14
|
+
import "./chunk-UBDPV34P.js";
|
|
15
15
|
import "./chunk-GCBDIQDX.js";
|
|
16
16
|
export {
|
|
17
17
|
buildWorkspaceAgentActivityListViewModel,
|
|
@@ -82,6 +82,7 @@ interface AgentHostWorkspaceAgentSession {
|
|
|
82
82
|
title?: string;
|
|
83
83
|
status?: AgentHostWorkspaceAgentSessionStatus;
|
|
84
84
|
syncState?: AgentHostWorkspaceAgentSyncState;
|
|
85
|
+
runtimeContext?: Record<string, unknown>;
|
|
85
86
|
}
|
|
86
87
|
interface AgentHostWorkspaceAgentSyncState {
|
|
87
88
|
workspaceId?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.94",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
"@tiptap/react": "^3.11.1",
|
|
101
101
|
"@tiptap/starter-kit": "^3.11.1",
|
|
102
102
|
"@tiptap/suggestion": "^3.11.1",
|
|
103
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
104
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
105
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
106
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
107
|
-
"@tutti-os/ui-system": "0.0.
|
|
108
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
109
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
110
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
111
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
112
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
113
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
103
|
+
"@tutti-os/agent-activity-core": "0.0.94",
|
|
104
|
+
"@tutti-os/ui-i18n-runtime": "0.0.94",
|
|
105
|
+
"@tutti-os/ui-react-hooks": "0.0.94",
|
|
106
|
+
"@tutti-os/ui-rich-text": "0.0.94",
|
|
107
|
+
"@tutti-os/ui-system": "0.0.94",
|
|
108
|
+
"@tutti-os/workbench-surface": "0.0.94",
|
|
109
|
+
"@tutti-os/workspace-external-core": "0.0.94",
|
|
110
|
+
"@tutti-os/workspace-file-manager": "0.0.94",
|
|
111
|
+
"@tutti-os/workspace-file-reference": "0.0.94",
|
|
112
|
+
"@tutti-os/workspace-issue-manager": "0.0.94",
|
|
113
|
+
"@tutti-os/workspace-user-project": "0.0.94",
|
|
114
114
|
"clsx": "^2.1.1",
|
|
115
115
|
"framer-motion": "^12.40.0",
|
|
116
116
|
"lodash": "^4.17.21",
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"typescript": "^5.8.3",
|
|
137
137
|
"vite": "^6.4.2",
|
|
138
138
|
"vitest": "^4.0.13",
|
|
139
|
-
"@tutti-os/
|
|
140
|
-
"@tutti-os/
|
|
139
|
+
"@tutti-os/config-tsconfig": "0.0.0",
|
|
140
|
+
"@tutti-os/client-tuttid-ts": "0.0.0"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
143
|
"react": "^19.1.0",
|