@tutti-os/agent-gui 0.0.132 → 0.0.133
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/README.md +5 -2
- package/dist/agent-conversation/index.d.ts +4 -6
- package/dist/agent-conversation/index.js +3 -3
- package/dist/agent-env/index.d.ts +10 -27
- package/dist/agent-env/index.js +14 -290
- package/dist/agent-env/index.js.map +1 -1
- package/dist/agent-gui.d.ts +1090 -20
- package/dist/agent-gui.js +7 -7
- package/dist/agent-message-center/index.d.ts +42 -7
- package/dist/agent-message-center/index.js +2 -2
- package/dist/{agentConversationVM-BD0-gg6C.d.ts → agentConversationVM-DWEy7jzx.d.ts} +41 -2
- package/dist/{agentGuiNodeTypes-5TL1hyCN.d.ts → agentGuiNodeTypes-B57MfwVo.d.ts} +5 -22
- package/dist/agents.d.ts +1 -1
- package/dist/agents.js +1 -1
- package/dist/app/renderer/agentactivity.css +1 -0
- package/dist/app/renderer/assets/icons/@-lined.svg +1 -8
- package/dist/{chunk-JZS4SWFJ.js → chunk-A6NSHCRP.js} +8 -7
- package/dist/chunk-A6NSHCRP.js.map +1 -0
- package/dist/chunk-FM42UN2J.js +462 -0
- package/dist/chunk-FM42UN2J.js.map +1 -0
- package/dist/{chunk-PQJXWXTS.js → chunk-GBBNYGL7.js} +2 -2
- package/dist/{chunk-GCQYN7BR.js → chunk-HCRROERX.js} +2 -2
- package/dist/{chunk-G75CPIVV.js → chunk-IZ626FDO.js} +563 -444
- package/dist/chunk-IZ626FDO.js.map +1 -0
- package/dist/{chunk-YWHGCKMT.js → chunk-N62NVPHT.js} +7 -7
- package/dist/chunk-N62NVPHT.js.map +1 -0
- package/dist/{chunk-T2NICA5D.js → chunk-VS5BRBY6.js} +4 -1
- package/dist/chunk-VS5BRBY6.js.map +1 -0
- package/dist/{contribution-yc4CGJmy.d.ts → contribution-BbW-kkpi.d.ts} +52 -1
- package/dist/custom-mention.d.ts +4 -2
- package/dist/i18n/index.d.ts +11 -6
- package/dist/index.d.ts +7982 -33
- package/dist/index.js +7 -7
- package/dist/runtime-Dwf44VKc.d.ts +7 -0
- package/dist/{types-BicfRVrV.d.ts → types-BeAVr4of.d.ts} +3 -5
- package/dist/workbench/contribution.d.ts +1 -2
- package/dist/workbench/contribution.js +2 -2
- package/dist/workbench/index.d.ts +1 -2
- package/dist/workbench/index.js +2 -2
- package/dist/workspace-agent-generated-files.d.ts +12 -1
- package/package.json +13 -13
- package/dist/AgentGUI-DxypmD7b.d.ts +0 -1080
- package/dist/agentPlanPromptDispatch-C7cCMjve.d.ts +0 -37
- package/dist/chunk-G75CPIVV.js.map +0 -1
- package/dist/chunk-JZS4SWFJ.js.map +0 -1
- package/dist/chunk-T2NICA5D.js.map +0 -1
- package/dist/chunk-VMQNG2KI.js +0 -178
- package/dist/chunk-VMQNG2KI.js.map +0 -1
- package/dist/chunk-YWHGCKMT.js.map +0 -1
- package/dist/pastedTextKinds-D-XuInaS.d.ts +0 -4
- package/dist/runtime-BBNdWgDU.d.ts +0 -10
- package/dist/workspaceAgentActivityListTypes-DZfS_HgG.d.ts +0 -48
- /package/dist/{chunk-PQJXWXTS.js.map → chunk-GBBNYGL7.js.map} +0 -0
- /package/dist/{chunk-GCQYN7BR.js.map → chunk-HCRROERX.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
localAgentGUIAgentTargetId,
|
|
8
8
|
normalizeAgentGUIAgentTargets,
|
|
9
9
|
resolveAgentGUIAgentTarget
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-IZ626FDO.js";
|
|
11
11
|
import "./chunk-A4WCTHWS.js";
|
|
12
12
|
import {
|
|
13
13
|
AGENT_GUI_DETAIL_MIN_WIDTH_PX,
|
|
@@ -15,22 +15,22 @@ import {
|
|
|
15
15
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
16
16
|
resolveAgentGUIExpandedWindowFrame,
|
|
17
17
|
shouldAutoCollapseAgentGUIConversationRail
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-HCRROERX.js";
|
|
19
19
|
import "./chunk-TUWQV2MC.js";
|
|
20
20
|
import "./chunk-MHOYBRCY.js";
|
|
21
21
|
import "./chunk-PVTAFUDS.js";
|
|
22
22
|
import "./chunk-5HIF53K5.js";
|
|
23
23
|
import "./chunk-R2ZADXRB.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-A6NSHCRP.js";
|
|
25
25
|
import "./chunk-XNE2ROCP.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-FM42UN2J.js";
|
|
27
27
|
import "./chunk-UP3ZDYTN.js";
|
|
28
28
|
import "./chunk-UARZZJJB.js";
|
|
29
29
|
import {
|
|
30
30
|
agentGUIAgentIsReady,
|
|
31
31
|
normalizeAgentGUIAgents,
|
|
32
32
|
resolveAgentGUISelectedDirectoryAgent
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-VS5BRBY6.js";
|
|
34
34
|
import {
|
|
35
35
|
AGENT_PASTED_TEXT_BLOCK_KIND,
|
|
36
36
|
AGENT_PASTED_TEXT_MENTION_KIND
|
|
@@ -53,11 +53,11 @@ import {
|
|
|
53
53
|
import {
|
|
54
54
|
dispatchAgentPlanPromptAction,
|
|
55
55
|
selectAgentPlanPromptTurn
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-GBBNYGL7.js";
|
|
57
57
|
import {
|
|
58
58
|
useEngineSelector
|
|
59
59
|
} from "./chunk-2RQM7PJN.js";
|
|
60
|
-
import "./chunk-
|
|
60
|
+
import "./chunk-N62NVPHT.js";
|
|
61
61
|
import "./chunk-KPMQGPYU.js";
|
|
62
62
|
import "./chunk-QQRTUHCH.js";
|
|
63
63
|
import "./chunk-YMXYBG7U.js";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { I18nParams } from '@tutti-os/ui-i18n-runtime';
|
|
2
|
+
|
|
3
|
+
type AgentGuiI18nLocale = "en" | "zh-CN";
|
|
4
|
+
type TranslateOptions = I18nParams;
|
|
5
|
+
type TranslateFn = (key: string, options?: TranslateOptions) => string;
|
|
6
|
+
|
|
7
|
+
export type { AgentGuiI18nLocale as A, TranslateFn as T };
|
|
@@ -96,6 +96,7 @@ interface AgentGUIAgent {
|
|
|
96
96
|
agentTargetId: string;
|
|
97
97
|
name: string;
|
|
98
98
|
iconUrl: string;
|
|
99
|
+
sidebarIconUrl?: string | null;
|
|
99
100
|
heroImageUrl?: string | null;
|
|
100
101
|
description?: string | null;
|
|
101
102
|
owner?: AgentGUIAgentOwner | null;
|
|
@@ -111,10 +112,6 @@ interface AgentGUIAgentDirectorySnapshot {
|
|
|
111
112
|
error: string | null;
|
|
112
113
|
status: AgentGUIAgentDirectoryStatus;
|
|
113
114
|
}
|
|
114
|
-
interface AgentGUIAgentDirectoryPort {
|
|
115
|
-
getSnapshot(): AgentGUIAgentDirectorySnapshot;
|
|
116
|
-
subscribe(listener: () => void): () => void;
|
|
117
|
-
}
|
|
118
115
|
interface AgentGUIAllAgentsPresentation {
|
|
119
116
|
iconUrl?: string | null;
|
|
120
117
|
}
|
|
@@ -135,6 +132,7 @@ interface AgentGUIAgentTarget {
|
|
|
135
132
|
label: string;
|
|
136
133
|
description?: string;
|
|
137
134
|
iconUrl?: string | null;
|
|
135
|
+
sidebarIconUrl?: string | null;
|
|
138
136
|
heroImageUrl?: string | null;
|
|
139
137
|
badge?: AgentGUIAgentTargetBadge | null;
|
|
140
138
|
ownerLabel?: string;
|
|
@@ -179,4 +177,4 @@ interface NodeFrame {
|
|
|
179
177
|
size: Size;
|
|
180
178
|
}
|
|
181
179
|
|
|
182
|
-
export type { AgentGUIAgent as A,
|
|
180
|
+
export type { AgentGUIAgent as A, NodeFrame as N, Point as P, AgentGUIAgentDirectorySnapshot as a, AgentGUIAgentTarget as b, AgentGUIAllAgentsPresentation as c, AgentGUIHomeSuggestionId as d, AgentGUINodeData as e, AgentGUIProvider as f, AgentGUIProviderRailAllPresentation as g, AgentGUIProviderRailMode as h, AgentGUIProviderReadinessGate as i, AgentHostAgentSessionCommand as j, AgentHostAgentSessionComposerSettings as k, AgentHostAgentSessionPermissionConfig as l, AgentHostAgentSessionReasoningEffort as m, AgentHostAgentSessionSpeed as n, AgentHostUnactivateAgentSessionResult as o, AgentPromptContentBlock as p };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '@tutti-os/agent-activity-core';
|
|
3
3
|
import '@tutti-os/workbench-surface';
|
|
4
|
-
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, b as AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, j as agentGuiWorkbenchCompactVisibleAreaRatio, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, n as agentGuiWorkbenchDefaultUsableHeightRatio, o as agentGuiWorkbenchDefaultUsableWidthRatio, p as agentGuiWorkbenchNewWindowCascadeOffset, q as agentGuiWorkbenchProviderRailWidthPx, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, w as resolveAgentGuiWorkbenchDefaultLaunchFrame } from '../contribution-
|
|
4
|
+
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, b as AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, j as agentGuiWorkbenchCompactVisibleAreaRatio, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, n as agentGuiWorkbenchDefaultUsableHeightRatio, o as agentGuiWorkbenchDefaultUsableWidthRatio, p as agentGuiWorkbenchNewWindowCascadeOffset, q as agentGuiWorkbenchProviderRailWidthPx, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, w as resolveAgentGuiWorkbenchDefaultLaunchFrame } from '../contribution-BbW-kkpi.js';
|
|
5
5
|
import './types.js';
|
|
6
|
-
import '../types-BicfRVrV.js';
|
|
@@ -14,13 +14,13 @@ import {
|
|
|
14
14
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
15
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
16
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-HCRROERX.js";
|
|
18
18
|
import "../chunk-TUWQV2MC.js";
|
|
19
19
|
import "../chunk-MHOYBRCY.js";
|
|
20
20
|
import "../chunk-PVTAFUDS.js";
|
|
21
21
|
import "../chunk-5HIF53K5.js";
|
|
22
22
|
import "../chunk-R2ZADXRB.js";
|
|
23
|
-
import "../chunk-
|
|
23
|
+
import "../chunk-VS5BRBY6.js";
|
|
24
24
|
import "../chunk-DXT4W2SU.js";
|
|
25
25
|
import "../chunk-2RQM7PJN.js";
|
|
26
26
|
import "../chunk-7KVZPJ3O.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, k as agentGuiWorkbenchConversationIdentitiesEqual, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, v as resolveAgentGuiWorkbenchConversationIdentity } from '../contribution-
|
|
1
|
+
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, k as agentGuiWorkbenchConversationIdentitiesEqual, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, v as resolveAgentGuiWorkbenchConversationIdentity } from '../contribution-BbW-kkpi.js';
|
|
2
2
|
export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProviders, agentGuiWorkbenchDockSuppressedProviders, agentGuiWorkbenchProviderLabels, agentGuiWorkbenchProviders, isAgentGuiWorkbenchComingSoonProvider, isAgentGuiWorkbenchDefaultDockProvider, isAgentGuiWorkbenchDockSuppressedProvider, isAgentGuiWorkbenchProvider, normalizeAgentGuiWorkbenchProvider, resolveAgentGuiWorkbenchProviderLabel } from './providerCatalog.js';
|
|
3
3
|
export { AgentGuiWorkbenchLaunchDescriptor, AgentGuiWorkbenchReusePolicy, agentGuiWorkbenchDockEntryId, agentGuiWorkbenchDockIdentityFromIdentifier, agentGuiWorkbenchProviderFromLaunchRequest, agentGuiWorkbenchTypeId, agentGuiWorkbenchUnifiedDockEntryId, createAgentGuiWorkbenchDraftLaunchRequest, createAgentGuiWorkbenchInstanceId, createAgentGuiWorkbenchLaunchDescriptor, createAgentGuiWorkbenchSessionLaunchRequest, resolveAgentGuiWorkbenchLaunchDockEntryId } from './launch.js';
|
|
4
4
|
export { areAgentGuiWorkbenchNodeStatesEqual, areAgentGuiWorkbenchStatesEqual, createAgentGuiWorkbenchNodeStateSource, createDefaultAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchState, projectAgentGuiWorkbenchState } from './state.js';
|
|
@@ -7,7 +7,6 @@ import { WorkbenchDisplayMode, WorkbenchHostNodeHeaderWindowActions } from '@tut
|
|
|
7
7
|
export { AgentGuiWorkbenchSessionTitleResult, ResolveAgentGuiWorkbenchHeaderTitleInput, ResolveAgentGuiWorkbenchSessionTitleInput, resolveAgentGuiWorkbenchHeaderTitle, resolveAgentGuiWorkbenchSessionTitle } from './sessionTitle.js';
|
|
8
8
|
export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchPrefillPromptPayload, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType, agentGuiWorkbenchPrefillPromptActivationType } from './types.js';
|
|
9
9
|
import '@tutti-os/agent-activity-core';
|
|
10
|
-
import '../types-BicfRVrV.js';
|
|
11
10
|
|
|
12
11
|
interface AgentGuiWorkbenchHeaderCopy {
|
|
13
12
|
collapseConversationRail: string;
|
package/dist/workbench/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
11
11
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
12
12
|
resolveAgentGuiWorkbenchConversationIdentity
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-HCRROERX.js";
|
|
14
14
|
import {
|
|
15
15
|
agentGuiWorkbenchDockEntryId,
|
|
16
16
|
agentGuiWorkbenchDockIdentityFromIdentifier,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
normalizeAgentGuiWorkbenchProvider,
|
|
54
54
|
resolveAgentGuiWorkbenchProviderLabel
|
|
55
55
|
} from "../chunk-R2ZADXRB.js";
|
|
56
|
-
import "../chunk-
|
|
56
|
+
import "../chunk-VS5BRBY6.js";
|
|
57
57
|
import "../chunk-DXT4W2SU.js";
|
|
58
58
|
import "../chunk-2RQM7PJN.js";
|
|
59
59
|
import "../chunk-7KVZPJ3O.js";
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
import { AgentActivityMessage, AgentActivitySession } from '@tutti-os/agent-activity-core';
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
interface WorkspaceAgentChangedFile {
|
|
4
|
+
path: string;
|
|
5
|
+
label: string;
|
|
6
|
+
}
|
|
7
|
+
interface CollectWorkspaceAgentGeneratedFilesOptions {
|
|
8
|
+
/** When set, only include files produced by these Agent targets. */
|
|
9
|
+
agentTargetIds?: readonly string[] | null;
|
|
10
|
+
workspaceRoot?: string | null;
|
|
11
|
+
/** When set, only include files from sessions whose cwd matches this path. */
|
|
12
|
+
sessionCwd?: string | null;
|
|
13
|
+
}
|
|
3
14
|
|
|
4
15
|
interface WorkspaceAgentGeneratedFilesSource {
|
|
5
16
|
sessionMessagesById: Readonly<Record<string, AgentActivityMessage[]>>;
|
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.133",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -132,17 +132,17 @@
|
|
|
132
132
|
"@tiptap/react": "^3.11.1",
|
|
133
133
|
"@tiptap/starter-kit": "^3.11.1",
|
|
134
134
|
"@tiptap/suggestion": "^3.11.1",
|
|
135
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
136
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
137
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
138
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
139
|
-
"@tutti-os/ui-system": "0.0.
|
|
140
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
141
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
142
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
143
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
144
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
145
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
135
|
+
"@tutti-os/agent-activity-core": "0.0.133",
|
|
136
|
+
"@tutti-os/ui-i18n-runtime": "0.0.133",
|
|
137
|
+
"@tutti-os/ui-react-hooks": "0.0.133",
|
|
138
|
+
"@tutti-os/ui-rich-text": "0.0.133",
|
|
139
|
+
"@tutti-os/ui-system": "0.0.133",
|
|
140
|
+
"@tutti-os/workbench-surface": "0.0.133",
|
|
141
|
+
"@tutti-os/workspace-external-core": "0.0.133",
|
|
142
|
+
"@tutti-os/workspace-file-manager": "0.0.133",
|
|
143
|
+
"@tutti-os/workspace-file-reference": "0.0.133",
|
|
144
|
+
"@tutti-os/workspace-issue-manager": "0.0.133",
|
|
145
|
+
"@tutti-os/workspace-user-project": "0.0.133",
|
|
146
146
|
"clsx": "^2.1.1",
|
|
147
147
|
"framer-motion": "^12.40.0",
|
|
148
148
|
"lodash": "^4.17.21",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"access": "public"
|
|
185
185
|
},
|
|
186
186
|
"scripts": {
|
|
187
|
-
"build": "tsup --config tsup.config.ts && node ../../../tools/scripts/copy-package-assets.mjs app/renderer/agentactivity.css dist/app/renderer/agentactivity.css app/renderer/assets/icons dist/app/renderer/assets/icons",
|
|
187
|
+
"build": "tsup --config tsup.config.ts && tsup --config tsup.dts.config.ts && node ../../../tools/scripts/copy-package-assets.mjs app/renderer/agentactivity.css dist/app/renderer/agentactivity.css app/renderer/assets/icons dist/app/renderer/assets/icons",
|
|
188
188
|
"test": "vitest run --environment jsdom --maxWorkers=3",
|
|
189
189
|
"typecheck": "node ../../../tools/scripts/run-tsgo-typecheck.mjs"
|
|
190
190
|
},
|