@tutti-os/agent-gui 0.0.40 → 0.0.42
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/{AgentMessageMarkdown-GDgLA-im.d.ts → AgentMessageMarkdown-Cts0dAIm.d.ts} +1 -0
- package/dist/agent-conversation/index.d.ts +1 -1
- package/dist/agent-conversation/index.js +4 -4
- package/dist/agent-message-center/index.js +6 -6
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/app/renderer/agentactivity.css +524 -14
- package/dist/{chunk-UUM2GZXH.js → chunk-3PVSIL3H.js} +4 -4
- package/dist/{chunk-RE3AHBX6.js → chunk-3WZWZHAJ.js} +2 -2
- package/dist/{chunk-Y2DQJPTL.js → chunk-42WP3P5C.js} +2 -2
- package/dist/{chunk-Y5SE2XMU.js → chunk-5LVFYNIP.js} +5 -2
- package/dist/{chunk-Y5SE2XMU.js.map → chunk-5LVFYNIP.js.map} +1 -1
- package/dist/{chunk-EQ4RSPQE.js → chunk-5U4SXENC.js} +4 -4
- package/dist/{chunk-R7XH3C4Y.js → chunk-5UD2YEBX.js} +153 -36
- package/dist/chunk-5UD2YEBX.js.map +1 -0
- package/dist/{chunk-WJPEKD3F.js → chunk-LKOPLDPM.js} +5 -1
- package/dist/chunk-LKOPLDPM.js.map +1 -0
- package/dist/{chunk-WC34LVH6.js → chunk-OLZP2EFK.js} +230 -45
- package/dist/chunk-OLZP2EFK.js.map +1 -0
- package/dist/{chunk-DO7D7OOL.js → chunk-XTFRVACA.js} +23 -15
- package/dist/chunk-XTFRVACA.js.map +1 -0
- package/dist/context-mention-palette/index.js +5 -5
- package/dist/i18n/index.d.ts +4 -0
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +12 -2
- package/dist/index.js +1640 -1282
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.d.ts +4 -0
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.d.ts +10 -3
- package/dist/workbench/index.js +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/package.json +12 -12
- package/dist/chunk-DO7D7OOL.js.map +0 -1
- package/dist/chunk-R7XH3C4Y.js.map +0 -1
- package/dist/chunk-WC34LVH6.js.map +0 -1
- package/dist/chunk-WJPEKD3F.js.map +0 -1
- /package/dist/{chunk-UUM2GZXH.js.map → chunk-3PVSIL3H.js.map} +0 -0
- /package/dist/{chunk-RE3AHBX6.js.map → chunk-3WZWZHAJ.js.map} +0 -0
- /package/dist/{chunk-Y2DQJPTL.js.map → chunk-42WP3P5C.js.map} +0 -0
- /package/dist/{chunk-EQ4RSPQE.js.map → chunk-5U4SXENC.js.map} +0 -0
|
@@ -17,10 +17,14 @@ interface AgentGuiWorkbenchNewConversationDetail {
|
|
|
17
17
|
}
|
|
18
18
|
interface AgentGuiWorkbenchContributionCopy {
|
|
19
19
|
collapseConversationRail: string;
|
|
20
|
+
close: string;
|
|
20
21
|
expandConversationRail: string;
|
|
21
22
|
fallbackAgentLabel: string;
|
|
23
|
+
maximize: string;
|
|
24
|
+
minimize: string;
|
|
22
25
|
newConversation: string;
|
|
23
26
|
nodeTitle: string;
|
|
27
|
+
restore: string;
|
|
24
28
|
}
|
|
25
29
|
type AgentGuiWorkbenchContributionCopyOverrides = Partial<AgentGuiWorkbenchContributionCopy>;
|
|
26
30
|
declare const agentGuiWorkbenchDefaultCopy: AgentGuiWorkbenchContributionCopy;
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
createAgentGuiWorkbenchContribution,
|
|
9
9
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
10
10
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-5UD2YEBX.js";
|
|
12
12
|
import "../chunk-EU7RWKHE.js";
|
|
13
13
|
import "../chunk-EFDGMXTB.js";
|
|
14
14
|
import "../chunk-22L4VWUR.js";
|
|
@@ -3,27 +3,34 @@ export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProvi
|
|
|
3
3
|
export { AgentGuiWorkbenchLaunchDescriptor, agentGuiWorkbenchDockEntryId, agentGuiWorkbenchInstanceId, agentGuiWorkbenchProviderFromIdentifier, agentGuiWorkbenchProviderFromLaunchRequest, agentGuiWorkbenchTypeId, createAgentGuiWorkbenchDraftLaunchRequest, createAgentGuiWorkbenchInstanceId, createAgentGuiWorkbenchLaunchDescriptor, createAgentGuiWorkbenchSessionLaunchRequest } from './launch.js';
|
|
4
4
|
export { agentGuiWorkbenchProviderFromInstanceId, areAgentGuiWorkbenchNodeStatesEqual, areAgentGuiWorkbenchStatesEqual, createAgentGuiWorkbenchNodeStateSource, createDefaultAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchState, projectAgentGuiWorkbenchState } from './state.js';
|
|
5
5
|
import { HTMLAttributes, ReactNode } from 'react';
|
|
6
|
+
import { WorkbenchDisplayMode, WorkbenchHostNodeHeaderWindowActions } from '@tutti-os/workbench-surface';
|
|
6
7
|
export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchPrefillPromptPayload, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType, agentGuiWorkbenchPrefillPromptActivationType } from './types.js';
|
|
7
|
-
import '@tutti-os/workbench-surface';
|
|
8
8
|
import '../types-xMz0lJWt.js';
|
|
9
9
|
|
|
10
10
|
interface AgentGuiWorkbenchHeaderCopy {
|
|
11
11
|
collapseConversationRail: string;
|
|
12
|
+
close?: string;
|
|
12
13
|
expandConversationRail: string;
|
|
13
14
|
fallbackAgentLabel: string;
|
|
15
|
+
maximize?: string;
|
|
16
|
+
minimize?: string;
|
|
14
17
|
newConversation: string;
|
|
18
|
+
restore?: string;
|
|
15
19
|
}
|
|
16
20
|
interface AgentGuiWorkbenchHeaderProps extends HTMLAttributes<HTMLElement> {
|
|
17
21
|
copy: AgentGuiWorkbenchHeaderCopy;
|
|
18
22
|
defaultActions?: ReactNode;
|
|
23
|
+
displayMode?: WorkbenchDisplayMode;
|
|
24
|
+
iconUrl?: string;
|
|
19
25
|
isConversationRailAutoCollapsed: boolean;
|
|
20
26
|
isConversationRailCollapsed: boolean;
|
|
27
|
+
conversationRailWidthPx?: number | null;
|
|
21
28
|
conversationTitle?: string | null;
|
|
22
|
-
iconUrl?: string | null;
|
|
23
29
|
onCreateConversation?: () => void;
|
|
24
30
|
onToggleConversationRail: (nextCollapsed: boolean) => void;
|
|
25
31
|
title?: string;
|
|
32
|
+
windowActions?: Pick<WorkbenchHostNodeHeaderWindowActions, "close" | "minimize" | "toggleDisplayMode">;
|
|
26
33
|
}
|
|
27
|
-
declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions, isConversationRailAutoCollapsed, isConversationRailCollapsed,
|
|
34
|
+
declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions: _defaultActions, displayMode, iconUrl, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationRailWidthPx, conversationTitle, onCreateConversation, onToggleConversationRail, title, windowActions, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
|
|
28
35
|
|
|
29
36
|
export { AgentGuiWorkbenchHeader, type AgentGuiWorkbenchHeaderCopy, type AgentGuiWorkbenchHeaderProps };
|
package/dist/workbench/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
agentGuiWorkbenchDefaultNodeFrame,
|
|
7
7
|
createAgentGuiWorkbenchContribution,
|
|
8
8
|
resolveAgentGuiWorkbenchContributionCopy
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-5UD2YEBX.js";
|
|
10
10
|
import {
|
|
11
11
|
agentGuiWorkbenchDockEntryId,
|
|
12
12
|
agentGuiWorkbenchInstanceId,
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5LVFYNIP.js";
|
|
8
8
|
import "./chunk-IBIMGLCD.js";
|
|
9
9
|
import "./chunk-Y35GDLP2.js";
|
|
10
10
|
import {
|
|
11
11
|
workspaceAgentProviderLabel
|
|
12
12
|
} from "./chunk-TYGL25EL.js";
|
|
13
13
|
import "./chunk-GCBDIQDX.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-LKOPLDPM.js";
|
|
15
15
|
export {
|
|
16
16
|
buildWorkspaceAgentActivityListViewModel,
|
|
17
17
|
collectWorkspaceAgentGeneratedFiles,
|
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.42",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -82,17 +82,17 @@
|
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@monaco-editor/react": "^4.7.0",
|
|
85
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
86
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
87
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
88
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
89
|
-
"@tutti-os/ui-system": "0.0.
|
|
90
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
91
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
92
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
93
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
94
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
95
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
85
|
+
"@tutti-os/agent-activity-core": "0.0.42",
|
|
86
|
+
"@tutti-os/ui-i18n-runtime": "0.0.42",
|
|
87
|
+
"@tutti-os/ui-rich-text": "0.0.42",
|
|
88
|
+
"@tutti-os/ui-react-hooks": "0.0.42",
|
|
89
|
+
"@tutti-os/ui-system": "0.0.42",
|
|
90
|
+
"@tutti-os/workbench-surface": "0.0.42",
|
|
91
|
+
"@tutti-os/workspace-external-core": "0.0.42",
|
|
92
|
+
"@tutti-os/workspace-file-manager": "0.0.42",
|
|
93
|
+
"@tutti-os/workspace-file-reference": "0.0.42",
|
|
94
|
+
"@tutti-os/workspace-issue-manager": "0.0.42",
|
|
95
|
+
"@tutti-os/workspace-user-project": "0.0.42",
|
|
96
96
|
"@tanstack/react-virtual": "^3.13.12",
|
|
97
97
|
"@tiptap/core": "^3.11.1",
|
|
98
98
|
"@tiptap/pm": "^3.23.6",
|