@tutti-os/agent-gui 0.0.113 → 0.0.114
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-gui.js
CHANGED
|
@@ -10794,7 +10794,7 @@ function useAgentGUIConversationDetail(input) {
|
|
|
10794
10794
|
effectiveDetailError: input.detailError ?? input.activeSessionReconcileError ?? (input.activeConversationId !== null ? input.activeEngineError : null),
|
|
10795
10795
|
hasProviderSessionNotFoundError,
|
|
10796
10796
|
isCancelPending: input.activeCancelStatus === "awaitingTurn",
|
|
10797
|
-
isInterrupting: input.activeCancelStatus === "requested",
|
|
10797
|
+
isInterrupting: input.activeCancelStatus === "requested" || input.activeCancelStatus === "accepted",
|
|
10798
10798
|
pendingApproval: hasProviderSessionNotFoundError ? null : rawPendingApproval,
|
|
10799
10799
|
queueStatus: input.activeQueueStatus,
|
|
10800
10800
|
queuedPrompts,
|
|
@@ -35353,4 +35353,4 @@ export {
|
|
|
35353
35353
|
resolveAgentGUIAgentTarget,
|
|
35354
35354
|
AgentGUI
|
|
35355
35355
|
};
|
|
35356
|
-
//# sourceMappingURL=chunk-
|
|
35356
|
+
//# sourceMappingURL=chunk-CGPLB67C.js.map
|