@tutti-os/agent-gui 0.0.60 → 0.0.61

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.
@@ -12,13 +12,13 @@ import {
12
12
  resolveAgentGuiUnifiedDockLaunchPayload,
13
13
  resolveAgentGuiWorkbenchContributionCopy,
14
14
  resolveAgentGuiWorkbenchDefaultLaunchFrame
15
- } from "../chunk-AWIZJQXW.js";
16
- import "../chunk-WNVIKTJK.js";
17
- import "../chunk-K3UBSTJ5.js";
18
- import "../chunk-MPZ3CW5C.js";
15
+ } from "../chunk-JSIA4K67.js";
16
+ import "../chunk-JBWFRSFQ.js";
17
+ import "../chunk-3KS22CG2.js";
18
+ import "../chunk-IIVHPXAB.js";
19
19
  import "../chunk-22L4VWUR.js";
20
20
  import "../chunk-5WB3NGIN.js";
21
- import "../chunk-BB2SVMEV.js";
21
+ import "../chunk-SXML6H77.js";
22
22
  import "../chunk-V4JGVBUN.js";
23
23
  export {
24
24
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
@@ -8,7 +8,7 @@ import {
8
8
  createAgentGuiWorkbenchContribution,
9
9
  resolveAgentGuiUnifiedDockLaunchPayload,
10
10
  resolveAgentGuiWorkbenchContributionCopy
11
- } from "../chunk-AWIZJQXW.js";
11
+ } from "../chunk-JSIA4K67.js";
12
12
  import {
13
13
  agentGuiWorkbenchProviderFromInstanceId,
14
14
  areAgentGuiWorkbenchNodeStatesEqual,
@@ -18,7 +18,7 @@ import {
18
18
  normalizeAgentGuiWorkbenchNodeState,
19
19
  normalizeAgentGuiWorkbenchState,
20
20
  projectAgentGuiWorkbenchState
21
- } from "../chunk-WNVIKTJK.js";
21
+ } from "../chunk-JBWFRSFQ.js";
22
22
  import {
23
23
  agentGuiWorkbenchDockEntryId,
24
24
  agentGuiWorkbenchDockIdentityFromIdentifier,
@@ -31,11 +31,11 @@ import {
31
31
  createAgentGuiWorkbenchInstanceId,
32
32
  createAgentGuiWorkbenchLaunchDescriptor,
33
33
  createAgentGuiWorkbenchSessionLaunchRequest
34
- } from "../chunk-K3UBSTJ5.js";
34
+ } from "../chunk-3KS22CG2.js";
35
35
  import {
36
36
  agentGuiWorkbenchOpenSessionActivationType,
37
37
  agentGuiWorkbenchPrefillPromptActivationType
38
- } from "../chunk-MPZ3CW5C.js";
38
+ } from "../chunk-IIVHPXAB.js";
39
39
  import {
40
40
  agentGuiWorkbenchComingSoonProviders,
41
41
  agentGuiWorkbenchDefaultDockProviders,
@@ -50,7 +50,7 @@ import {
50
50
  resolveAgentGuiWorkbenchProviderLabel
51
51
  } from "../chunk-22L4VWUR.js";
52
52
  import "../chunk-5WB3NGIN.js";
53
- import "../chunk-BB2SVMEV.js";
53
+ import "../chunk-SXML6H77.js";
54
54
  import {
55
55
  formatAgentGuiConversationPlainTitle,
56
56
  formatAgentGuiSessionPlainTitle,
@@ -12,10 +12,10 @@ import {
12
12
  createAgentGuiWorkbenchSessionLaunchRequest,
13
13
  resolveAgentGuiWorkbenchLaunchDockEntryId,
14
14
  shouldReuseAgentGuiWorkbenchDockEntryNode
15
- } from "../chunk-K3UBSTJ5.js";
15
+ } from "../chunk-3KS22CG2.js";
16
16
  import {
17
17
  agentGuiWorkbenchPrefillPromptActivationType
18
- } from "../chunk-MPZ3CW5C.js";
18
+ } from "../chunk-IIVHPXAB.js";
19
19
  import "../chunk-22L4VWUR.js";
20
20
  export {
21
21
  agentGuiWorkbenchDockEntryId,
@@ -7,9 +7,9 @@ import {
7
7
  normalizeAgentGuiWorkbenchNodeState,
8
8
  normalizeAgentGuiWorkbenchState,
9
9
  projectAgentGuiWorkbenchState
10
- } from "../chunk-WNVIKTJK.js";
10
+ } from "../chunk-JBWFRSFQ.js";
11
11
  import "../chunk-22L4VWUR.js";
