@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.
@@ -1,5 +1,5 @@
1
- import { b as AgentConversationPromptVM } from './agentConversationVM-Qbz9GBwR.js';
2
- import './workspaceAgentActivityListViewModel-B5viw5Da.js';
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-BRU6P22B.js';
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-B5viw5Da.js';
5
- import './agentConversationVM-Qbz9GBwR.js';
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-B5viw5Da.js';
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';
@@ -63,6 +63,7 @@ interface AgentHostWorkspaceAgentSession {
63
63
  id: number;
64
64
  workspaceId?: string;
65
65
  agentSessionId: string;
66
+ agentTargetId?: string | null;
66
67
  presenceId: number;
67
68
  userId?: string;
68
69
  provider?: AgentHostWorkspaceAgentProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.58",
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.58",
98
- "@tutti-os/ui-i18n-runtime": "0.0.58",
99
- "@tutti-os/ui-rich-text": "0.0.58",
100
- "@tutti-os/ui-react-hooks": "0.0.58",
101
- "@tutti-os/ui-system": "0.0.58",
102
- "@tutti-os/workbench-surface": "0.0.58",
103
- "@tutti-os/workspace-external-core": "0.0.58",
104
- "@tutti-os/workspace-file-manager": "0.0.58",
105
- "@tutti-os/workspace-file-reference": "0.0.58",
106
- "@tutti-os/workspace-issue-manager": "0.0.58",
107
- "@tutti-os/workspace-user-project": "0.0.58",
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",