@tutti-os/agent-gui 0.0.132 → 0.0.133
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 -2
- package/dist/agent-conversation/index.d.ts +4 -6
- package/dist/agent-conversation/index.js +3 -3
- package/dist/agent-env/index.d.ts +10 -27
- package/dist/agent-env/index.js +14 -290
- package/dist/agent-env/index.js.map +1 -1
- package/dist/agent-gui.d.ts +1090 -20
- package/dist/agent-gui.js +7 -7
- package/dist/agent-message-center/index.d.ts +42 -7
- package/dist/agent-message-center/index.js +2 -2
- package/dist/{agentConversationVM-BD0-gg6C.d.ts → agentConversationVM-DWEy7jzx.d.ts} +41 -2
- package/dist/{agentGuiNodeTypes-5TL1hyCN.d.ts → agentGuiNodeTypes-B57MfwVo.d.ts} +5 -22
- package/dist/agents.d.ts +1 -1
- package/dist/agents.js +1 -1
- package/dist/app/renderer/agentactivity.css +1 -0
- package/dist/app/renderer/assets/icons/@-lined.svg +1 -8
- package/dist/{chunk-JZS4SWFJ.js → chunk-A6NSHCRP.js} +8 -7
- package/dist/chunk-A6NSHCRP.js.map +1 -0
- package/dist/chunk-FM42UN2J.js +462 -0
- package/dist/chunk-FM42UN2J.js.map +1 -0
- package/dist/{chunk-PQJXWXTS.js → chunk-GBBNYGL7.js} +2 -2
- package/dist/{chunk-GCQYN7BR.js → chunk-HCRROERX.js} +2 -2
- package/dist/{chunk-G75CPIVV.js → chunk-IZ626FDO.js} +563 -444
- package/dist/chunk-IZ626FDO.js.map +1 -0
- package/dist/{chunk-YWHGCKMT.js → chunk-N62NVPHT.js} +7 -7
- package/dist/chunk-N62NVPHT.js.map +1 -0
- package/dist/{chunk-T2NICA5D.js → chunk-VS5BRBY6.js} +4 -1
- package/dist/chunk-VS5BRBY6.js.map +1 -0
- package/dist/{contribution-yc4CGJmy.d.ts → contribution-BbW-kkpi.d.ts} +52 -1
- package/dist/custom-mention.d.ts +4 -2
- package/dist/i18n/index.d.ts +11 -6
- package/dist/index.d.ts +7982 -33
- package/dist/index.js +7 -7
- package/dist/runtime-Dwf44VKc.d.ts +7 -0
- package/dist/{types-BicfRVrV.d.ts → types-BeAVr4of.d.ts} +3 -5
- package/dist/workbench/contribution.d.ts +1 -2
- package/dist/workbench/contribution.js +2 -2
- package/dist/workbench/index.d.ts +1 -2
- package/dist/workbench/index.js +2 -2
- package/dist/workspace-agent-generated-files.d.ts +12 -1
- package/package.json +13 -13
- package/dist/AgentGUI-DxypmD7b.d.ts +0 -1080
- package/dist/agentPlanPromptDispatch-C7cCMjve.d.ts +0 -37
- package/dist/chunk-G75CPIVV.js.map +0 -1
- package/dist/chunk-JZS4SWFJ.js.map +0 -1
- package/dist/chunk-T2NICA5D.js.map +0 -1
- package/dist/chunk-VMQNG2KI.js +0 -178
- package/dist/chunk-VMQNG2KI.js.map +0 -1
- package/dist/chunk-YWHGCKMT.js.map +0 -1
- package/dist/pastedTextKinds-D-XuInaS.d.ts +0 -4
- package/dist/runtime-BBNdWgDU.d.ts +0 -10
- package/dist/workspaceAgentActivityListTypes-DZfS_HgG.d.ts +0 -48
- /package/dist/{chunk-PQJXWXTS.js.map → chunk-GBBNYGL7.js.map} +0 -0
- /package/dist/{chunk-GCQYN7BR.js.map → chunk-HCRROERX.js.map} +0 -0
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
type ToolCallStatusKind = "working" | "completed" | "failed" | "canceled" | "waiting";
|
|
2
|
-
interface WorkspaceAgentToolCallDisplay {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
status: string | null;
|
|
6
|
-
statusKind: ToolCallStatusKind | null;
|
|
7
|
-
detail?: string;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
type WorkspaceAgentLatestActivityStatus = "working" | "waiting" | "idle" | "completed" | "canceled" | "failed";
|
|
11
|
-
interface WorkspaceAgentConversationPreviewLine {
|
|
12
|
-
actorName: string;
|
|
13
|
-
summary: string;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
type WorkspaceAgentActivityStatus = WorkspaceAgentLatestActivityStatus;
|
|
17
|
-
interface WorkspaceAgentChangedFile {
|
|
18
|
-
path: string;
|
|
19
|
-
label: string;
|
|
20
|
-
}
|
|
21
|
-
interface WorkspaceAgentActivityCard {
|
|
22
|
-
id: string;
|
|
23
|
-
sessionId: string;
|
|
24
|
-
userId: string | null;
|
|
25
|
-
userName: string;
|
|
26
|
-
userAvatarUrl?: string;
|
|
27
|
-
agentProvider: string;
|
|
28
|
-
agentName: string;
|
|
29
|
-
title: string;
|
|
30
|
-
status: WorkspaceAgentActivityStatus;
|
|
31
|
-
latestActivitySummary: string;
|
|
32
|
-
/** User prompt + latest agent reply for task/issue execution cards; room status list uses single-line summary only. */
|
|
33
|
-
conversationPreview?: WorkspaceAgentConversationPreviewLine[];
|
|
34
|
-
latestActivityActorName?: string;
|
|
35
|
-
toolCalls?: WorkspaceAgentToolCallDisplay[];
|
|
36
|
-
changedFiles: WorkspaceAgentChangedFile[];
|
|
37
|
-
sortTimeUnixMs: number;
|
|
38
|
-
readTimeUnixMs?: number;
|
|
39
|
-
}
|
|
40
|
-
interface CollectWorkspaceAgentGeneratedFilesOptions {
|
|
41
|
-
/** When set, only include files produced by these Agent targets. */
|
|
42
|
-
agentTargetIds?: readonly string[] | null;
|
|
43
|
-
workspaceRoot?: string | null;
|
|
44
|
-
/** When set, only include files from sessions whose cwd matches this path. */
|
|
45
|
-
sessionCwd?: string | null;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export type { CollectWorkspaceAgentGeneratedFilesOptions as C, ToolCallStatusKind as T, WorkspaceAgentActivityCard as W, WorkspaceAgentActivityStatus as a, WorkspaceAgentChangedFile as b };
|
|
File without changes
|
|
File without changes
|