12
- import "../chunk-BB2SVMEV.js";
12
+ import "../chunk-SXML6H77.js";
13
13
  export {
14
14
  agentGuiWorkbenchProviderFromInstanceId,
15
15
  areAgentGuiWorkbenchNodeStatesEqual,
@@ -15,6 +15,7 @@ interface AgentGuiWorkbenchComposerOverrides {
15
15
  permissionModeId?: string | null;
16
16
  planMode?: boolean;
17
17
  reasoningEffort?: string | null;
18
+ speed?: string | null;
18
19
  }
19
20
  type AgentGuiWorkbenchComposerOverridesByProvider = Partial<Record<AgentGuiWorkbenchProvider, AgentGuiWorkbenchComposerOverrides | null>>;
20
21
  type AgentGuiWorkbenchComposerOverridesByAgentTargetId = Record<string, AgentGuiWorkbenchComposerOverrides | null>;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  agentGuiWorkbenchOpenSessionActivationType,
3
3
  agentGuiWorkbenchPrefillPromptActivationType
4
- } from "../chunk-MPZ3CW5C.js";
4
+ } from "../chunk-IIVHPXAB.js";
5
5
  export {
6
6
  agentGuiWorkbenchOpenSessionActivationType,
7
7
  agentGuiWorkbenchPrefillPromptActivationType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
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.60",
98
- "@tutti-os/ui-i18n-runtime": "0.0.60",
99
- "@tutti-os/ui-rich-text": "0.0.60",
100
- "@tutti-os/ui-react-hooks": "0.0.60",
101
- "@tutti-os/ui-system": "0.0.60",
102
- "@tutti-os/workbench-surface": "0.0.60",
103
- "@tutti-os/workspace-external-core": "0.0.60",
104
- "@tutti-os/workspace-file-manager": "0.0.60",
105
- "@tutti-os/workspace-file-reference": "0.0.60",
106
- "@tutti-os/workspace-issue-manager": "0.0.60",
107
- "@tutti-os/workspace-user-project": "0.0.60",
97
+ "@tutti-os/agent-activity-core": "0.0.61",
98
+ "@tutti-os/ui-i18n-runtime": "0.0.61",
99
+ "@tutti-os/ui-rich-text": "0.0.61",
100
+ "@tutti-os/ui-react-hooks": "0.0.61",
101
+ "@tutti-os/ui-system": "0.0.61",
102
+ "@tutti-os/workbench-surface": "0.0.61",
103
+ "@tutti-os/workspace-external-core": "0.0.61",
104
+ "@tutti-os/workspace-file-manager": "0.0.61",
105
+ "@tutti-os/workspace-file-reference": "0.0.61",
106
+ "@tutti-os/workspace-issue-manager": "0.0.61",
107
+ "@tutti-os/workspace-user-project": "0.0.61",
108
108
  "@tanstack/react-virtual": "^3.13.12",
109
109
  "@tiptap/core": "^3.11.1",
110
110
  "@tiptap/pm": "^3.23.6",
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../workbench/types.ts"],"sourcesContent":["import type { AgentGUIProviderTargetRef } from \"../types\";\n\nexport type AgentGuiWorkbenchProvider =\n | \"claude-code\"\n | \"codex\"\n | \"nexight\"\n | \"gemini\"\n | \"hermes\"\n | \"openclaw\";\n\nexport const agentGuiWorkbenchOpenSessionActivationType =\n \"agent-gui:open-session\";\n\nexport const agentGuiWorkbenchPrefillPromptActivationType =\n \"agent-gui:prefill-prompt\";\n\nexport interface AgentGuiWorkbenchPrefillPromptPayload {\n agentTargetId?: string | null;\n autoSubmit?: boolean;\n draftPrompt: string;\n provider?: AgentGuiWorkbenchProvider;\n userProjectPath?: string | null;\n}\n\nexport interface AgentGuiWorkbenchComposerOverrides {\n model?: string | null;\n permissionModeId?: string | null;\n planMode?: boolean;\n reasoningEffort?: string | null;\n}\n\nexport type AgentGuiWorkbenchComposerOverridesByProvider = Partial<\n Record<AgentGuiWorkbenchProvider, AgentGuiWorkbenchComposerOverrides | null>\n>;\n\nexport type AgentGuiWorkbenchComposerOverridesByAgentTargetId = Record<\n string,\n AgentGuiWorkbenchComposerOverrides | null\n>;\n\nexport interface AgentGuiWorkbenchNodeState {\n agentTargetId?: string | null;\n composerOverrides?: AgentGuiWorkbenchComposerOverrides | null;\n composerOverridesByAgentTargetId?: AgentGuiWorkbenchComposerOverridesByAgentTargetId | null;\n composerOverridesByProvider?: AgentGuiWorkbenchComposerOverridesByProvider | null;\n conversationCount?: number | null;\n conversationRailCollapsed?: boolean | null;\n conversationRailWidthPx?: number | null;\n lastActiveAgentSessionId: string | null;\n /** @deprecated Conversation titles are derived from the active session id. */\n lastActiveConversationTitle?: string | null;\n provider: AgentGuiWorkbenchProvider;\n /** @deprecated Use agentTargetId for selection restore. */\n providerTargetId?: string | null;\n /** @deprecated Provider target refs are resolved from the current target list. */\n providerTargetRef?: AgentGUIProviderTargetRef | null;\n}\n\nexport interface AgentGuiWorkbenchState {\n agentTargetId?: string | null;\n conversationRailCollapsed?: boolean | null;\n conversationRailWidthPx?: number | null;\n lastActiveAgentSessionId: string | null;\n}\n\nexport interface AgentGuiWorkbenchWorkspaceState {\n workspaceId: string;\n}\n"],"mappings":";AAUO,IAAM,6CACX;AAEK,IAAM,+CACX;","names":[]}