@tutti-os/agent-gui 0.0.203 → 0.0.205
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 +30 -0
- package/dist/agent-conversation/index.d.ts +21 -2
- package/dist/agent-conversation/index.js +5 -3
- package/dist/agent-conversation/index.js.map +1 -1
- package/dist/agent-gui.js +4 -4
- package/dist/agent-message-center/index.js +2 -2
- package/dist/app/renderer/agentactivity.css +32 -0
- package/dist/{chunk-RD3ZAYNV.js → chunk-FHCARLIO.js} +2 -2
- package/dist/{chunk-NEH45ROF.js → chunk-GJZEMI6Z.js} +192 -107
- package/dist/chunk-GJZEMI6Z.js.map +1 -0
- package/dist/{chunk-LHT2UBPE.js → chunk-STOGLKFA.js} +4 -4
- package/dist/{chunk-FFMVDJOE.js → chunk-ZTRTBLLP.js} +4 -1
- package/dist/{chunk-FFMVDJOE.js.map → chunk-ZTRTBLLP.js.map} +1 -1
- package/dist/index.js +4 -4
- package/package.json +16 -16
- package/dist/chunk-NEH45ROF.js.map +0 -1
- /package/dist/{chunk-RD3ZAYNV.js.map → chunk-FHCARLIO.js.map} +0 -0
- /package/dist/{chunk-LHT2UBPE.js.map → chunk-STOGLKFA.js.map} +0 -0
|
@@ -69,7 +69,7 @@ import {
|
|
|
69
69
|
toLocalShortDateTime,
|
|
70
70
|
updateAgentComposerDraft,
|
|
71
71
|
useProjectedAgentConversation
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-GJZEMI6Z.js";
|
|
73
73
|
import {
|
|
74
74
|
agentRichTextContentToPromptText,
|
|
75
75
|
createAgentRichTextInputExtensions,
|
|
@@ -134,7 +134,7 @@ import {
|
|
|
134
134
|
normalizePlanIssueBudgetPreset,
|
|
135
135
|
planImplementationPromptFromPlanTurn,
|
|
136
136
|
planIssueBudgetPresetsEqual
|
|
137
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-FHCARLIO.js";
|
|
138
138
|
import {
|
|
139
139
|
useEngineSelector
|
|
140
140
|
} from "./chunk-EVQ4JY3N.js";
|
|
@@ -144,7 +144,7 @@ import {
|
|
|
144
144
|
blobToBase64,
|
|
145
145
|
normalizeAgentApprovalPurpose,
|
|
146
146
|
resolveWorkspaceLinkAction
|
|
147
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-ZTRTBLLP.js";
|
|
148
148
|
import {
|
|
149
149
|
AgentTargetPresentationProvider,
|
|
150
150
|
cn,
|
|
@@ -44901,4 +44901,4 @@ export {
|
|
|
44901
44901
|
AgentHandoffMenu,
|
|
44902
44902
|
AgentGUI
|
|
44903
44903
|
};
|
|
44904
|
-
//# sourceMappingURL=chunk-
|
|
44904
|
+
//# sourceMappingURL=chunk-STOGLKFA.js.map
|
|
@@ -3700,6 +3700,9 @@ var styles = {
|
|
|
3700
3700
|
interactivePromptActions: "agent-gui-conversation__interactive-prompt-actions",
|
|
3701
3701
|
userMessageFlow: "agent-gui-conversation__user-message-flow",
|
|
3702
3702
|
assistantMessageFlow: "agent-gui-conversation__assistant-message-flow",
|
|
3703
|
+
participantMessageLayout: "agent-gui-conversation__participant-message-layout",
|
|
3704
|
+
participantMessageContent: "agent-gui-conversation__participant-message-content",
|
|
3705
|
+
participantAvatar: "agent-gui-conversation__participant-avatar",
|
|
3703
3706
|
messageGroup: "agent-gui-conversation__message-group",
|
|
3704
3707
|
messageFooter: "agent-gui-conversation__message-footer",
|
|
3705
3708
|
messageTimestamp: "agent-gui-conversation__message-timestamp",
|
|
@@ -3728,4 +3731,4 @@ export {
|
|
|
3728
3731
|
AgentMessageMarkdown,
|
|
3729
3732
|
CustomScrollArea
|
|
3730
3733
|
};
|
|
3731
|
-
//# sourceMappingURL=chunk-
|
|
3734
|
+
//# sourceMappingURL=chunk-ZTRTBLLP.js.map
|