@tutti-os/agent-gui 0.0.111 → 0.0.113
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/dist/{AgentGUI-DXwtHJnv.d.ts → AgentGUI-D4jgPDg0.d.ts} +6 -3
- package/dist/{AgentRichTextReadonly-VKMTXBKA.js → AgentRichTextReadonly-KNPDB5ZJ.js} +5 -5
- package/dist/agent-conversation/index.d.ts +3 -3
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +3 -3
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentConversationVM-D3Dn2LqN.d.ts → agentConversationVM-BD0-gg6C.d.ts} +1 -0
- package/dist/{agentGuiNodeTypes-CR_l4HhU.d.ts → agentGuiNodeTypes-BebhwDeE.d.ts} +3 -1
- package/dist/app/renderer/agentactivity.css +1 -0
- package/dist/{chunk-QMU5KFPY.js → chunk-455YDWMS.js} +2 -2
- package/dist/{chunk-HGHNKOR2.js → chunk-BYE5CKEU.js} +3 -3
- package/dist/{chunk-HLSEVZCW.js → chunk-CTSKSYMM.js} +2 -2
- package/dist/{chunk-3QIE72RQ.js → chunk-CY45OZEY.js} +2 -2
- package/dist/{chunk-7D7L3JGA.js → chunk-DIFAX3KB.js} +4 -4
- package/dist/{chunk-HHQTW2VC.js → chunk-EM4RD5FQ.js} +687 -276
- package/dist/chunk-EM4RD5FQ.js.map +1 -0
- package/dist/{chunk-Z662JCRH.js → chunk-FBPZXKQC.js} +2 -2
- package/dist/{chunk-5O3KW33M.js → chunk-HFU3FYXP.js} +4 -4
- package/dist/{chunk-CVPI23GJ.js → chunk-PEOMUPWF.js} +40 -14
- package/dist/chunk-PEOMUPWF.js.map +1 -0
- package/dist/{chunk-RX6JAGC6.js → chunk-RATBQN2V.js} +2 -2
- package/dist/chunk-RATBQN2V.js.map +1 -0
- package/dist/{chunk-74ZOQONQ.js → chunk-SFYWL6FT.js} +2 -2
- package/dist/{chunk-2JPJLBER.js → chunk-W4KHK5HK.js} +19 -3
- package/dist/chunk-W4KHK5HK.js.map +1 -0
- package/dist/{chunk-HWMDMZPV.js → chunk-WA5LSG5S.js} +29 -5
- package/dist/chunk-WA5LSG5S.js.map +1 -0
- package/dist/{chunk-WGUEDMSP.js → chunk-YKQAOIF2.js} +3 -3
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +18 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +5 -5
- package/dist/index.js +14 -14
- package/dist/mention-search.d.ts +12 -0
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +14 -14
- package/dist/chunk-2JPJLBER.js.map +0 -1
- package/dist/chunk-CVPI23GJ.js.map +0 -1
- package/dist/chunk-HHQTW2VC.js.map +0 -1
- package/dist/chunk-HWMDMZPV.js.map +0 -1
- package/dist/chunk-RX6JAGC6.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-VKMTXBKA.js.map → AgentRichTextReadonly-KNPDB5ZJ.js.map} +0 -0
- /package/dist/{chunk-QMU5KFPY.js.map → chunk-455YDWMS.js.map} +0 -0
- /package/dist/{chunk-HGHNKOR2.js.map → chunk-BYE5CKEU.js.map} +0 -0
- /package/dist/{chunk-HLSEVZCW.js.map → chunk-CTSKSYMM.js.map} +0 -0
- /package/dist/{chunk-3QIE72RQ.js.map → chunk-CY45OZEY.js.map} +0 -0
- /package/dist/{chunk-7D7L3JGA.js.map → chunk-DIFAX3KB.js.map} +0 -0
- /package/dist/{chunk-Z662JCRH.js.map → chunk-FBPZXKQC.js.map} +0 -0
- /package/dist/{chunk-5O3KW33M.js.map → chunk-HFU3FYXP.js.map} +0 -0
- /package/dist/{chunk-74ZOQONQ.js.map → chunk-SFYWL6FT.js.map} +0 -0
- /package/dist/{chunk-WGUEDMSP.js.map → chunk-YKQAOIF2.js.map} +0 -0
package/dist/i18n/index.d.ts
CHANGED
|
@@ -435,7 +435,7 @@ declare const agentGuiI18nResources: {
|
|
|
435
435
|
readonly mentionKindSession: "Session";
|
|
436
436
|
readonly mentionGroupFiles: "Files";
|
|
437
437
|
readonly mentionGroupOpenedFiles: "Files I opened";
|
|
438
|
-
readonly mentionGroupAgentGeneratedFiles: "
|
|
438
|
+
readonly mentionGroupAgentGeneratedFiles: "Recent files generated by Agent";
|
|
439
439
|
readonly mentionGroupApps: "Apps";
|
|
440
440
|
readonly mentionGroupAgents: "Agents";
|
|
441
441
|
readonly mentionGroupMySessions: "My sessions";
|
|
@@ -683,6 +683,14 @@ declare const agentGuiI18nResources: {
|
|
|
683
683
|
readonly goalClearAction: "Delete goal";
|
|
684
684
|
readonly goalRemoved: "Goal removed";
|
|
685
685
|
readonly processing: "Planning next moves";
|
|
686
|
+
readonly turnProcessedSeconds: "Processed for {{seconds}}s";
|
|
687
|
+
readonly turnProcessedMinutes: "Processed for {{minutes}}m";
|
|
688
|
+
readonly turnProcessedMinutesSeconds: "Processed for {{minutes}}m {{seconds}}s";
|
|
689
|
+
readonly turnTotalSeconds: "Total {{seconds}}s";
|
|
690
|
+
readonly turnTotalMinutes: "Total {{minutes}}m";
|
|
691
|
+
readonly turnTotalMinutesSeconds: "Total {{minutes}}m {{seconds}}s";
|
|
692
|
+
readonly expandTurnWork: "Expand task details";
|
|
693
|
+
readonly collapseTurnWork: "Collapse task details";
|
|
686
694
|
readonly agentTargetRequired: "Select an available agent target before starting a session.";
|
|
687
695
|
readonly sessionActivationFailed: "The agent session could not be started.";
|
|
688
696
|
readonly promptImagesUnsupported: "This agent does not support image input with the current model.";
|
|
@@ -2957,7 +2965,7 @@ declare const agentGuiI18nResources: {
|
|
|
2957
2965
|
readonly mentionKindSession: "会话";
|
|
2958
2966
|
readonly mentionGroupFiles: "文件";
|
|
2959
2967
|
readonly mentionGroupOpenedFiles: "我打开的文件";
|
|
2960
|
-
readonly mentionGroupAgentGeneratedFiles: "Agent 生成的文件";
|
|
2968
|
+
readonly mentionGroupAgentGeneratedFiles: "近期 Agent 生成的文件";
|
|
2961
2969
|
readonly mentionGroupApps: "应用";
|
|
2962
2970
|
readonly mentionGroupAgents: "智能体";
|
|
2963
2971
|
readonly mentionGroupMySessions: "我的会话";
|
|
@@ -3205,6 +3213,14 @@ declare const agentGuiI18nResources: {
|
|
|
3205
3213
|
readonly goalClearAction: "删除目标";
|
|
3206
3214
|
readonly goalRemoved: "目标已移除";
|
|
3207
3215
|
readonly processing: "正在规划下一步";
|
|
3216
|
+
readonly turnProcessedSeconds: "已处理 {{seconds}} 秒";
|
|
3217
|
+
readonly turnProcessedMinutes: "已处理 {{minutes}} 分钟";
|
|
3218
|
+
readonly turnProcessedMinutesSeconds: "已处理 {{minutes}} 分 {{seconds}} 秒";
|
|
3219
|
+
readonly turnTotalSeconds: "总用时 {{seconds}} 秒";
|
|
3220
|
+
readonly turnTotalMinutes: "总用时 {{minutes}} 分钟";
|
|
3221
|
+
readonly turnTotalMinutesSeconds: "总用时 {{minutes}} 分 {{seconds}} 秒";
|
|
3222
|
+
readonly expandTurnWork: "展开任务详情";
|
|
3223
|
+
readonly collapseTurnWork: "收起任务详情";
|
|
3208
3224
|
readonly agentTargetRequired: "请先选择可用的 Agent 目标。";
|
|
3209
3225
|
readonly sessionActivationFailed: "Agent 会话启动失败。";
|
|
3210
3226
|
readonly promptImagesUnsupported: "当前模型不支持图片输入。";
|
package/dist/i18n/index.js
CHANGED
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 { i as AgentHostInputApi } from './agentGuiNodeTypes-
|
|
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-
|
|
3
|
+
import { A as AgentActivityRuntime } from './AgentGUI-D4jgPDg0.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-D4jgPDg0.js';
|
|
5
|
+
import { i as AgentHostInputApi } from './agentGuiNodeTypes-BebhwDeE.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-BebhwDeE.js';
|
|
7
7
|
export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
|
|
8
8
|
import { n as AgentGUIProvider, h as AgentGUIAgentTarget, i as AgentGUIAgentTargetBadge } from './types-yF_0mrNS.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-yF_0mrNS.js';
|
|
@@ -21,7 +21,7 @@ import './workspace-query-cache.js';
|
|
|
21
21
|
import './agentFileMentionContracts-DY4Z70CN.js';
|
|
22
22
|
import '@tutti-os/workspace-file-manager/services';
|
|
23
23
|
import '@tutti-os/workspace-file-reference/core';
|
|
24
|
-
import './agentConversationVM-
|
|
24
|
+
import './agentConversationVM-BD0-gg6C.js';
|
|
25
25
|
import '@tutti-os/workspace-issue-manager/core';
|
|
26
26
|
import './workspaceAgentActivityListTypes-DZfS_HgG.js';
|
|
27
27
|
import '@tutti-os/workspace-user-project/i18n';
|
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-PEOMUPWF.js";
|
|
11
11
|
import "./chunk-A4WCTHWS.js";
|
|
12
12
|
import {
|
|
13
13
|
AGENT_GUI_DETAIL_MIN_WIDTH_PX,
|
|
@@ -15,16 +15,16 @@ import {
|
|
|
15
15
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
16
16
|
resolveAgentGUIExpandedWindowFrame,
|
|
17
17
|
shouldAutoCollapseAgentGUIConversationRail
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-BYE5CKEU.js";
|
|
19
19
|
import "./chunk-AY5AFMT2.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-CY45OZEY.js";
|
|
21
21
|
import "./chunk-JLRPIEIE.js";
|
|
22
22
|
import "./chunk-R2ZADXRB.js";
|
|
23
23
|
import "./chunk-UHBCM6RO.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-EM4RD5FQ.js";
|
|
25
|
+
import "./chunk-455YDWMS.js";
|
|
26
26
|
import "./chunk-VMQNG2KI.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-DIFAX3KB.js";
|
|
28
28
|
import {
|
|
29
29
|
agentGUIAgentIsReady,
|
|
30
30
|
normalizeAgentGUIAgents,
|
|
@@ -40,11 +40,11 @@ import {
|
|
|
40
40
|
} from "./chunk-L2GENUG3.js";
|
|
41
41
|
import {
|
|
42
42
|
preloadAgentMentionBrowse
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-WA5LSG5S.js";
|
|
44
44
|
import "./chunk-USIFGHT3.js";
|
|
45
45
|
import "./chunk-XJ34OIEQ.js";
|
|
46
46
|
import "./chunk-R7AXDQCA.js";
|
|
47
|
-
import "./chunk-
|
|
47
|
+
import "./chunk-SFYWL6FT.js";
|
|
48
48
|
import "./chunk-LUGELG5V.js";
|
|
49
49
|
import {
|
|
50
50
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
@@ -52,13 +52,13 @@ import {
|
|
|
52
52
|
import {
|
|
53
53
|
dispatchAgentPlanPromptAction,
|
|
54
54
|
selectAgentPlanPromptTurn
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-HFU3FYXP.js";
|
|
56
56
|
import {
|
|
57
57
|
useEngineSelector
|
|
58
58
|
} from "./chunk-2RQM7PJN.js";
|
|
59
|
-
import "./chunk-
|
|
59
|
+
import "./chunk-YKQAOIF2.js";
|
|
60
60
|
import "./chunk-KPMQGPYU.js";
|
|
61
|
-
import "./chunk-
|
|
61
|
+
import "./chunk-FBPZXKQC.js";
|
|
62
62
|
import "./chunk-YMXYBG7U.js";
|
|
63
63
|
import {
|
|
64
64
|
AgentActivityHostProvider,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
useAgentActivityRuntime,
|
|
69
69
|
useAgentActivitySnapshot,
|
|
70
70
|
useOptionalAgentActivityRuntime
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-RATBQN2V.js";
|
|
72
72
|
import "./chunk-F5UR6EJG.js";
|
|
73
73
|
import "./chunk-W6TO6K2X.js";
|
|
74
74
|
import "./chunk-PJP5BUU6.js";
|
|
@@ -78,8 +78,8 @@ import {
|
|
|
78
78
|
AgentGuiI18nProvider,
|
|
79
79
|
agentGuiI18nModule,
|
|
80
80
|
agentGuiI18nResources
|
|
81
|
-
} from "./chunk-
|
|
82
|
-
import "./chunk-
|
|
81
|
+
} from "./chunk-CTSKSYMM.js";
|
|
82
|
+
import "./chunk-W4KHK5HK.js";
|
|
83
83
|
import {
|
|
84
84
|
getAgentCustomMentionKind,
|
|
85
85
|
registerAgentCustomMentionKind,
|
package/dist/mention-search.d.ts
CHANGED
|
@@ -119,6 +119,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
119
119
|
protected currentFilter: AgentMentionFilterId;
|
|
120
120
|
protected currentQuery: string;
|
|
121
121
|
protected currentSessionCwd: string;
|
|
122
|
+
protected currentSectionKey: string;
|
|
122
123
|
protected currentProvenanceFilter: ReferenceProvenanceFilter | null;
|
|
123
124
|
protected currentProvenanceCatalog: ReferenceProvenanceCatalog | null;
|
|
124
125
|
protected currentFileSearchLimit: number;
|
|
@@ -136,6 +137,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
136
137
|
requestId: number;
|
|
137
138
|
filter: AgentMentionFilterId;
|
|
138
139
|
provenanceFilter: ReferenceProvenanceFilter | null;
|
|
140
|
+
sectionKey: string;
|
|
139
141
|
sessionCwd: string;
|
|
140
142
|
abortSignal?: AbortSignal;
|
|
141
143
|
}): Promise<void>;
|
|
@@ -144,6 +146,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
144
146
|
currentUserId: string;
|
|
145
147
|
requestId: number;
|
|
146
148
|
filter: AgentMentionFilterId;
|
|
149
|
+
sectionKey: string;
|
|
147
150
|
sessionCwd: string;
|
|
148
151
|
abortSignal: AbortSignal;
|
|
149
152
|
}): Promise<void>;
|
|
@@ -151,6 +154,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
151
154
|
workspaceId: string;
|
|
152
155
|
currentUserId: string;
|
|
153
156
|
filter: AgentMentionFilterId;
|
|
157
|
+
sectionKey: string;
|
|
154
158
|
sessionCwd: string;
|
|
155
159
|
}, provenanceFilter?: ReferenceProvenanceFilter | null, abortSignal?: AbortSignal): Promise<AgentMentionBrowseFetchResult>;
|
|
156
160
|
protected applyBrowseFetchResult(result: AgentMentionBrowseFetchResult): void;
|
|
@@ -174,6 +178,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
174
178
|
query: string;
|
|
175
179
|
limit?: number;
|
|
176
180
|
sessionCwd?: string;
|
|
181
|
+
sectionKey?: string;
|
|
177
182
|
provenanceFilter: ReferenceProvenanceFilter | null;
|
|
178
183
|
abortSignal?: AbortSignal;
|
|
179
184
|
}): Promise<AgentContextMentionItem[]>;
|
|
@@ -185,6 +190,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
185
190
|
query: string;
|
|
186
191
|
limit?: number;
|
|
187
192
|
sessionCwd?: string;
|
|
193
|
+
sectionKey?: string;
|
|
188
194
|
provenanceFilter: ReferenceProvenanceFilter | null;
|
|
189
195
|
abortSignal?: AbortSignal;
|
|
190
196
|
}): Promise<AgentMentionIssueTopicGroup[] | null>;
|
|
@@ -214,6 +220,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
214
220
|
workspaceId: string;
|
|
215
221
|
currentUserId: string;
|
|
216
222
|
filter: AgentMentionFilterId;
|
|
223
|
+
sectionKey: string;
|
|
217
224
|
sessionCwd: string;
|
|
218
225
|
}, provenanceFilter?: ReferenceProvenanceFilter | null): string;
|
|
219
226
|
protected readBrowseCache(cacheKey: string): {
|
|
@@ -224,6 +231,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
224
231
|
workspaceId: string;
|
|
225
232
|
currentUserId: string;
|
|
226
233
|
filter: AgentMentionFilterId;
|
|
234
|
+
sectionKey: string;
|
|
227
235
|
sessionCwd: string;
|
|
228
236
|
}, cacheKey: string, reason: AgentMentionBrowseLoadReason, provenanceFilter?: ReferenceProvenanceFilter | null, abortSignal?: AbortSignal): Promise<AgentMentionBrowseFetchResult>;
|
|
229
237
|
protected fetchFilterResult(input: {
|
|
@@ -231,6 +239,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
231
239
|
currentUserId: string;
|
|
232
240
|
query: string;
|
|
233
241
|
filter: AgentMentionFilterId;
|
|
242
|
+
sectionKey: string;
|
|
234
243
|
sessionCwd: string;
|
|
235
244
|
includeAgentGeneratedFiles: boolean;
|
|
236
245
|
}, provenanceFilter?: ReferenceProvenanceFilter | null, abortSignal?: AbortSignal): Promise<AgentMentionBrowseFetchResult>;
|
|
@@ -247,12 +256,14 @@ declare class AgentMentionSearchController extends AgentMentionSearchControllerB
|
|
|
247
256
|
workspaceId: string;
|
|
248
257
|
currentUserId?: string | null;
|
|
249
258
|
query: string;
|
|
259
|
+
sectionKey?: string | null;
|
|
250
260
|
sessionCwd?: string | null;
|
|
251
261
|
}): void;
|
|
252
262
|
setFilter(filter: AgentMentionFilterId): void;
|
|
253
263
|
preloadBrowse(input: {
|
|
254
264
|
workspaceId: string;
|
|
255
265
|
currentUserId?: string | null;
|
|
266
|
+
sectionKey?: string | null;
|
|
256
267
|
sessionCwd?: string | null;
|
|
257
268
|
filter?: AgentMentionFilterId;
|
|
258
269
|
}): void;
|
|
@@ -271,6 +282,7 @@ declare class AgentMentionSearchController extends AgentMentionSearchControllerB
|
|
|
271
282
|
declare function preloadAgentMentionBrowse(input: {
|
|
272
283
|
workspaceId: string;
|
|
273
284
|
currentUserId?: string | null;
|
|
285
|
+
sectionKey?: string | null;
|
|
274
286
|
sessionCwd?: string | null;
|
|
275
287
|
contextMentionProviders?: readonly AgentContextMentionProvider[];
|
|
276
288
|
filter?: AgentMentionFilterId;
|
package/dist/mention-search.js
CHANGED
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
MAX_BROWSE_CACHE_ENTRIES,
|
|
4
4
|
preloadAgentMentionBrowse,
|
|
5
5
|
resetAgentMentionSearchBrowseCacheForTests
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-WA5LSG5S.js";
|
|
7
7
|
import "./chunk-USIFGHT3.js";
|
|
8
8
|
import "./chunk-XJ34OIEQ.js";
|
|
9
9
|
import "./chunk-R7AXDQCA.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-SFYWL6FT.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-RATBQN2V.js";
|
|
15
15
|
import "./chunk-F5UR6EJG.js";
|
|
16
16
|
import "./chunk-W6TO6K2X.js";
|
|
17
17
|
import "./chunk-PJP5BUU6.js";
|
|
18
18
|
import "./chunk-7KVZPJ3O.js";
|
|
19
19
|
import "./chunk-MIJXEELH.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-CTSKSYMM.js";
|
|
21
|
+
import "./chunk-W4KHK5HK.js";
|
|
22
22
|
import "./chunk-D2JUDUYY.js";
|
|
23
23
|
import "./chunk-6CUELYIF.js";
|
|
24
24
|
import "./chunk-YNSXUEIR.js";
|
|
@@ -14,9 +14,9 @@ import {
|
|
|
14
14
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
15
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
16
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-BYE5CKEU.js";
|
|
18
18
|
import "../chunk-AY5AFMT2.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-CY45OZEY.js";
|
|
20
20
|
import "../chunk-JLRPIEIE.js";
|
|
21
21
|
import "../chunk-R2ZADXRB.js";
|
|
22
22
|
import "../chunk-UHBCM6RO.js";
|
|
@@ -25,7 +25,7 @@ import "../chunk-L2GENUG3.js";
|
|
|
25
25
|
import "../chunk-2RQM7PJN.js";
|
|
26
26
|
import "../chunk-7KVZPJ3O.js";
|
|
27
27
|
import "../chunk-MIJXEELH.js";
|
|
28
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-W4KHK5HK.js";
|
|
29
29
|
import "../chunk-6CUELYIF.js";
|
|
30
30
|
import "../chunk-YNSXUEIR.js";
|
|
31
31
|
export {
|
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-BYE5CKEU.js";
|
|
14
14
|
import {
|
|
15
15
|
agentGuiWorkbenchDockEntryId,
|
|
16
16
|
agentGuiWorkbenchDockIdentityFromIdentifier,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
28
28
|
resolveAgentGuiWorkbenchSessionTitle
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-CY45OZEY.js";
|
|
30
30
|
import {
|
|
31
31
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
32
32
|
areAgentGuiWorkbenchStatesEqual,
|
|
@@ -58,7 +58,7 @@ import "../chunk-L2GENUG3.js";
|
|
|
58
58
|
import "../chunk-2RQM7PJN.js";
|
|
59
59
|
import "../chunk-7KVZPJ3O.js";
|
|
60
60
|
import "../chunk-MIJXEELH.js";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-W4KHK5HK.js";
|
|
62
62
|
import "../chunk-6CUELYIF.js";
|
|
63
63
|
import "../chunk-YNSXUEIR.js";
|
|
64
64
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
3
3
|
resolveAgentGuiWorkbenchSessionTitle
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-CY45OZEY.js";
|
|
5
5
|
import "../chunk-MIJXEELH.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-W4KHK5HK.js";
|
|
7
7
|
import "../chunk-6CUELYIF.js";
|
|
8
8
|
export {
|
|
9
9
|
resolveAgentGuiWorkbenchHeaderTitle,
|
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.113",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -128,17 +128,17 @@
|
|
|
128
128
|
"@tiptap/react": "^3.11.1",
|
|
129
129
|
"@tiptap/starter-kit": "^3.11.1",
|
|
130
130
|
"@tiptap/suggestion": "^3.11.1",
|
|
131
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
132
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
133
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
134
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
135
|
-
"@tutti-os/ui-system": "0.0.
|
|
136
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
137
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
138
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
139
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
140
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
141
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
131
|
+
"@tutti-os/agent-activity-core": "0.0.113",
|
|
132
|
+
"@tutti-os/ui-i18n-runtime": "0.0.113",
|
|
133
|
+
"@tutti-os/ui-react-hooks": "0.0.113",
|
|
134
|
+
"@tutti-os/ui-rich-text": "0.0.113",
|
|
135
|
+
"@tutti-os/ui-system": "0.0.113",
|
|
136
|
+
"@tutti-os/workbench-surface": "0.0.113",
|
|
137
|
+
"@tutti-os/workspace-external-core": "0.0.113",
|
|
138
|
+
"@tutti-os/workspace-file-manager": "0.0.113",
|
|
139
|
+
"@tutti-os/workspace-file-reference": "0.0.113",
|
|
140
|
+
"@tutti-os/workspace-issue-manager": "0.0.113",
|
|
141
|
+
"@tutti-os/workspace-user-project": "0.0.113",
|
|
142
142
|
"clsx": "^2.1.1",
|
|
143
143
|
"framer-motion": "^12.40.0",
|
|
144
144
|
"lodash": "^4.17.21",
|
|
@@ -166,8 +166,8 @@
|
|
|
166
166
|
"typescript": "^5.8.3",
|
|
167
167
|
"vite": "^6.4.2",
|
|
168
168
|
"vitest": "^4.0.13",
|
|
169
|
-
"@tutti-os/
|
|
170
|
-
"@tutti-os/
|
|
169
|
+
"@tutti-os/client-tuttid-ts": "0.0.0",
|
|
170
|
+
"@tutti-os/config-tsconfig": "0.0.0"
|
|
171
171
|
},
|
|
172
172
|
"peerDependencies": {
|
|
173
173
|
"react": "^19.1.0",
|