@tutti-os/agent-gui 0.0.231 → 0.0.232
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/agent-conversation/index.js +1 -1
- package/dist/agent-gui.js +2 -2
- package/dist/{chunk-Y5OBJINU.js → chunk-2L2LVSOD.js} +2 -2
- package/dist/{chunk-Y5OBJINU.js.map → chunk-2L2LVSOD.js.map} +1 -1
- package/dist/{chunk-5IFWKS7A.js → chunk-EDP4D42H.js} +2 -2
- package/dist/index.js +2 -2
- package/package.json +14 -14
- /package/dist/{chunk-5IFWKS7A.js.map → chunk-EDP4D42H.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
serializeAgentConversationForClipboard,
|
|
9
9
|
useProjectedAgentConversation
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-2L2LVSOD.js";
|
|
11
11
|
import "../chunk-2STAUA73.js";
|
|
12
12
|
import "../chunk-WGCDSA7P.js";
|
|
13
13
|
import "../chunk-LQMIEH4C.js";
|
package/dist/agent-gui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentGUI
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EDP4D42H.js";
|
|
4
4
|
import "./chunk-ZBI6R46N.js";
|
|
5
5
|
import "./chunk-LB4AGT7B.js";
|
|
6
6
|
import "./chunk-A4WCTHWS.js";
|
|
@@ -13,7 +13,7 @@ import "./chunk-MGSRWYRN.js";
|
|
|
13
13
|
import "./chunk-CBMWHQ7P.js";
|
|
14
14
|
import "./chunk-CQFT3MI5.js";
|
|
15
15
|
import "./chunk-EVQ4JY3N.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-2L2LVSOD.js";
|
|
17
17
|
import "./chunk-2STAUA73.js";
|
|
18
18
|
import "./chunk-WGCDSA7P.js";
|
|
19
19
|
import "./chunk-LQMIEH4C.js";
|
|
@@ -14223,7 +14223,7 @@ function groupContainsBlockingMessage(group) {
|
|
|
14223
14223
|
);
|
|
14224
14224
|
}
|
|
14225
14225
|
function isExplicitWorkRow(row) {
|
|
14226
|
-
return row.kind === "tool-group" || row.kind === "
|
|
14226
|
+
return row.kind === "tool-group" || row.kind === "processing";
|
|
14227
14227
|
}
|
|
14228
14228
|
function isExplicitWorkMessage(message) {
|
|
14229
14229
|
return message.presentationKind === "specific-progress" || message.presentationKind === "turn-boundary";
|
|
@@ -15983,4 +15983,4 @@ export {
|
|
|
15983
15983
|
AgentConversationFlow,
|
|
15984
15984
|
useProjectedAgentConversation
|
|
15985
15985
|
};
|
|
15986
|
-
//# sourceMappingURL=chunk-
|
|
15986
|
+
//# sourceMappingURL=chunk-2L2LVSOD.js.map
|