@tutti-os/agent-gui 0.0.96 → 0.0.98

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.
Files changed (60) hide show
  1. package/dist/{AgentGUI-DWdvUV4x.d.ts → AgentGUI-Bkk2TRS0.d.ts} +37 -2
  2. package/dist/agent-conversation/index.d.ts +1 -1
  3. package/dist/agent-conversation/index.js +6 -6
  4. package/dist/agent-gui.d.ts +2 -2
  5. package/dist/agent-gui.js +15 -15
  6. package/dist/agent-message-center/index.js +7 -16
  7. package/dist/agent-message-center/index.js.map +1 -1
  8. package/dist/{agentGuiNodeTypes-B9X4aWfv.d.ts → agentGuiNodeTypes-DAsluxjv.d.ts} +1 -1
  9. package/dist/app/renderer/agentactivity.css +80 -17
  10. package/dist/{chunk-WMNS4MAQ.js → chunk-3NOJFKDV.js} +3 -3
  11. package/dist/{chunk-4PQPJ5OY.js → chunk-4ROALW3K.js} +2 -2
  12. package/dist/{chunk-3XXBDYAI.js → chunk-63BE6RGM.js} +3 -3
  13. package/dist/{chunk-JKIZA7EJ.js → chunk-7M77BK6K.js} +54 -91
  14. package/dist/chunk-7M77BK6K.js.map +1 -0
  15. package/dist/{chunk-WKSFPJHZ.js → chunk-7O4D4KOE.js} +1343 -650
  16. package/dist/chunk-7O4D4KOE.js.map +1 -0
  17. package/dist/{chunk-O3Q5SIJH.js → chunk-CPUEPDF7.js} +7 -115
  18. package/dist/chunk-CPUEPDF7.js.map +1 -0
  19. package/dist/{chunk-W6WAGPMD.js → chunk-FSKGEGGX.js} +15 -3
  20. package/dist/chunk-FSKGEGGX.js.map +1 -0
  21. package/dist/{chunk-3Y3F7CS5.js → chunk-GAD6Y3BF.js} +2 -2
  22. package/dist/{chunk-AGT7MUTV.js → chunk-J7ZYAUPC.js} +4 -4
  23. package/dist/{chunk-RE4AXS27.js → chunk-MRRICFWA.js} +2 -2
  24. package/dist/{chunk-QVBF5BN5.js → chunk-OTRZBTFQ.js} +2 -2
  25. package/dist/{chunk-TVIGLNNI.js → chunk-QWGJ5TEG.js} +4 -1
  26. package/dist/chunk-QWGJ5TEG.js.map +1 -0
  27. package/dist/{chunk-E4HQUTM3.js → chunk-RHTZAODZ.js} +2 -2
  28. package/dist/{chunk-XPFHJMZP.js → chunk-SPZJCTBV.js} +3 -3
  29. package/dist/{chunk-2HJEOO7W.js → chunk-T6PEJFRP.js} +10 -40
  30. package/dist/chunk-T6PEJFRP.js.map +1 -0
  31. package/dist/{chunk-H5F3QSCF.js → chunk-Y5M6Q6WX.js} +2 -2
  32. package/dist/context-mention-palette/index.js +8 -8
  33. package/dist/i18n/index.d.ts +14 -2
  34. package/dist/i18n/index.js +2 -2
  35. package/dist/index.d.ts +4 -4
  36. package/dist/index.js +15 -15
  37. package/dist/index.js.map +1 -1
  38. package/dist/mention-search.js +6 -6
  39. package/dist/workbench/contribution.js +2 -2
  40. package/dist/workbench/index.js +5 -5
  41. package/dist/workbench/launch.js +1 -1
  42. package/dist/workbench/sessionTitle.js +3 -3
  43. package/dist/workspace-agent-generated-files.js +4 -4
  44. package/package.json +14 -14
  45. package/dist/chunk-2HJEOO7W.js.map +0 -1
  46. package/dist/chunk-JKIZA7EJ.js.map +0 -1
  47. package/dist/chunk-O3Q5SIJH.js.map +0 -1
  48. package/dist/chunk-TVIGLNNI.js.map +0 -1
  49. package/dist/chunk-W6WAGPMD.js.map +0 -1
  50. package/dist/chunk-WKSFPJHZ.js.map +0 -1
  51. /package/dist/{chunk-WMNS4MAQ.js.map → chunk-3NOJFKDV.js.map} +0 -0
  52. /package/dist/{chunk-4PQPJ5OY.js.map → chunk-4ROALW3K.js.map} +0 -0
  53. /package/dist/{chunk-3XXBDYAI.js.map → chunk-63BE6RGM.js.map} +0 -0
  54. /package/dist/{chunk-3Y3F7CS5.js.map → chunk-GAD6Y3BF.js.map} +0 -0
  55. /package/dist/{chunk-AGT7MUTV.js.map → chunk-J7ZYAUPC.js.map} +0 -0
  56. /package/dist/{chunk-RE4AXS27.js.map → chunk-MRRICFWA.js.map} +0 -0
  57. /package/dist/{chunk-QVBF5BN5.js.map → chunk-OTRZBTFQ.js.map} +0 -0
  58. /package/dist/{chunk-E4HQUTM3.js.map → chunk-RHTZAODZ.js.map} +0 -0
  59. /package/dist/{chunk-XPFHJMZP.js.map → chunk-SPZJCTBV.js.map} +0 -0
  60. /package/dist/{chunk-H5F3QSCF.js.map → chunk-Y5M6Q6WX.js.map} +0 -0
