@tutti-os/agent-gui 0.0.58 → 0.0.59
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-message-center/index.d.ts +2 -2
- package/dist/{agentConversationVM-Qbz9GBwR.d.ts → agentConversationVM-DPAgUJlR.d.ts} +1 -1
- package/dist/{agentGuiNodeTypes-BRU6P22B.d.ts → agentGuiNodeTypes-CupCLd9p.d.ts} +2 -2
- package/dist/index.d.ts +4 -4
- package/dist/index.js +169 -7
- 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/workspace-agent-generated-files.d.ts +1 -1
- package/dist/{workspaceAgentActivityListViewModel-B5viw5Da.d.ts → workspaceAgentActivityListViewModel-DJvAqZso.d.ts} +1 -0
- package/package.json +12 -12
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as AgentConversationPromptVM } from './agentConversationVM-
|
|
2
|
-
import './workspaceAgentActivityListViewModel-
|
|
1
|
+
import { b as AgentConversationPromptVM } from './agentConversationVM-DPAgUJlR.js';
|
|
2
|
+
import './workspaceAgentActivityListViewModel-DJvAqZso.js';
|
|
3
3
|
import '@tutti-os/agent-activity-core';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { e as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-
|
|
1
|
+
import { e as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-CupCLd9p.js';
|
|
2
2
|
import '@tutti-os/agent-activity-core';
|
|
3
3
|
import './types-BsHvTjIZ.js';
|
|
4
|
-
import './workspaceAgentActivityListViewModel-
|
|
5
|
-
import './agentConversationVM-
|
|
4
|
+
import './workspaceAgentActivityListViewModel-DJvAqZso.js';
|
|
5
|
+
import './agentConversationVM-DPAgUJlR.js';
|
|
6
6
|
import '@tutti-os/workspace-user-project/contracts';
|
|
7
7
|
|
|
8
8
|
interface AgentQueuedPromptRetryBlock {
|
|
@@ -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-DJvAqZso.js';
|
|
2
2
|
import '@tutti-os/agent-activity-core';
|
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.59",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -94,17 +94,17 @@
|
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"@monaco-editor/react": "^4.7.0",
|
|
97
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
98
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
99
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
100
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
101
|
-
"@tutti-os/ui-system": "0.0.
|
|
102
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
103
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
104
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
105
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
106
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
107
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
97
|
+
"@tutti-os/agent-activity-core": "0.0.59",
|
|
98
|
+
"@tutti-os/ui-i18n-runtime": "0.0.59",
|
|
99
|
+
"@tutti-os/ui-rich-text": "0.0.59",
|
|
100
|
+
"@tutti-os/ui-react-hooks": "0.0.59",
|
|
101
|
+
"@tutti-os/ui-system": "0.0.59",
|
|
102
|
+
"@tutti-os/workbench-surface": "0.0.59",
|
|
103
|
+
"@tutti-os/workspace-external-core": "0.0.59",
|
|
104
|
+
"@tutti-os/workspace-file-manager": "0.0.59",
|
|
105
|
+
"@tutti-os/workspace-file-reference": "0.0.59",
|
|
106
|
+
"@tutti-os/workspace-issue-manager": "0.0.59",
|
|
107
|
+
"@tutti-os/workspace-user-project": "0.0.59",
|
|
108
108
|
"@tanstack/react-virtual": "^3.13.12",
|
|
109
109
|
"@tiptap/core": "^3.11.1",
|
|
110
110
|
"@tiptap/pm": "^3.23.6",
|