@tutti-os/agent-gui 0.0.17 → 0.0.18
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 +1 -1
- package/dist/agent-conversation/index.js +4 -4
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +4 -4
- package/dist/{chunk-VNAQ6QFE.js → chunk-4RUK7VPA.js} +4 -4
- package/dist/{chunk-KHTIC52P.js → chunk-5Z5HILKT.js} +2 -2
- package/dist/{chunk-OJ5WX7SZ.js → chunk-B7DTDZVT.js} +2 -2
- package/dist/{chunk-HVOPJU2K.js → chunk-DT4W5Z2A.js} +4 -4
- package/dist/{chunk-CDTTIUPL.js → chunk-F7XLV7M3.js} +2 -2
- package/dist/{chunk-VO2TZNKV.js → chunk-FEWMACBN.js} +4 -4
- package/dist/{chunk-65YMY2M3.js → chunk-GLDKFIWM.js} +7 -3
- package/dist/chunk-GLDKFIWM.js.map +1 -0
- package/dist/{chunk-K44WER5Z.js → chunk-S5GS4GRM.js} +2 -2
- package/dist/chunk-S5GS4GRM.js.map +1 -0
- package/dist/{chunk-GWR6WGZY.js → chunk-XHJQNUH4.js} +41 -28
- package/dist/chunk-XHJQNUH4.js.map +1 -0
- package/dist/context-mention-palette/index.js +5 -5
- package/dist/i18n/index.d.ts +6 -2
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +65 -33
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.d.ts +1 -0
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.js +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/dist/{workspaceLinkActions-Mjktl_Be.d.ts → workspaceLinkActions-CqWZaCY4.d.ts} +1 -0
- package/package.json +12 -12
- package/dist/chunk-65YMY2M3.js.map +0 -1
- package/dist/chunk-GWR6WGZY.js.map +0 -1
- package/dist/chunk-K44WER5Z.js.map +0 -1
- /package/dist/{chunk-VNAQ6QFE.js.map → chunk-4RUK7VPA.js.map} +0 -0
- /package/dist/{chunk-KHTIC52P.js.map → chunk-5Z5HILKT.js.map} +0 -0
- /package/dist/{chunk-OJ5WX7SZ.js.map → chunk-B7DTDZVT.js.map} +0 -0
- /package/dist/{chunk-HVOPJU2K.js.map → chunk-DT4W5Z2A.js.map} +0 -0
- /package/dist/{chunk-CDTTIUPL.js.map → chunk-F7XLV7M3.js.map} +0 -0
- /package/dist/{chunk-VO2TZNKV.js.map → chunk-FEWMACBN.js.map} +0 -0
|
@@ -36,6 +36,7 @@ interface CreateAgentGuiWorkbenchContributionInput {
|
|
|
36
36
|
id?: string;
|
|
37
37
|
renderBody(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
|
|
38
38
|
renderPreview?(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
|
|
39
|
+
renderMinimizedPreview?(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
|
|
39
40
|
resolveDockPopupTitle?: (state: AgentGuiWorkbenchState | null) => string | null;
|
|
40
41
|
resolveDockEntryVisibility?: (provider: AgentGuiWorkbenchProvider) => WorkbenchHostDockEntry["visibility"];
|
|
41
42
|
workspaceId: string;
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
createAgentGuiWorkbenchContribution,
|
|
9
9
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
10
10
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-XHJQNUH4.js";
|
|
12
12
|
import "../chunk-JNGYJ7GM.js";
|
|
13
13
|
import "../chunk-MUZMBEFO.js";
|
|
14
14
|
import "../chunk-22L4VWUR.js";
|
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-XHJQNUH4.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-B7DTDZVT.js";
|
|
8
8
|
import "./chunk-IBIMGLCD.js";
|
|
9
9
|
import "./chunk-XJ34OIEQ.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-GLDKFIWM.js";
|
|
15
15
|
export {
|
|
16
16
|
buildWorkspaceAgentActivityListViewModel,
|
|
17
17
|
collectWorkspaceAgentGeneratedFiles,
|
|
@@ -3,6 +3,7 @@ import { WorkspaceIssueMentionMode } from '@tutti-os/workspace-issue-manager/cor
|
|
|
3
3
|
type WorkspaceLinkActionSource = "agent-markdown" | "agent-file-change" | string;
|
|
4
4
|
interface OpenWorkspaceFileLinkAction {
|
|
5
5
|
type: "open-workspace-file";
|
|
6
|
+
mode?: "reveal" | "open-directory";
|
|
6
7
|
path: string;
|
|
7
8
|
directoryPath: string;
|
|
8
9
|
workspaceRoot: 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.18",
|
|
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.18",
|
|
86
|
+
"@tutti-os/ui-i18n-runtime": "0.0.18",
|
|
87
|
+
"@tutti-os/ui-rich-text": "0.0.18",
|
|
88
|
+
"@tutti-os/ui-react-hooks": "0.0.18",
|
|
89
|
+
"@tutti-os/ui-system": "0.0.18",
|
|
90
|
+
"@tutti-os/workbench-surface": "0.0.18",
|
|
91
|
+
"@tutti-os/workspace-external-core": "0.0.18",
|
|
92
|
+
"@tutti-os/workspace-file-manager": "0.0.18",
|
|
93
|
+
"@tutti-os/workspace-file-reference": "0.0.18",
|
|
94
|
+
"@tutti-os/workspace-issue-manager": "0.0.18",
|
|
95
|
+
"@tutti-os/workspace-user-project": "0.0.18",
|
|
96
96
|
"@tanstack/react-virtual": "^3.13.12",
|
|
97
97
|
"@tiptap/core": "^3.11.1",
|
|
98
98
|
"@tiptap/pm": "^3.23.6",
|