@@ -3,26 +3,26 @@ import {
3
3
  AgentFileMentionPalette,
4
4
  flattenAgentMentionPaletteEntries,
5
5
  groupStartKeys
6
- } from "../chunk-AGT7MUTV.js";
6
+ } from "../chunk-J7ZYAUPC.js";
7
7
  import {
8
8
  AgentMentionSearchController
9
- } from "../chunk-WMNS4MAQ.js";
10
- import "../chunk-3XXBDYAI.js";
11
- import "../chunk-O3Q5SIJH.js";
9
+ } from "../chunk-3NOJFKDV.js";
10
+ import "../chunk-63BE6RGM.js";
11
+ import "../chunk-CPUEPDF7.js";
12
12
  import "../chunk-Y35GDLP2.js";
13
13
  import "../chunk-LUGELG5V.js";
14
14
  import {
15
15
  AGENT_CONTEXT_MENTION_PROVIDER_IDS
16
16
  } from "../chunk-JM24HADP.js";
17
- import "../chunk-QVBF5BN5.js";
17
+ import "../chunk-OTRZBTFQ.js";
18
18
  import "../chunk-YMXYBG7U.js";
19
19
  import "../chunk-MASXZENX.js";
20
- import "../chunk-H5F3QSCF.js";
20
+ import "../chunk-Y5M6Q6WX.js";
21
21
  import "../chunk-PJP5BUU6.js";
22
22
  import "../chunk-H6IQ63DQ.js";
23
23
  import "../chunk-GCBDIQDX.js";
24
- import "../chunk-E4HQUTM3.js";
25
- import "../chunk-W6WAGPMD.js";
24
+ import "../chunk-RHTZAODZ.js";
25
+ import "../chunk-FSKGEGGX.js";
26
26
  import "../chunk-5X7YDOC6.js";
27
27
  import "../chunk-KJQERFKX.js";
28
28
  import "../chunk-UGVI47X6.js";
