@tutti-os/agent-gui 0.0.3 → 0.0.5
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-message-center/index.js +3 -2
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/app/renderer/agentactivity.css +7 -0
- package/dist/app/renderer/assets/icons/arrow-left-filled.svg +1 -0
- package/dist/{chunk-RORLLV27.js → chunk-3735XYFZ.js} +2 -40
- package/dist/chunk-3735XYFZ.js.map +1 -0
- package/dist/{chunk-IVPB4MLI.js → chunk-6AZ2KF6R.js} +1 -1
- package/dist/chunk-6AZ2KF6R.js.map +1 -0
- package/dist/{chunk-UKQIGNN3.js → chunk-7ICAFTA2.js} +2 -2
- package/dist/{chunk-HSR5DI6O.js → chunk-BHCCGKOP.js} +3 -1
- package/dist/chunk-BHCCGKOP.js.map +1 -0
- package/dist/{chunk-ZX5PDYAS.js → chunk-C63Z2JWT.js} +8 -10
- package/dist/chunk-C63Z2JWT.js.map +1 -0
- package/dist/chunk-F55LU7IJ.js +3470 -0
- package/dist/chunk-F55LU7IJ.js.map +1 -0
- package/dist/{chunk-ZP7P7DYO.js → chunk-GEXHKJK5.js} +6 -47
- package/dist/chunk-GEXHKJK5.js.map +1 -0
- package/dist/{chunk-UJWUGMWC.js → chunk-GYG57VTA.js} +17 -32
- package/dist/{chunk-UJWUGMWC.js.map → chunk-GYG57VTA.js.map} +1 -1
- package/dist/{chunk-BABBC24I.js → chunk-LUGELG5V.js} +4 -1
- package/dist/chunk-LUGELG5V.js.map +1 -0
- package/dist/chunk-ZU3FKYMG.js +47 -0
- package/dist/chunk-ZU3FKYMG.js.map +1 -0
- package/dist/i18n/index.d.ts +2 -0
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +2 -11
- package/dist/index.js +880 -215
- package/dist/index.js.map +1 -1
- package/dist/mention-file-presentation.d.ts +2 -1
- package/dist/mention-file-presentation.js +1 -1
- package/dist/workbench/contribution.js +6 -5
- package/dist/workbench/index.d.ts +1 -1
- package/dist/workbench/index.js +6 -5
- package/dist/workbench/launch.d.ts +1 -7
- package/dist/workbench/launch.js +2 -2
- package/dist/workbench/state.js +1 -1
- package/dist/workbench/types.d.ts +1 -12
- package/dist/workbench/types.js +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/package.json +11 -10
- package/dist/chunk-AF5CXBJN.js +0 -3075
- package/dist/chunk-AF5CXBJN.js.map +0 -1
- package/dist/chunk-BABBC24I.js.map +0 -1
- package/dist/chunk-HSR5DI6O.js.map +0 -1
- package/dist/chunk-IVPB4MLI.js.map +0 -1
- package/dist/chunk-RORLLV27.js.map +0 -1
- package/dist/chunk-ZP7P7DYO.js.map +0 -1
- package/dist/chunk-ZX5PDYAS.js.map +0 -1
- package/dist/claude-rounded-F6VPQETB.png +0 -0
- package/dist/codex-rounded-SC63MZAW.png +0 -0
- package/dist/gemini-rounded-O4KAJFIM.png +0 -0
- package/dist/hermes-rounded-QGDHBNRJ.png +0 -0
- package/dist/manage-agent-claude-code-F6VPQETB.png +0 -0
- package/dist/manage-agent-codex-SC63MZAW.png +0 -0
- package/dist/manage-agent-gemini-O4KAJFIM.png +0 -0
- package/dist/manage-agent-hermes-QGDHBNRJ.png +0 -0
- package/dist/manage-agent-nextop-UFAQ22K2.png +0 -0
- package/dist/manage-agent-openclaw-24U7O6CA.png +0 -0
- package/dist/nextop-doc-rounded-UFAQ22K2.png +0 -0
- package/dist/openclaw-rounded-24U7O6CA.png +0 -0
- package/dist/user-avatar-placeholder-WP2373TS.png +0 -0
- /package/dist/{chunk-UKQIGNN3.js.map → chunk-7ICAFTA2.js.map} +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
type AgentMentionFileVisualKind = "document" | "code" | "markdown" | "image" | "video" | "folder";
|
|
1
|
+
type AgentMentionFileVisualKind = "back" | "document" | "code" | "markdown" | "image" | "video" | "folder";
|
|
2
2
|
declare function resolveAgentMentionFileVisualKind(input: {
|
|
3
3
|
entryKind?: string | null;
|
|
4
4
|
href?: string | null;
|
|
5
|
+
mentionNavigation?: string | null;
|
|
5
6
|
name?: string | null;
|
|
6
7
|
path?: string | null;
|
|
7
8
|
}): AgentMentionFileVisualKind;
|
|
@@ -6,12 +6,13 @@ import {
|
|
|
6
6
|
createAgentGuiWorkbenchContribution,
|
|
7
7
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
8
8
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-C63Z2JWT.js";
|
|
10
|
+
import "../chunk-3735XYFZ.js";
|
|
11
|
+
import "../chunk-GEXHKJK5.js";
|
|
12
12
|
import "../chunk-22L4VWUR.js";
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-6AZ2KF6R.js";
|
|
14
|
+
import "../chunk-GYG57VTA.js";
|
|
15
|
+
import "../chunk-ZU3FKYMG.js";
|
|
15
16
|
export {
|
|
16
17
|
AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
|
|
17
18
|
agentGuiWorkbenchDefaultCopy,
|
|
@@ -3,7 +3,7 @@ export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProvi
|
|
|
3
3
|
export { AgentGuiWorkbenchLaunchDescriptor, agentGuiWorkbenchDockEntryId, agentGuiWorkbenchInstanceId, agentGuiWorkbenchProviderFromIdentifier, agentGuiWorkbenchProviderFromLaunchRequest, agentGuiWorkbenchTypeId, 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
|
-
export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState,
|
|
6
|
+
export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType } from './types.js';
|
|
7
7
|
import '@tutti-os/workbench-surface';
|
|
8
8
|
|
|
9
9
|
interface AgentGuiWorkbenchHeaderCopy {
|
package/dist/workbench/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
agentGuiWorkbenchDefaultNodeFrame,
|
|
6
6
|
createAgentGuiWorkbenchContribution,
|
|
7
7
|
resolveAgentGuiWorkbenchContributionCopy
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-C63Z2JWT.js";
|
|
9
9
|
import {
|
|
10
10
|
agentGuiWorkbenchDockEntryId,
|
|
11
11
|
agentGuiWorkbenchInstanceId,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
createAgentGuiWorkbenchInstanceId,
|
|
16
16
|
createAgentGuiWorkbenchLaunchDescriptor,
|
|
17
17
|
createAgentGuiWorkbenchSessionLaunchRequest
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-3735XYFZ.js";
|
|
19
19
|
import {
|
|
20
20
|
agentGuiWorkbenchProviderFromInstanceId,
|
|
21
21
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
normalizeAgentGuiWorkbenchNodeState,
|
|
26
26
|
normalizeAgentGuiWorkbenchState,
|
|
27
27
|
projectAgentGuiWorkbenchState
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-GEXHKJK5.js";
|
|
29
29
|
import {
|
|
30
30
|
agentGuiWorkbenchComingSoonProviders,
|
|
31
31
|
agentGuiWorkbenchDefaultDockProviders,
|
|
@@ -41,8 +41,9 @@ import {
|
|
|
41
41
|
} from "../chunk-22L4VWUR.js";
|
|
42
42
|
import {
|
|
43
43
|
agentGuiWorkbenchOpenSessionActivationType
|
|
44
|
-
} from "../chunk-
|
|
45
|
-
import "../chunk-
|
|
44
|
+
} from "../chunk-6AZ2KF6R.js";
|
|
45
|
+
import "../chunk-GYG57VTA.js";
|
|
46
|
+
import "../chunk-ZU3FKYMG.js";
|
|
46
47
|
export {
|
|
47
48
|
AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
|
|
48
49
|
AgentGuiWorkbenchHeader,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { WorkbenchHostLaunchRequest } from '@tutti-os/workbench-surface';
|
|
2
|
-
import { agentGuiWorkbenchOpenSessionActivationType,
|
|
2
|
+
import { agentGuiWorkbenchOpenSessionActivationType, AgentGuiWorkbenchProvider } from './types.js';
|
|
3
3
|
|
|
4
4
|
type AgentGuiWorkbenchLaunchRequestInput = Pick<WorkbenchHostLaunchRequest, "payload" | "typeId"> & {
|
|
5
5
|
dockEntryId?: string | null;
|
|
@@ -9,22 +9,17 @@ declare function agentGuiWorkbenchDockEntryId(provider: AgentGuiWorkbenchProvide
|
|
|
9
9
|
declare function agentGuiWorkbenchInstanceId(provider: AgentGuiWorkbenchProvider): string;
|
|
10
10
|
declare function createAgentGuiWorkbenchInstanceId(input: {
|
|
11
11
|
agentSessionId?: string | null;
|
|
12
|
-
pendingHandoff?: {
|
|
13
|
-
requestId?: string | null;
|
|
14
|
-
} | null;
|
|
15
12
|
provider: AgentGuiWorkbenchProvider;
|
|
16
13
|
}): string;
|
|
17
14
|
declare function agentGuiWorkbenchProviderFromIdentifier(value: string | null | undefined): AgentGuiWorkbenchProvider | null;
|
|
18
15
|
declare function agentGuiWorkbenchProviderFromLaunchRequest(request: AgentGuiWorkbenchLaunchRequestInput): AgentGuiWorkbenchProvider;
|
|
19
16
|
declare function createAgentGuiWorkbenchSessionLaunchRequest(input: {
|
|
20
17
|
agentSessionId?: string;
|
|
21
|
-
pendingHandoff?: AgentGuiWorkbenchPendingHandoff;
|
|
22
18
|
provider: unknown;
|
|
23
19
|
}): {
|
|
24
20
|
dockEntryId: string;
|
|
25
21
|
payload: {
|
|
26
22
|
provider: AgentGuiWorkbenchProvider;
|
|
27
|
-
pendingHandoff?: AgentGuiWorkbenchPendingHandoff | undefined;
|
|
28
23
|
agentSessionId?: string | undefined;
|
|
29
24
|
};
|
|
30
25
|
reason: "host";
|
|
@@ -39,7 +34,6 @@ interface AgentGuiWorkbenchLaunchDescriptor {
|
|
|
39
34
|
} | null;
|
|
40
35
|
dockEntryId: string;
|
|
41
36
|
instanceId: string;
|
|
42
|
-
pendingHandoff: AgentGuiWorkbenchPendingHandoff | null;
|
|
43
37
|
provider: AgentGuiWorkbenchProvider;
|
|
44
38
|
reuseDockEntryNode: boolean;
|
|
45
39
|
targetAgentSessionId: string | null;
|
package/dist/workbench/launch.js
CHANGED
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
createAgentGuiWorkbenchInstanceId,
|
|
8
8
|
createAgentGuiWorkbenchLaunchDescriptor,
|
|
9
9
|
createAgentGuiWorkbenchSessionLaunchRequest
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-3735XYFZ.js";
|
|
11
11
|
import "../chunk-22L4VWUR.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-6AZ2KF6R.js";
|
|
13
13
|
export {
|
|
14
14
|
agentGuiWorkbenchDockEntryId,
|
|
15
15
|
agentGuiWorkbenchInstanceId,
|
package/dist/workbench/state.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
normalizeAgentGuiWorkbenchNodeState,
|
|
8
8
|
normalizeAgentGuiWorkbenchState,
|
|
9
9
|
projectAgentGuiWorkbenchState
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-GEXHKJK5.js";
|
|
11
11
|
import "../chunk-22L4VWUR.js";
|
|
12
12
|
export {
|
|
13
13
|
agentGuiWorkbenchProviderFromInstanceId,
|
|
@@ -7,15 +7,6 @@ interface AgentGuiWorkbenchComposerOverrides {
|
|
|
7
7
|
reasoningEffort?: string | null;
|
|
8
8
|
}
|
|
9
9
|
type AgentGuiWorkbenchComposerOverridesByProvider = Partial<Record<AgentGuiWorkbenchProvider, AgentGuiWorkbenchComposerOverrides | null>>;
|
|
10
|
-
interface AgentGuiWorkbenchPendingHandoff {
|
|
11
|
-
issueId?: string | null;
|
|
12
|
-
issueTitle?: string | null;
|
|
13
|
-
prompt: string;
|
|
14
|
-
requestId: string;
|
|
15
|
-
taskId?: string | null;
|
|
16
|
-
taskTitle: string;
|
|
17
|
-
title: string;
|
|
18
|
-
}
|
|
19
10
|
interface AgentGuiWorkbenchNodeState {
|
|
20
11
|
composerOverrides?: AgentGuiWorkbenchComposerOverrides | null;
|
|
21
12
|
composerOverridesByProvider?: AgentGuiWorkbenchComposerOverridesByProvider | null;
|
|
@@ -24,7 +15,6 @@ interface AgentGuiWorkbenchNodeState {
|
|
|
24
15
|
conversationRailWidthPx?: number | null;
|
|
25
16
|
lastActiveAgentSessionId: string | null;
|
|
26
17
|
lastActiveConversationTitle?: string | null;
|
|
27
|
-
pendingHandoff?: AgentGuiWorkbenchPendingHandoff | null;
|
|
28
18
|
provider: AgentGuiWorkbenchProvider;
|
|
29
19
|
}
|
|
30
20
|
interface AgentGuiWorkbenchState {
|
|
@@ -34,10 +24,9 @@ interface AgentGuiWorkbenchState {
|
|
|
34
24
|
conversationRailWidthPx?: number | null;
|
|
35
25
|
lastActiveAgentSessionId: string | null;
|
|
36
26
|
lastActiveConversationTitle?: string | null;
|
|
37
|
-
pendingHandoff?: AgentGuiWorkbenchPendingHandoff | null;
|
|
38
27
|
}
|
|
39
28
|
interface AgentGuiWorkbenchWorkspaceState {
|
|
40
29
|
workspaceId: string;
|
|
41
30
|
}
|
|
42
31
|
|
|
43
|
-
export { type AgentGuiWorkbenchComposerOverrides, type AgentGuiWorkbenchComposerOverridesByProvider, type AgentGuiWorkbenchNodeState, type
|
|
32
|
+
export { type AgentGuiWorkbenchComposerOverrides, type AgentGuiWorkbenchComposerOverridesByProvider, type AgentGuiWorkbenchNodeState, type AgentGuiWorkbenchProvider, type AgentGuiWorkbenchState, type AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType };
|
package/dist/workbench/types.js
CHANGED
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7ICAFTA2.js";
|
|
8
8
|
import {
|
|
9
9
|
workspaceAgentProviderLabel
|
|
10
10
|
} from "./chunk-3D5VTIKP.js";
|
|
11
11
|
import "./chunk-GCBDIQDX.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-BHCCGKOP.js";
|
|
13
13
|
export {
|
|
14
14
|
buildWorkspaceAgentActivityListViewModel,
|
|
15
15
|
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.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@monaco-editor/react": "^4.7.0",
|
|
73
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
74
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
75
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
76
|
-
"@tutti-os/ui-system": "0.0.
|
|
77
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
78
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
79
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
80
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
81
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
73
|
+
"@tutti-os/agent-activity-core": "0.0.5",
|
|
74
|
+
"@tutti-os/ui-i18n-runtime": "0.0.5",
|
|
75
|
+
"@tutti-os/ui-react-hooks": "0.0.5",
|
|
76
|
+
"@tutti-os/ui-system": "0.0.5",
|
|
77
|
+
"@tutti-os/workbench-surface": "0.0.5",
|
|
78
|
+
"@tutti-os/workspace-file-manager": "0.0.5",
|
|
79
|
+
"@tutti-os/workspace-file-reference": "0.0.5",
|
|
80
|
+
"@tutti-os/workspace-issue-manager": "0.0.5",
|
|
81
|
+
"@tutti-os/workspace-user-project": "0.0.5",
|
|
82
82
|
"@tanstack/react-virtual": "^3.13.12",
|
|
83
83
|
"@tiptap/core": "^3.11.1",
|
|
84
84
|
"@tiptap/pm": "^3.23.6",
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"rehype-sanitize": "^6.0.0",
|
|
94
94
|
"remark-gfm": "^4.0.1",
|
|
95
95
|
"tailwind-merge": "^3.6.0",
|
|
96
|
+
"valtio": "^2.3.2",
|
|
96
97
|
"zustand": "^5.0.14"
|
|
97
98
|
},
|
|
98
99
|
"devDependencies": {
|