@tutti-os/agent-gui 0.0.117 → 0.0.119
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 -0
- package/dist/{AgentGUI-Be6O5di1.d.ts → AgentGUI-CYveF1B2.d.ts} +10 -2
- package/dist/agent-conversation/index.d.ts +1 -1
- package/dist/agent-conversation/index.js +3 -3
- package/dist/agent-gui.d.ts +2 -2
- package/dist/agent-gui.js +7 -7
- package/dist/agent-message-center/index.js +3 -3
- package/dist/{agentGuiNodeTypes-C_H3DbXt.d.ts → agentGuiNodeTypes-D3rwGeMS.d.ts} +1 -1
- package/dist/{chunk-J26ZYCAH.js → chunk-2BVN2IMI.js} +1 -1
- package/dist/{chunk-J26ZYCAH.js.map → chunk-2BVN2IMI.js.map} +1 -1
- package/dist/{chunk-JEXYDXFW.js → chunk-EVB5GEYF.js} +3 -3
- package/dist/{chunk-I6Y4XQVR.js → chunk-GJJGS2IX.js} +2 -2
- package/dist/{chunk-EYZSEPL7.js → chunk-HSKELKXR.js} +3 -3
- package/dist/{chunk-LQJBDDZG.js → chunk-II3W3UEJ.js} +2 -2
- package/dist/{chunk-OXC5CPW7.js → chunk-T3UX55MU.js} +2 -2
- package/dist/{chunk-7Y3OBABX.js → chunk-WZ4UX6OO.js} +45 -14
- package/dist/chunk-WZ4UX6OO.js.map +1 -0
- package/dist/context-mention-palette/index.js +3 -3
- package/dist/index.d.ts +4 -4
- package/dist/index.js +7 -7
- package/dist/mention-search.js +2 -2
- package/package.json +14 -14
- package/dist/chunk-7Y3OBABX.js.map +0 -1
- /package/dist/{chunk-JEXYDXFW.js.map → chunk-EVB5GEYF.js.map} +0 -0
- /package/dist/{chunk-I6Y4XQVR.js.map → chunk-GJJGS2IX.js.map} +0 -0
- /package/dist/{chunk-EYZSEPL7.js.map → chunk-HSKELKXR.js.map} +0 -0
- /package/dist/{chunk-LQJBDDZG.js.map → chunk-II3W3UEJ.js.map} +0 -0
- /package/dist/{chunk-OXC5CPW7.js.map → chunk-T3UX55MU.js.map} +0 -0
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-II3W3UEJ.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-T3UX55MU.js";
|
|
10
10
|
import "../chunk-USIFGHT3.js";
|
|
11
11
|
import "../chunk-XJ34OIEQ.js";
|
|
12
12
|
import "../chunk-R7AXDQCA.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
} from "../chunk-JM24HADP.js";
|
|
18
18
|
import "../chunk-DXXKHL4G.js";
|
|
19
19
|
import "../chunk-YMXYBG7U.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-2BVN2IMI.js";
|
|
21
21
|
import "../chunk-F5UR6EJG.js";
|
|
22
22
|
import "../chunk-W6TO6K2X.js";
|
|
23
23
|
import "../chunk-5G3OFCWH.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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 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-
|
|
5
|
-
import { m as AgentHostInputApi } from './agentGuiNodeTypes-
|
|
6
|
-
export { a as AgentComposerDraftFile, g as AgentHostAgentTargetAuthenticatedAccount, h as AgentHostAgentTargetSetupSnapshot, i as AgentHostAgentTargetSetupState, j as AgentHostAgentTargetSetupWatch, k as AgentHostApi, l as AgentHostApplyWorkspaceGitPatchInput, n as AgentHostRuntimeApi, o as AgentHostSelectFilesInput, q as AgentProbeProvider, r as AgentProbeSnapshot, s as AgentProviderProbeListInput, t as AgentProviderProbeListResult, w as AgentUsageQuota, x as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, y as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-
|
|
3
|
+
import { A as AgentActivityRuntime } from './AgentGUI-CYveF1B2.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-CYveF1B2.js';
|
|
5
|
+
import { m as AgentHostInputApi } from './agentGuiNodeTypes-D3rwGeMS.js';
|
|
6
|
+
export { a as AgentComposerDraftFile, g as AgentHostAgentTargetAuthenticatedAccount, h as AgentHostAgentTargetSetupSnapshot, i as AgentHostAgentTargetSetupState, j as AgentHostAgentTargetSetupWatch, k as AgentHostApi, l as AgentHostApplyWorkspaceGitPatchInput, n as AgentHostRuntimeApi, o as AgentHostSelectFilesInput, q as AgentProbeProvider, r as AgentProbeSnapshot, s as AgentProviderProbeListInput, t as AgentProviderProbeListResult, w as AgentUsageQuota, x as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, y as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-D3rwGeMS.js';
|
|
7
7
|
export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
|
|
8
8
|
import { n as AgentGUIProvider, h as AgentGUIAgentTarget, i as AgentGUIAgentTargetBadge } from './types-COIp0SYP.js';
|
|
9
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-COIp0SYP.js';
|
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-WZ4UX6OO.js";
|
|
11
11
|
import "./chunk-A4WCTHWS.js";
|
|
12
12
|
import {
|
|
13
13
|
AGENT_GUI_DETAIL_MIN_WIDTH_PX,
|
|
@@ -21,11 +21,11 @@ import "./chunk-MHOYBRCY.js";
|
|
|
21
21
|
import "./chunk-AMO3EB7V.js";
|
|
22
22
|
import "./chunk-5HIF53K5.js";
|
|
23
23
|
import "./chunk-R2ZADXRB.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-HSKELKXR.js";
|
|
25
25
|
import "./chunk-VLPWO73G.js";
|
|
26
26
|
import "./chunk-VMQNG2KI.js";
|
|
27
27
|
import "./chunk-UP3ZDYTN.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-II3W3UEJ.js";
|
|
29
29
|
import {
|
|
30
30
|
agentGUIAgentIsReady,
|
|
31
31
|
normalizeAgentGUIAgents,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
} from "./chunk-L2GENUG3.js";
|
|
42
42
|
import {
|
|
43
43
|
preloadAgentMentionBrowse
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-T3UX55MU.js";
|
|
45
45
|
import "./chunk-USIFGHT3.js";
|
|
46
46
|
import "./chunk-XJ34OIEQ.js";
|
|
47
47
|
import "./chunk-R7AXDQCA.js";
|
|
@@ -53,11 +53,11 @@ import {
|
|
|
53
53
|
import {
|
|
54
54
|
dispatchAgentPlanPromptAction,
|
|
55
55
|
selectAgentPlanPromptTurn
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-EVB5GEYF.js";
|
|
57
57
|
import {
|
|
58
58
|
useEngineSelector
|
|
59
59
|
} from "./chunk-2RQM7PJN.js";
|
|
60
|
-
import "./chunk-
|
|
60
|
+
import "./chunk-GJJGS2IX.js";
|
|
61
61
|
import "./chunk-KPMQGPYU.js";
|
|
62
62
|
import "./chunk-DXXKHL4G.js";
|
|
63
63
|
import "./chunk-YMXYBG7U.js";
|
|
@@ -69,7 +69,7 @@ import {
|
|
|
69
69
|
useAgentActivityRuntime,
|
|
70
70
|
useAgentActivitySnapshot,
|
|
71
71
|
useOptionalAgentActivityRuntime
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-2BVN2IMI.js";
|
|
73
73
|
import "./chunk-F5UR6EJG.js";
|
|
74
74
|
import "./chunk-W6TO6K2X.js";
|
|
75
75
|
import {
|
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-T3UX55MU.js";
|
|
7
7
|
import "./chunk-USIFGHT3.js";
|
|
8
8
|
import "./chunk-XJ34OIEQ.js";
|
|
9
9
|
import "./chunk-R7AXDQCA.js";
|
|
@@ -11,7 +11,7 @@ import "./chunk-EPNL55ZQ.js";
|
|
|
11
11
|
import "./chunk-LUGELG5V.js";
|
|
12
12
|
import "./chunk-JM24HADP.js";
|
|
13
13
|
import "./chunk-YMXYBG7U.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-2BVN2IMI.js";
|
|
15
15
|
import "./chunk-F5UR6EJG.js";
|
|
16
16
|
import "./chunk-W6TO6K2X.js";
|
|
17
17
|
import "./chunk-5G3OFCWH.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.119",
|
|
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.119",
|
|
136
|
+
"@tutti-os/ui-i18n-runtime": "0.0.119",
|
|
137
|
+
"@tutti-os/ui-react-hooks": "0.0.119",
|
|
138
|
+
"@tutti-os/ui-rich-text": "0.0.119",
|
|
139
|
+
"@tutti-os/ui-system": "0.0.119",
|
|
140
|
+
"@tutti-os/workbench-surface": "0.0.119",
|
|
141
|
+
"@tutti-os/workspace-external-core": "0.0.119",
|
|
142
|
+
"@tutti-os/workspace-file-manager": "0.0.119",
|
|
143
|
+
"@tutti-os/workspace-file-reference": "0.0.119",
|
|
144
|
+
"@tutti-os/workspace-issue-manager": "0.0.119",
|
|
145
|
+
"@tutti-os/workspace-user-project": "0.0.119",
|
|
146
146
|
"clsx": "^2.1.1",
|
|
147
147
|
"framer-motion": "^12.40.0",
|
|
148
148
|
"lodash": "^4.17.21",
|
|
@@ -170,8 +170,8 @@
|
|
|
170
170
|
"typescript": "^5.8.3",
|
|
171
171
|
"vite": "^6.4.2",
|
|
172
172
|
"vitest": "^4.0.13",
|
|
173
|
-
"@tutti-os/
|
|
174
|
-
"@tutti-os/
|
|
173
|
+
"@tutti-os/config-tsconfig": "0.0.0",
|
|
174
|
+
"@tutti-os/client-tuttid-ts": "0.0.0"
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"react": "^19.1.0",
|