@@ -494,6 +494,8 @@ declare const agentGuiI18nResources: {
494
494
  readonly turnSummaryCheckingGit: "Checking Git repository...";
495
495
  readonly turnSummaryGitRequired: "This directory is not a Git repository";
496
496
  readonly turnSummaryPatchUnavailable: "No reversible patch data is available for this change";
497
+ readonly turnSummaryInvalidPatch: "The recorded patch is invalid and cannot be safely applied";
498
+ readonly turnSummaryPatchDoesNotApply: "The file changed after this edit and cannot be safely restored";
497
499
  readonly turnSummaryUndoFailed: "Failed to undo changes";
498
500
  readonly turnSummaryReapplyFailed: "Failed to reapply changes";
499
501
  readonly turnSummaryShowMoreFiles: "Show {{count}} more file";
@@ -593,6 +595,8 @@ declare const agentGuiI18nResources: {
593
595
  readonly loadingConversation: "Loading session...";
594
596
  readonly scrollToBottom: "Scroll to bottom";
595
597
  readonly searchNoConversations: "No related sessions";
598
+ readonly searchFailed: "Could not search sessions";
599
+ readonly retrySearch: "Retry search";
596
600
  readonly conversationUnavailable: "Session unavailable.";
597
601
  readonly contextPickerBrowseHint: "Search workspace files based on your input";
598
602
  readonly contextPickerBrowseFileHint: "No opened or Agent-generated files yet. Type a file name to search your computer.";
@@ -1217,7 +1221,7 @@ declare const agentGuiI18nResources: {
1217
1221
  readonly roomExitActiveAgentTitle: "Leave this room?";
1218
1222
  readonly roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the task as interrupted.";
1219
1223
  readonly roomExitActiveAgentConfirm: "Leave and interrupt";
1220
- readonly workspaceAgentSessionDetailToolCalls: "{{count}} tool calls completed";
1224
+ readonly workspaceAgentSessionDetailToolCalls: "{{count}} tool calls";
1221
1225
  readonly workspaceAgentSessionDetailThinking: "Thinking";
1222
1226
  readonly workspaceAgentSessionDetailWorking: "Running...";
1223
1227
  readonly workspaceClosingBanner: "This workspace is closing. Your connection will end soon.";
@@ -2484,6 +2488,8 @@ declare const agentGuiI18nResources: {
2484
2488
  readonly agentImportedSessionResumeUnavailable: "This conversation was imported successfully. Start a new session and @this conversation to keep going.";
2485
2489
  readonly agentSessionReconnecting: "Reconnecting to the live agent session…";
2486
2490
  readonly agentSettingsRequireNewSession: "This model can only be used in a new session to preserve context.";
2491
+ readonly agentSessionTitleTooLong: "Session title must be {{maxCharacters}} characters or fewer.";
2492
+ readonly agentSessionTitleTooLongWithoutLimit: "Session title is too long.";
2487
2493
  readonly agentPermissionModeAppliesNextTurn: "Permission mode will apply starting with your next message.";
2488
2494
  readonly agentThisSessionMentionLabel: "this session";
2489
2495
  readonly terminalLaunchFailed: "Terminal launch failed: {{message}}";
@@ -2986,6 +2992,8 @@ declare const agentGuiI18nResources: {
2986
2992
  readonly turnSummaryCheckingGit: "正在检查 Git 仓库...";
2987
2993
  readonly turnSummaryGitRequired: "当前目录不是 Git 仓库,无法撤销变更";
2988
2994
  readonly turnSummaryPatchUnavailable: "当前变更缺少可撤销的补丁数据";
2995
+ readonly turnSummaryInvalidPatch: "变更记录中的补丁格式无效,无法安全撤销";
2996
+ readonly turnSummaryPatchDoesNotApply: "文件在此次变更后已发生变化,无法安全撤销";
2989
2997
  readonly turnSummaryUndoFailed: "撤销变更失败";
2990
2998
  readonly turnSummaryReapplyFailed: "重新应用变更失败";
2991
2999
  readonly turnSummaryShowMoreFiles: "再显示 {{count}} 个文件";
@@ -3085,6 +3093,8 @@ declare const agentGuiI18nResources: {
3085
3093
  readonly loadingConversation: "正在加载会话...";
3086
3094
  readonly scrollToBottom: "滚动至底部";
3087
3095
  readonly searchNoConversations: "暂无相关会话";
3096
+ readonly searchFailed: "无法搜索会话";
3097
+ readonly retrySearch: "重试搜索";
3088
3098
  readonly conversationUnavailable: "会话不可用。";
3089
3099
  readonly contextPickerBrowseHint: "根据你输入的内容搜索工作区文件";
3090
3100
  readonly contextPickerBrowseFileHint: "暂无已打开或 Agent 生成的文件,继续输入文件名可搜索本机文件";
@@ -3710,7 +3720,7 @@ declare const agentGuiI18nResources: {
3710
3720
  readonly roomExitActiveAgentTitle: "离开这个房间?";
3711
3721
  readonly roomExitActiveAgentLead: "这个房间里仍有 Agent 在工作。离开会停止 Agent 进程,并将任务标记为已中断。";
3712
3722
  readonly roomExitActiveAgentConfirm: "离开并中断";
3713
- readonly workspaceAgentSessionDetailToolCalls: "{{count}} 次工具调用 已完成";
3723
+ readonly workspaceAgentSessionDetailToolCalls: "{{count}} 次工具调用";
3714
3724
  readonly workspaceAgentSessionDetailThinking: "思考";
3715
3725
  readonly workspaceAgentSessionDetailWorking: "工作中...";
3716
3726
  readonly workspaceClosingBanner: "这个工作区正在关闭,连接即将断开。";
@@ -4976,6 +4986,8 @@ declare const agentGuiI18nResources: {
4976
4986
  readonly agentImportedSessionResumeUnavailable: "这段对话已导入成功,新开会话并 @ 这段对话,接着继续聊。";
4977
4987
  readonly agentSessionReconnecting: "正在重新连接 Agent 会话…";
4978
4988
  readonly agentSettingsRequireNewSession: "为了保留上下文,这个模型只能在新会话中使用";
4989
+ readonly agentSessionTitleTooLong: "会话标题不能超过 {{maxCharacters}} 个字符。";
4990
+ readonly agentSessionTitleTooLongWithoutLimit: "会话标题过长。";
4979
4991
  readonly agentPermissionModeAppliesNextTurn: "权限模式将从你的下一条消息开始生效。";
4980
4992
  readonly agentThisSessionMentionLabel: "本 session";
4981
4993
  readonly terminalLaunchFailed: "终端启动失败:{{message}}";
@@ -6,8 +6,8 @@ import {
6
6
  translate,
7
7
  translateInUiLanguage,
8
8
  useTranslation
9
- } from "../chunk-E4HQUTM3.js";
10
- import "../chunk-W6WAGPMD.js";
9
+ } from "../chunk-RHTZAODZ.js";
10
+ import "../chunk-FSKGEGGX.js";
11
11
  export {
12
12
  AgentGuiI18nProvider,
13
13
  agentGuiI18nModule,
package/dist/index.d.ts CHANGED
@@ -1,14 +1,14 @@
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-DWdvUV4x.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 AgentGUIProps, r as AgentGUIProviderUnavailableStateContext, s as AgentGUIProviderUnavailableStateRenderer, t as AgentGUISidebarFooterContext, u as AgentGUISidebarFooterRenderer, v as resetAgentActivityRuntimeForTests, w as setAgentActivityRuntimeForTests, x as useAgentActivityRuntime, y as useAgentActivitySnapshot, z as useOptionalAgentActivityRuntime } from './AgentGUI-DWdvUV4x.js';
3
+ import { A as AgentActivityRuntime } from './AgentGUI-Bkk2TRS0.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 AgentGUIComposerContentType, r as AgentGUIComposerFocusMethod, s as AgentGUIEngagementContext, t as AgentGUIEngagementEvent, u as AgentGUIEngagementEventSink, v as AgentGUIProps, w as AgentGUIProviderUnavailableStateContext, x as AgentGUIProviderUnavailableStateRenderer, y as AgentGUISidebarFooterContext, z as AgentGUISidebarFooterRenderer, B as resetAgentActivityRuntimeForTests, C as setAgentActivityRuntimeForTests, D as useAgentActivityRuntime, E as useAgentActivitySnapshot, F as useOptionalAgentActivityRuntime } from './AgentGUI-Bkk2TRS0.js';
5
5
  export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
6
6
  import { n as AgentGUIProvider, h as AgentGUIAgentTarget, i as AgentGUIAgentTargetBadge } from './types-CnT8rNUI.js';
7
7
  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
8
  export { AgentGuiI18nProvider, agentGuiI18nModule, agentGuiI18nResources } from './i18n/index.js';
9
9
  export { agentGuiDockIconUrl, agentGuiDockIconUrls } from './dock-icons.js';
10
- import { h as AgentHostInputApi } from './agentGuiNodeTypes-B9X4aWfv.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-B9X4aWfv.js';
10
+ import { h as AgentHostInputApi } from './agentGuiNodeTypes-DAsluxjv.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-DAsluxjv.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';
package/dist/index.js CHANGED
@@ -7,22 +7,22 @@ import {
7
7
  localAgentGUIAgentTargetId,
8
8
  normalizeAgentGUIAgentTargets,
9
9
  resolveAgentGUIAgentTarget
10
- } from "./chunk-WKSFPJHZ.js";
10
+ } from "./chunk-7O4D4KOE.js";
11
11
  import {
12
12
  AGENT_GUI_DETAIL_MIN_WIDTH_PX,
13
13
  AGENT_GUI_EXPANDED_TARGET_WIDTH_PX,
14
14
  AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
15
15
  resolveAgentGUIExpandedWindowFrame,
16
16
  shouldAutoCollapseAgentGUIConversationRail
17
- } from "./chunk-RE4AXS27.js";
18
- import "./chunk-TVIGLNNI.js";
19
- import "./chunk-4PQPJ5OY.js";
17
+ } from "./chunk-MRRICFWA.js";
18
+ import "./chunk-QWGJ5TEG.js";
19
+ import "./chunk-4ROALW3K.js";
20
20
  import "./chunk-IYEXLOUE.js";
21
21
  import "./chunk-L3GMMGRS.js";
22
22
  import "./chunk-UHBCM6RO.js";
23
- import "./chunk-JKIZA7EJ.js";
23
+ import "./chunk-7M77BK6K.js";
24
24
  import "./chunk-7BXWPI4F.js";
25
- import "./chunk-AGT7MUTV.js";
25
+ import "./chunk-J7ZYAUPC.js";
26
26
  import {
27
27
  agentGUIAgentIsReady,
28
28
  normalizeAgentGUIAgents,
@@ -38,9 +38,9 @@ import {
38
38
  } from "./chunk-4YG7YK7S.js";
39
39
  import {
40
40
  preloadAgentMentionBrowse
41
- } from "./chunk-WMNS4MAQ.js";
42
- import "./chunk-3XXBDYAI.js";
43
- import "./chunk-O3Q5SIJH.js";
41
+ } from "./chunk-3NOJFKDV.js";
42
+ import "./chunk-63BE6RGM.js";
43
+ import "./chunk-CPUEPDF7.js";
44
44
  import "./chunk-Y35GDLP2.js";
45
45
  import "./chunk-LUGELG5V.js";
46
46
  import {
@@ -50,9 +50,9 @@ import {
50
50
  dispatchAgentPlanPromptAction,
51
51
  selectAgentPlanPromptTurn,
52
52
  useEngineSelector
53
- } from "./chunk-XPFHJMZP.js";
54
- import "./chunk-2HJEOO7W.js";
55
- import "./chunk-QVBF5BN5.js";
53
+ } from "./chunk-SPZJCTBV.js";
54
+ import "./chunk-T6PEJFRP.js";
55
+ import "./chunk-OTRZBTFQ.js";
56
56
  import "./chunk-YMXYBG7U.js";
57
57
  import {
58
58
  AgentActivityHostProvider,
@@ -63,7 +63,7 @@ import {
63
63
  useAgentActivitySnapshot,
64
64
  useOptionalAgentActivityRuntime
65
65
  } from "./chunk-MASXZENX.js";
66
- import "./chunk-H5F3QSCF.js";
66
+ import "./chunk-Y5M6Q6WX.js";
67
67
  import "./chunk-PJP5BUU6.js";
68
68
  import "./chunk-H6IQ63DQ.js";
69
69
  import "./chunk-GCBDIQDX.js";
@@ -71,8 +71,8 @@ import {
71
71
  AgentGuiI18nProvider,
72
72
  agentGuiI18nModule,
73
73
  agentGuiI18nResources
74
- } from "./chunk-E4HQUTM3.js";
75
- import "./chunk-W6WAGPMD.js";
74
+ } from "./chunk-RHTZAODZ.js";
75
+ import "./chunk-FSKGEGGX.js";
76
76
  import {
77
77
  getAgentCustomMentionKind,
78
78
  registerAgentCustomMentionKind,
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 { AgentGUIProps } from \"./AgentGUI\";\nexport type { AgentGUIAccountMenuState } from \"./agent-gui/agentGuiNode/accountMenuState\";\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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiIA;AAAA,EACE;AAAA,EACA;AAAA,OACK;","names":[]}
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 { AgentGUIProps } from \"./AgentGUI\";\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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwIA;AAAA,EACE;AAAA,EACA;AAAA,OACK;","names":[]}
@@ -3,20 +3,20 @@ import {
3
3
  MAX_BROWSE_CACHE_ENTRIES,
4
4
  preloadAgentMentionBrowse,
5
5
  resetAgentMentionSearchBrowseCacheForTests
6
- } from "./chunk-WMNS4MAQ.js";
7
- import "./chunk-3XXBDYAI.js";
8
- import "./chunk-O3Q5SIJH.js";
6
+ } from "./chunk-3NOJFKDV.js";
7
+ import "./chunk-63BE6RGM.js";
8
+ import "./chunk-CPUEPDF7.js";
9
9
  import "./chunk-Y35GDLP2.js";
10
10
  import "./chunk-LUGELG5V.js";
11
11
  import "./chunk-JM24HADP.js";
12
12
  import "./chunk-YMXYBG7U.js";
13
13
  import "./chunk-MASXZENX.js";
14
- import "./chunk-H5F3QSCF.js";
14
+ import "./chunk-Y5M6Q6WX.js";
15
15
  import "./chunk-PJP5BUU6.js";
16
16
  import "./chunk-H6IQ63DQ.js";
17
17
  import "./chunk-GCBDIQDX.js";
18
- import "./chunk-E4HQUTM3.js";
19
- import "./chunk-W6WAGPMD.js";
18
+ import "./chunk-RHTZAODZ.js";
19
+ import "./chunk-FSKGEGGX.js";
20
20
  import "./chunk-5X7YDOC6.js";
21
21
  import "./chunk-KJQERFKX.js";
22
22
  import "./chunk-UGVI47X6.js";
@@ -14,8 +14,8 @@ import {
14
14
  resolveAgentGuiUnifiedDockLaunchPayload,
15
15
  resolveAgentGuiWorkbenchContributionCopy,
16
16
  resolveAgentGuiWorkbenchDefaultLaunchFrame
17
- } from "../chunk-RE4AXS27.js";
18
- import "../chunk-TVIGLNNI.js";
17
+ } from "../chunk-MRRICFWA.js";
18
+ import "../chunk-QWGJ5TEG.js";
19
19
  import "../chunk-IYEXLOUE.js";
20
20
  import "../chunk-L3GMMGRS.js";
21
21
  import "../chunk-UHBCM6RO.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  resolveAgentGuiWorkbenchHeaderTitle,
3
3
  resolveAgentGuiWorkbenchSessionTitle
4
- } from "../chunk-3Y3F7CS5.js";
4
+ } from "../chunk-GAD6Y3BF.js";
5
5
  import {
6
6
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
7
7
  AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT,
@@ -12,7 +12,7 @@ import {
12
12
  createAgentGuiWorkbenchContribution,
13
13
  resolveAgentGuiUnifiedDockLaunchPayload,
14
14
  resolveAgentGuiWorkbenchContributionCopy
15
- } from "../chunk-RE4AXS27.js";
15
+ } from "../chunk-MRRICFWA.js";
16
16
  import {
17
17
  agentGuiWorkbenchDockEntryId,
18
18
  agentGuiWorkbenchDockIdentityFromIdentifier,
@@ -25,8 +25,8 @@ import {
25
25
  createAgentGuiWorkbenchInstanceId,
26
26
  createAgentGuiWorkbenchLaunchDescriptor,
27
27
  createAgentGuiWorkbenchSessionLaunchRequest
28
- } from "../chunk-TVIGLNNI.js";
29
- import "../chunk-4PQPJ5OY.js";
28
+ } from "../chunk-QWGJ5TEG.js";
29
+ import "../chunk-4ROALW3K.js";
30
30
  import {
31
31
  agentGuiWorkbenchProviderFromInstanceId,
32
32
  areAgentGuiWorkbenchNodeStatesEqual,
@@ -58,7 +58,7 @@ import "../chunk-C35SNDVZ.js";
58
58
  import "../chunk-4YG7YK7S.js";
59
59
  import "../chunk-H6IQ63DQ.js";
60
60
  import "../chunk-GCBDIQDX.js";
61
- import "../chunk-W6WAGPMD.js";
61
+ import "../chunk-FSKGEGGX.js";
62
62
  import "../chunk-KJQERFKX.js";
63
63
  import "../chunk-UGVI47X6.js";
64
64
  export {
@@ -12,7 +12,7 @@ import {
12
12
  createAgentGuiWorkbenchSessionLaunchRequest,
13
13
  resolveAgentGuiWorkbenchLaunchDockEntryId,
14
14
  shouldReuseAgentGuiWorkbenchDockEntryNode
15
- } from "../chunk-TVIGLNNI.js";
15
+ } from "../chunk-QWGJ5TEG.js";
16
16
  import "../chunk-L3GMMGRS.js";
17
17
  import {
18
18
  agentGuiWorkbenchPrefillPromptActivationType
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  resolveAgentGuiWorkbenchHeaderTitle,
3
3
  resolveAgentGuiWorkbenchSessionTitle
4
- } from "../chunk-3Y3F7CS5.js";
5
- import "../chunk-4PQPJ5OY.js";
4
+ } from "../chunk-GAD6Y3BF.js";
5
+ import "../chunk-4ROALW3K.js";
6
6
  import "../chunk-GCBDIQDX.js";
