@tutti-os/agent-gui 0.0.100 → 0.0.102
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 +31 -0
- package/dist/{AgentGUI-DgBjACOL.d.ts → AgentGUI-BJ3As1gI.d.ts} +17 -36
- package/dist/agent-conversation/index.d.ts +1 -1
- package/dist/agent-conversation/index.js +2 -2
- package/dist/agent-gui.d.ts +3 -3
- package/dist/agent-gui.js +6 -6
- package/dist/agent-message-center/index.js +2 -2
- package/dist/{agentGuiNodeTypes-C-wBSM-Y.d.ts → agentGuiNodeTypes-BH3lz6gn.d.ts} +2 -1
- package/dist/app/renderer/agentactivity.css +2 -37
- package/dist/{chunk-BQJOYTW2.js → chunk-LHKBR77G.js} +474 -487
- package/dist/chunk-LHKBR77G.js.map +1 -0
- package/dist/{chunk-MES7BQWI.js → chunk-MJOQP2ED.js} +28 -97
- package/dist/chunk-MJOQP2ED.js.map +1 -0
- package/dist/{chunk-XFRY2WWB.js → chunk-TDVYZEUI.js} +2 -2
- package/dist/{chunk-FAE7CXZO.js → chunk-W4RYNKWO.js} +2 -2
- package/dist/{chunk-EUW6VPIK.js → chunk-YYE35EZ5.js} +8 -5
- package/dist/{chunk-EUW6VPIK.js.map → chunk-YYE35EZ5.js.map} +1 -1
- package/dist/{chunk-JWHPVETQ.js → chunk-ZPKPIHMZ.js} +44 -11
- package/dist/chunk-ZPKPIHMZ.js.map +1 -0
- package/dist/context-mention-palette/index.js +2 -2
- package/dist/index.d.ts +5 -5
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/mention-search.js +1 -1
- package/package.json +12 -12
- package/dist/chunk-BQJOYTW2.js.map +0 -1
- package/dist/chunk-JWHPVETQ.js.map +0 -1
- package/dist/chunk-MES7BQWI.js.map +0 -1
- /package/dist/{chunk-XFRY2WWB.js.map → chunk-TDVYZEUI.js.map} +0 -0
- /package/dist/{chunk-FAE7CXZO.js.map → chunk-W4RYNKWO.js.map} +0 -0
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-W4RYNKWO.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-YYE35EZ5.js";
|
|
10
10
|
import "../chunk-4YCCATI4.js";
|
|
11
11
|
import "../chunk-GCW57WYQ.js";
|
|
12
12
|
import "../chunk-F5UR6EJG.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
export { AgentCustomMentionChipContext, AgentCustomMentionIdentity, AgentCustomMentionKindDefinition, AgentCustomMentionPresentation, getAgentCustomMentionKind, registerAgentCustomMentionKind, resetAgentCustomMentionKindsForTests } from './custom-mention.js';
|
|
2
2
|
export { A as AGENT_PASTED_TEXT_BLOCK_KIND, a as AGENT_PASTED_TEXT_MENTION_KIND } from './pastedTextKinds-D-XuInaS.js';
|
|
3
|
-
import { A as AgentActivityRuntime } from './AgentGUI-
|
|
4
|
-
export { a as AgentActivityRuntimeDeleteSessionsBatchInput, b as AgentActivityRuntimeDeleteSessionsBatchResult, c as AgentActivityRuntimeListSessionMessagesInput, d as AgentActivityRuntimePromptContentBlock, e as AgentActivityRuntimeProvider, f as AgentActivityRuntimeProviderProps, g as AgentActivityRuntimeSessionSectionDeletionCandidates, h as AgentActivityRuntimeSessionSectionScopeInput, i as AgentActivityRuntimeSetSessionPinnedInput, j as AgentActivityRuntimeUpdateSessionSettingsInput, k as AgentActivityRuntimeUpdateSessionSettingsResult, l as AgentActivityRuntimeUploadPromptContentInput, m as AgentActivityRuntimeUploadPromptContentResult, n as AgentGUI, o as AgentGUIAccountMenuState, p as AgentGUIAgentsEmptyRenderer, q as
|
|
3
|
+
import { A as AgentActivityRuntime } from './AgentGUI-BJ3As1gI.js';
|
|
4
|
+
export { a as AgentActivityRuntimeDeleteSessionsBatchInput, b as AgentActivityRuntimeDeleteSessionsBatchResult, c as AgentActivityRuntimeListSessionMessagesInput, d as AgentActivityRuntimePromptContentBlock, e as AgentActivityRuntimeProvider, f as AgentActivityRuntimeProviderProps, g as AgentActivityRuntimeSessionSectionDeletionCandidates, h as AgentActivityRuntimeSessionSectionScopeInput, i as AgentActivityRuntimeSetSessionPinnedInput, j as AgentActivityRuntimeUpdateSessionSettingsInput, k as AgentActivityRuntimeUpdateSessionSettingsResult, l as AgentActivityRuntimeUploadPromptContentInput, m as AgentActivityRuntimeUploadPromptContentResult, n as AgentGUI, o as AgentGUIAccountMenuState, p as AgentGUIAgentsEmptyRenderer, q as AgentGUIComposerAppendRequest, r as AgentGUIComposerContentType, s as AgentGUIComposerFocusMethod, t as AgentGUIEngagementContext, u as AgentGUIEngagementEvent, v as AgentGUIEngagementEventSink, w as AgentGUIProps, x as AgentGUIProviderUnavailableStateContext, y as AgentGUIProviderUnavailableStateRenderer, z as AgentGUISidebarFooterContext, B as AgentGUISidebarFooterRenderer, C as resetAgentActivityRuntimeForTests, D as setAgentActivityRuntimeForTests, E as useAgentActivityRuntime, F as useAgentActivitySnapshot, G as useOptionalAgentActivityRuntime } from './AgentGUI-BJ3As1gI.js';
|
|
5
|
+
import { i as AgentHostInputApi } from './agentGuiNodeTypes-BH3lz6gn.js';
|
|
6
|
+
export { a as AgentComposerDraftFile, g as AgentHostApi, h as AgentHostApplyWorkspaceGitPatchInput, j as AgentHostRuntimeApi, k as AgentHostSelectFilesInput, m as AgentProbeProvider, n as AgentProbeSnapshot, o as AgentProviderProbeListInput, p as AgentProviderProbeListResult, s as AgentUsageQuota, t as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, u as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-BH3lz6gn.js';
|
|
5
7
|
export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
|
|
6
8
|
import { n as AgentGUIProvider, h as AgentGUIAgentTarget, i as AgentGUIAgentTargetBadge } from './types-CnT8rNUI.js';
|
|
7
9
|
export { A as AgentGUIAgent, a as AgentGUIAgentAvailability, b as AgentGUIAgentAvailabilityAction, c as AgentGUIAgentAvailabilityStatus, d as AgentGUIAgentDirectoryPort, e as AgentGUIAgentDirectorySnapshot, f as AgentGUIAgentDirectoryStatus, g as AgentGUIAgentOwner, j as AgentGUIAgentTargetRef, k as AgentGUIAllAgentsPresentation, l as AgentGUIHomeSuggestionId, o as AgentGUIProviderRailAllPresentation, p as AgentGUIProviderRailMode, q as AgentGUIProviderReadinessGate, r as AgentGUIProviderReadinessGateAction, s as AgentGUIProviderReadinessGateStatus } from './types-CnT8rNUI.js';
|
|
8
10
|
export { AgentGuiI18nProvider, agentGuiI18nModule, agentGuiI18nResources } from './i18n/index.js';
|
|
9
11
|
export { agentGuiDockIconUrl, agentGuiDockIconUrls } from './dock-icons.js';
|
|
10
|
-
import { h as AgentHostInputApi } from './agentGuiNodeTypes-C-wBSM-Y.js';
|
|
11
|
-
export { f as AgentHostApi, g as AgentHostApplyWorkspaceGitPatchInput, i as AgentHostRuntimeApi, j as AgentHostSelectFilesInput, l as AgentProbeProvider, m as AgentProbeSnapshot, n as AgentProviderProbeListInput, o as AgentProviderProbeListResult, r as AgentUsageQuota, s as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, t as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-C-wBSM-Y.js';
|
|
12
12
|
export { AgentActivityAdapter, AgentActivityMessage, AgentActivityNeedsAttentionItem, AgentActivitySnapshot, selectNeedsAttentionCount, selectNeedsAttentionItems } from '@tutti-os/agent-activity-core';
|
|
13
13
|
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, AgentContextMentionProvider, AgentContextMentionProviderId } from './context-mention-provider.js';
|
|
14
14
|
export { preloadAgentMentionBrowse } from './mention-search.js';
|
|
15
15
|
import { PropsWithChildren, JSX } from 'react';
|
|
16
16
|
export { A as AgentPlanPromptAction, E as EngineStateStore, d as dispatchAgentPlanPromptAction, s as selectAgentPlanPromptTurn, u as useEngineSelector } from './agentPlanPromptDispatch-C7cCMjve.js';
|
|
17
|
+
export { ReferenceProvenanceCatalog as AgentGUIReferenceProvenanceFilterCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
17
18
|
export { A as AgentGuiI18nLocale } from './runtime-BBNdWgDU.js';
|
|
18
19
|
import '@tutti-os/ui-i18n-runtime';
|
|
19
|
-
import '@tutti-os/workspace-file-reference/contracts';
|
|
20
20
|
import './agentFileMentionContracts-58IjMU-u.js';
|
|
21
21
|
import '@tutti-os/workspace-file-manager/services';
|
|
22
22
|
import '@tutti-os/workspace-file-reference/core';
|
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-LHKBR77G.js";
|
|
11
11
|
import {
|
|
12
12
|
AGENT_GUI_DETAIL_MIN_WIDTH_PX,
|
|
13
13
|
AGENT_GUI_EXPANDED_TARGET_WIDTH_PX,
|
|
@@ -20,9 +20,9 @@ import "./chunk-4YVKAPKW.js";
|
|
|
20
20
|
import "./chunk-QY22OBJS.js";
|
|
21
21
|
import "./chunk-L3GMMGRS.js";
|
|
22
22
|
import "./chunk-UHBCM6RO.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-ZPKPIHMZ.js";
|
|
24
24
|
import "./chunk-7BXWPI4F.js";
|
|
25
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-W4RYNKWO.js";
|
|
26
26
|
import {
|
|
27
27
|
agentGUIAgentIsReady,
|
|
28
28
|
normalizeAgentGUIAgents,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
} from "./chunk-4YG7YK7S.js";
|
|
39
39
|
import {
|
|
40
40
|
preloadAgentMentionBrowse
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-YYE35EZ5.js";
|
|
42
42
|
import "./chunk-4YCCATI4.js";
|
|
43
43
|
import "./chunk-GCW57WYQ.js";
|
|
44
44
|
import "./chunk-F5UR6EJG.js";
|
|
@@ -49,11 +49,11 @@ import {
|
|
|
49
49
|
import {
|
|
50
50
|
dispatchAgentPlanPromptAction,
|
|
51
51
|
selectAgentPlanPromptTurn
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-TDVYZEUI.js";
|
|
53
53
|
import {
|
|
54
54
|
useEngineSelector
|
|
55
55
|
} from "./chunk-2RQM7PJN.js";
|
|
56
|
-
import "./chunk-
|
|
56
|
+
import "./chunk-MJOQP2ED.js";
|
|
57
57
|
import "./chunk-DWUVRWXD.js";
|
|
58
58
|
import "./chunk-YMXYBG7U.js";
|
|
59
59
|
import {
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["export {\n getAgentCustomMentionKind,\n registerAgentCustomMentionKind,\n resetAgentCustomMentionKindsForTests,\n type AgentCustomMentionChipContext,\n type AgentCustomMentionIdentity,\n type AgentCustomMentionKindDefinition,\n type AgentCustomMentionPresentation\n} from \"./shared/agentCustomMentionKinds\";\nexport {\n AGENT_PASTED_TEXT_BLOCK_KIND,\n AGENT_PASTED_TEXT_MENTION_KIND\n} from \"./shared/pastedTextKinds\";\nexport { AgentGUI } from \"./AgentGUI\";\nexport type {
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["export {\n getAgentCustomMentionKind,\n registerAgentCustomMentionKind,\n resetAgentCustomMentionKindsForTests,\n type AgentCustomMentionChipContext,\n type AgentCustomMentionIdentity,\n type AgentCustomMentionKindDefinition,\n type AgentCustomMentionPresentation\n} from \"./shared/agentCustomMentionKinds\";\nexport {\n AGENT_PASTED_TEXT_BLOCK_KIND,\n AGENT_PASTED_TEXT_MENTION_KIND\n} from \"./shared/pastedTextKinds\";\nexport { AgentGUI } from \"./AgentGUI\";\nexport type {\n AgentGUIProps,\n AgentGUIReferenceProvenanceFilterCatalog\n} from \"./AgentGUI\";\nexport type { AgentGUIComposerAppendRequest } from \"./agent-gui/agentGuiNode/controller/useAgentGUIComposerAppendRequest\";\nexport type { AgentComposerDraftFile } from \"./agent-gui/agentGuiNode/model/agentGuiNodeTypes\";\nexport type { AgentGUIAccountMenuState } from \"./agent-gui/agentGuiNode/accountMenuState\";\nexport type {\n AgentGUIComposerContentType,\n AgentGUIComposerFocusMethod,\n AgentGUIEngagementContext,\n AgentGUIEngagementEvent,\n AgentGUIEngagementEventSink\n} from \"./agent-gui/agentGuiNode/engagement/agentGUIEngagement.types\";\nexport {\n agentGUIAgentIsReady,\n normalizeAgentGUIAgents,\n resolveAgentGUISelectedDirectoryAgent\n} from \"./agents\";\nexport {\n agentGUIDefaultTargetProviders,\n createLocalAgentGUIAgentTarget,\n createLocalAgentGUIAgentTargets,\n createSharedAgentGUIAgentTarget,\n localAgentGUIAgentTargetId,\n normalizeAgentGUIAgentTargets,\n resolveAgentGUIAgentTarget\n} from \"./agentTargets\";\nexport type {\n AgentGUIAgent,\n AgentGUIAgentDirectoryPort,\n AgentGUIAgentDirectorySnapshot,\n AgentGUIAgentDirectoryStatus,\n AgentGUIAgentAvailability,\n AgentGUIAgentAvailabilityAction,\n AgentGUIAgentAvailabilityStatus,\n AgentGUIAgentOwner,\n AgentGUIHomeSuggestionId,\n AgentGUIAllAgentsPresentation,\n AgentGUIProvider,\n AgentGUIProviderRailAllPresentation,\n AgentGUIProviderRailMode,\n AgentGUIProviderReadinessGate,\n AgentGUIProviderReadinessGateAction,\n AgentGUIProviderReadinessGateStatus,\n AgentGUIAgentTarget,\n AgentGUIAgentTargetBadge,\n AgentGUIAgentTargetRef\n} from \"./types\";\nexport {\n AgentGuiI18nProvider,\n agentGuiI18nModule,\n agentGuiI18nResources\n} from \"./i18n/index\";\nexport type { AgentGuiI18nLocale } from \"./i18n/index\";\nexport { agentGuiDockIconUrl, agentGuiDockIconUrls } from \"./dockIcons\";\nexport {\n AGENT_GUI_DETAIL_MIN_WIDTH_PX,\n AGENT_GUI_EXPANDED_TARGET_WIDTH_PX,\n AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,\n resolveAgentGUIExpandedWindowFrame,\n shouldAutoCollapseAgentGUIConversationRail\n} from \"./agent-gui/agentGuiNode/model/agentGuiRailLayout\";\nexport type {\n AgentGUIAgentsEmptyRenderer,\n AgentGUIProviderUnavailableStateContext,\n AgentGUIProviderUnavailableStateRenderer,\n AgentGUISidebarFooterContext,\n AgentGUISidebarFooterRenderer\n} from \"./agent-gui/agentGuiNode/AgentGUINodeView\";\nexport {\n AGENT_CONTEXT_MENTION_PROVIDER_IDS,\n type AgentContextMentionProviderId,\n type AgentContextMentionProvider\n} from \"./agent-gui/agentGuiNode/agentContextMentionProvider\";\nexport { preloadAgentMentionBrowse } from \"./agent-gui/agentGuiNode/AgentMentionSearchController\";\nexport { AgentActivityHostProvider } from \"./agentActivityHost\";\nexport type { AgentActivityHostProviderProps } from \"./agentActivityHost\";\nexport { useEngineSelector } from \"./shared/engine/useEngineSelector\";\nexport type { EngineStateStore } from \"./shared/engine/useEngineSelector\";\nexport {\n dispatchAgentPlanPromptAction,\n selectAgentPlanPromptTurn\n} from \"./shared/agentConversation/agentPlanPromptDispatch\";\nexport type { AgentPlanPromptAction } from \"./shared/agentConversation/agentPlanPromptDispatch\";\nexport {\n AgentActivityRuntimeProvider,\n resetAgentActivityRuntimeForTests,\n setAgentActivityRuntimeForTests,\n useAgentActivitySnapshot,\n useAgentActivityRuntime,\n useOptionalAgentActivityRuntime\n} from \"./agentActivityRuntime\";\nexport type {\n AgentActivityRuntime,\n AgentActivityRuntimeListSessionMessagesInput,\n AgentActivityRuntimeProviderProps,\n AgentActivityRuntimePromptContentBlock,\n AgentActivityRuntimeDeleteSessionsBatchInput,\n AgentActivityRuntimeDeleteSessionsBatchResult,\n AgentActivityRuntimeSessionSectionDeletionCandidates,\n AgentActivityRuntimeSessionSectionScopeInput,\n AgentActivityRuntimeSetSessionPinnedInput,\n AgentActivityRuntimeUploadPromptContentInput,\n AgentActivityRuntimeUploadPromptContentResult,\n AgentActivityRuntimeUpdateSessionSettingsInput,\n AgentActivityRuntimeUpdateSessionSettingsResult\n} from \"./agentActivityRuntime\";\nexport type {\n AgentHostApi,\n AgentHostApplyWorkspaceGitPatchInput,\n AgentHostInputApi,\n AgentHostSelectFilesInput,\n AgentHostRuntimeApi,\n AgentProviderProbeListInput,\n AgentProviderProbeListResult\n} from \"./host/agentHostApi\";\nexport type {\n AgentProbeProvider,\n AgentProbeSnapshot,\n PersistWriteResult,\n ReadWorkspaceAgentReadStateInput,\n AgentUsageQuota,\n AgentUsageSnapshot,\n WorkspaceAgentReadStateSnapshot,\n WriteWorkspaceAgentReadStateInput\n} from \"./shared/contracts/dto\";\nexport {\n selectNeedsAttentionCount,\n selectNeedsAttentionItems\n} from \"@tutti-os/agent-activity-core\";\nexport type {\n AgentActivityAdapter,\n AgentActivityMessage,\n AgentActivityNeedsAttentionItem,\n AgentActivitySnapshot\n} from \"@tutti-os/agent-activity-core\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6IA;AAAA,EACE;AAAA,EACA;AAAA,OACK;","names":[]}
|
package/dist/mention-search.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
MAX_BROWSE_CACHE_ENTRIES,
|
|
4
4
|
preloadAgentMentionBrowse,
|
|
5
5
|
resetAgentMentionSearchBrowseCacheForTests
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YYE35EZ5.js";
|
|
7
7
|
import "./chunk-4YCCATI4.js";
|
|
8
8
|
import "./chunk-GCW57WYQ.js";
|
|
9
9
|
import "./chunk-F5UR6EJG.js";
|
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.102",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -124,17 +124,17 @@
|
|
|
124
124
|
"@tiptap/react": "^3.11.1",
|
|
125
125
|
"@tiptap/starter-kit": "^3.11.1",
|
|
126
126
|
"@tiptap/suggestion": "^3.11.1",
|
|
127
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
128
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
129
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
130
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
131
|
-
"@tutti-os/ui-system": "0.0.
|
|
132
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
133
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
134
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
135
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
136
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
137
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
127
|
+
"@tutti-os/agent-activity-core": "0.0.102",
|
|
128
|
+
"@tutti-os/ui-i18n-runtime": "0.0.102",
|
|
129
|
+
"@tutti-os/ui-react-hooks": "0.0.102",
|
|
130
|
+
"@tutti-os/ui-rich-text": "0.0.102",
|
|
131
|
+
"@tutti-os/ui-system": "0.0.102",
|
|
132
|
+
"@tutti-os/workbench-surface": "0.0.102",
|
|
133
|
+
"@tutti-os/workspace-external-core": "0.0.102",
|
|
134
|
+
"@tutti-os/workspace-file-manager": "0.0.102",
|
|
135
|
+
"@tutti-os/workspace-file-reference": "0.0.102",
|
|
136
|
+
"@tutti-os/workspace-issue-manager": "0.0.102",
|
|
137
|
+
"@tutti-os/workspace-user-project": "0.0.102",
|
|
138
138
|
"clsx": "^2.1.1",
|
|
139
139
|
"framer-motion": "^12.40.0",
|
|
140
140
|
"lodash": "^4.17.21",
|