@tutti-os/agent-gui 0.0.40 → 0.0.41
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/{AgentMessageMarkdown-GDgLA-im.d.ts → AgentMessageMarkdown-Cts0dAIm.d.ts} +1 -0
- package/dist/agent-conversation/index.d.ts +1 -1
- package/dist/agent-conversation/index.js +4 -4
- package/dist/agent-message-center/index.js +6 -6
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/app/renderer/agentactivity.css +298 -21
- package/dist/{chunk-UUM2GZXH.js → chunk-3PVSIL3H.js} +4 -4
- package/dist/{chunk-RE3AHBX6.js → chunk-3WZWZHAJ.js} +2 -2
- package/dist/{chunk-Y2DQJPTL.js → chunk-42WP3P5C.js} +2 -2
- package/dist/{chunk-Y5SE2XMU.js → chunk-5LVFYNIP.js} +5 -2
- package/dist/{chunk-Y5SE2XMU.js.map → chunk-5LVFYNIP.js.map} +1 -1
- package/dist/{chunk-EQ4RSPQE.js → chunk-5U4SXENC.js} +4 -4
- package/dist/{chunk-WJPEKD3F.js → chunk-LKOPLDPM.js} +5 -1
- package/dist/chunk-LKOPLDPM.js.map +1 -0
- package/dist/{chunk-DO7D7OOL.js → chunk-MUJYJDZH.js} +11 -10
- package/dist/chunk-MUJYJDZH.js.map +1 -0
- package/dist/{chunk-WC34LVH6.js → chunk-OLZP2EFK.js} +230 -45
- package/dist/chunk-OLZP2EFK.js.map +1 -0
- package/dist/{chunk-R7XH3C4Y.js → chunk-QIPMH6XO.js} +135 -35
- package/dist/chunk-QIPMH6XO.js.map +1 -0
- package/dist/context-mention-palette/index.js +5 -5
- package/dist/i18n/index.d.ts +4 -0
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +12 -2
- package/dist/index.js +136 -102
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.d.ts +4 -0
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.d.ts +10 -3
- package/dist/workbench/index.js +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/package.json +12 -12
- package/dist/chunk-DO7D7OOL.js.map +0 -1
- package/dist/chunk-R7XH3C4Y.js.map +0 -1
- package/dist/chunk-WC34LVH6.js.map +0 -1
- package/dist/chunk-WJPEKD3F.js.map +0 -1
- /package/dist/{chunk-UUM2GZXH.js.map → chunk-3PVSIL3H.js.map} +0 -0
- /package/dist/{chunk-RE3AHBX6.js.map → chunk-3WZWZHAJ.js.map} +0 -0
- /package/dist/{chunk-Y2DQJPTL.js.map → chunk-42WP3P5C.js.map} +0 -0
- /package/dist/{chunk-EQ4RSPQE.js.map → chunk-5U4SXENC.js.map} +0 -0
|
@@ -390,6 +390,7 @@ interface AgentGUIConversationSummary {
|
|
|
390
390
|
updatedAtUnixMs: number;
|
|
391
391
|
hasUnreadCompletion?: boolean;
|
|
392
392
|
unreadCompletionKey?: string | null;
|
|
393
|
+
isImported?: boolean;
|
|
393
394
|
syncState?: WorkspaceAgentActivitySyncState;
|
|
394
395
|
}
|
|
395
396
|
type AgentGUIConversationStatus = "working" | "waiting" | "ready" | "completed" | "failed" | "canceled";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, JSX } from 'react';
|
|
3
3
|
import { W as WorkspaceLinkAction } from '../workspaceLinkActions-C6POH38D.js';
|
|
4
|
-
import { a as AgentGUIProviderSkillOption, f as AgentMessageMarkdownWorkspaceAppIcon } from '../AgentMessageMarkdown-
|
|
4
|
+
import { a as AgentGUIProviderSkillOption, f as AgentMessageMarkdownWorkspaceAppIcon } from '../AgentMessageMarkdown-Cts0dAIm.js';
|
|
5
5
|
import { c as AgentConversationVM, W as WorkspaceAgentSessionDetailViewModel } from '../agentConversationVM-1QgRwvwZ.js';
|
|
6
6
|
export { B as BuildWorkspaceAgentSessionDetailInput, d as buildWorkspaceAgentSessionDetailViewModel } from '../agentConversationVM-1QgRwvwZ.js';
|
|
7
7
|
export { W as WorkspaceAgentActivityCard, n as WorkspaceAgentActivitySession, q as WorkspaceAgentActivityTimelineItem } from '../workspaceAgentActivityListViewModel-DLnMBMoh.js';
|
|
@@ -6,15 +6,15 @@ import {
|
|
|
6
6
|
projectAgentConversationVM,
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
useProjectedAgentConversation
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-MUJYJDZH.js";
|
|
10
|
+
import "../chunk-OLZP2EFK.js";
|
|
11
|
+
import "../chunk-3WZWZHAJ.js";
|
|
12
12
|
import "../chunk-Y35GDLP2.js";
|
|
13
13
|
import "../chunk-TXXWUG2J.js";
|
|
14
14
|
import "../chunk-TYGL25EL.js";
|
|
15
15
|
import {
|
|
16
16
|
translate
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-LKOPLDPM.js";
|
|
18
18
|
import "../chunk-LUGELG5V.js";
|
|
19
19
|
import "../chunk-PJP5BUU6.js";
|
|
20
20
|
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
formatAgentSessionMentionText,
|
|
5
5
|
getPromptToolDetails,
|
|
6
6
|
isPromptRequestIdTitle
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-3PVSIL3H.js";
|
|
8
8
|
import {
|
|
9
9
|
PLAN_IMPLEMENTATION_ACTION_IMPLEMENT,
|
|
10
10
|
PLAN_IMPLEMENTATION_PROMPT,
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
cn,
|
|
18
18
|
extractAgentMcpToolTarget,
|
|
19
19
|
normalizeAskUserQuestions
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-OLZP2EFK.js";
|
|
21
21
|
import {
|
|
22
22
|
managedAgentRoundedIconUrl,
|
|
23
23
|
userAvatarPlaceholderUrl,
|
|
24
24
|
workspaceAgentActivityStatusLabel
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-42WP3P5C.js";
|
|
26
26
|
import "../chunk-MTFSQWZ6.js";
|
|
27
27
|
import {
|
|
28
28
|
resolveWorkspaceAgentSessionSortTimeUnixMs
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
AgentGuiI18nProvider,
|
|
39
39
|
getActiveUiLanguage,
|
|
40
40
|
useTranslation
|
|
41
|
-
} from "../chunk-
|
|
41
|
+
} from "../chunk-LKOPLDPM.js";
|
|
42
42
|
import "../chunk-PJP5BUU6.js";
|
|
43
43
|
|
|
44
44
|
// agent-message-center/WorkspaceAgentMessageCenterPanel.tsx
|
|
@@ -203,7 +203,7 @@ function isAgentMessageRole(role) {
|
|
|
203
203
|
function meaningfulMessageSummary(message) {
|
|
204
204
|
const payload = recordValue(message.payload);
|
|
205
205
|
const isToolMessage = isToolLikeMessage(message, payload);
|
|
206
|
-
const candidates = messageSummaryCandidates(
|
|
206
|
+
const candidates = messageSummaryCandidates(payload, isToolMessage);
|
|
207
207
|
const structuralLabelTokens = isToolMessage ? structuralToolLabelTokens(message, payload) : null;
|
|
208
208
|
const hasToolDigestSignal = isToolMessage && candidates.some(isToolDigestSignalCandidate);
|
|
209
209
|
for (const candidate of candidates) {
|
|
@@ -217,7 +217,7 @@ function meaningfulMessageSummary(message) {
|
|
|
217
217
|
}
|
|
218
218
|
return "";
|
|
219
219
|
}
|
|
220
|
-
function messageSummaryCandidates(
|
|
220
|
+
function messageSummaryCandidates(payload, isToolMessage) {
|
|
221
221
|
const explicitCandidates = [
|
|
222
222
|
summaryCandidate("payload.summary", payload.summary),
|
|
223
223
|
summaryCandidate("payload.displayPrompt", payload.displayPrompt),
|