7
- import "../chunk-W6WAGPMD.js";
7
+ import "../chunk-FSKGEGGX.js";
8
8
  import "../chunk-KJQERFKX.js";
9
9
  export {
10
10
  resolveAgentGuiWorkbenchHeaderTitle,
@@ -4,15 +4,15 @@ import {
4
4
  resolveWorkspaceAgentActivityStatus,
5
5
  resolveWorkspaceAgentActivityTitle,
6
6
  reuseWorkspaceAgentActivityListViewModelIfUnchanged
7
- } from "./chunk-3XXBDYAI.js";
7
+ } from "./chunk-63BE6RGM.js";
8
8
  import "./chunk-Y35GDLP2.js";
9
9
  import "./chunk-YMXYBG7U.js";
10
10
  import {
11
11
  workspaceAgentProviderLabel
12
- } from "./chunk-H5F3QSCF.js";
12
+ } from "./chunk-Y5M6Q6WX.js";
13
13
  import "./chunk-GCBDIQDX.js";
14
- import "./chunk-E4HQUTM3.js";
15
- import "./chunk-W6WAGPMD.js";
14
+ import "./chunk-RHTZAODZ.js";
15
+ import "./chunk-FSKGEGGX.js";
16
16
  import "./chunk-KJQERFKX.js";
17
17
  export {
18
18
  buildWorkspaceAgentActivityListViewModel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
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.96",
128
- "@tutti-os/ui-i18n-runtime": "0.0.96",
129
- "@tutti-os/ui-react-hooks": "0.0.96",
130
- "@tutti-os/ui-rich-text": "0.0.96",
131
- "@tutti-os/ui-system": "0.0.96",
132
- "@tutti-os/workbench-surface": "0.0.96",
133
- "@tutti-os/workspace-external-core": "0.0.96",
134
- "@tutti-os/workspace-file-manager": "0.0.96",
135
- "@tutti-os/workspace-file-reference": "0.0.96",
136
- "@tutti-os/workspace-issue-manager": "0.0.96",
137
- "@tutti-os/workspace-user-project": "0.0.96",
127
+ "@tutti-os/agent-activity-core": "0.0.98",
128
+ "@tutti-os/ui-i18n-runtime": "0.0.98",
129
+ "@tutti-os/ui-react-hooks": "0.0.98",
130
+ "@tutti-os/ui-rich-text": "0.0.98",
131
+ "@tutti-os/ui-system": "0.0.98",
132
+ "@tutti-os/workbench-surface": "0.0.98",
133
+ "@tutti-os/workspace-external-core": "0.0.98",
134
+ "@tutti-os/workspace-file-manager": "0.0.98",
135
+ "@tutti-os/workspace-file-reference": "0.0.98",
136
+ "@tutti-os/workspace-issue-manager": "0.0.98",
137
+ "@tutti-os/workspace-user-project": "0.0.98",
138
138
  "clsx": "^2.1.1",
139
139
  "framer-motion": "^12.40.0",
140
140
  "lodash": "^4.17.21",
@@ -162,8 +162,8 @@
162
162
  "typescript": "^5.8.3",
163
163
  "vite": "^6.4.2",
164
164
  "vitest": "^4.0.13",
165
- "@tutti-os/config-tsconfig": "0.0.0",
166
- "@tutti-os/client-tuttid-ts": "0.0.0"
165
+ "@tutti-os/client-tuttid-ts": "0.0.0",
166
+ "@tutti-os/config-tsconfig": "0.0.0"
167
167
  },
168
168
  "peerDependencies": {
169
169
  "react": "^19.1.0",