@copilotkit/react-core 1.9.2-next.20 → 1.9.2-next.21
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/CHANGELOG.md +8 -0
- package/dist/{chunk-UGJGKBFB.mjs → chunk-4URMLOBR.mjs} +2 -2
- package/dist/{chunk-ZOMEQ3XC.mjs → chunk-DDIBJUWK.mjs} +2 -2
- package/dist/{chunk-R2LNRHJP.mjs → chunk-DGON3GZX.mjs} +2 -2
- package/dist/{chunk-R2LNRHJP.mjs.map → chunk-DGON3GZX.mjs.map} +1 -1
- package/dist/{chunk-KWQPQ4MM.mjs → chunk-N2M65NJ2.mjs} +2 -2
- package/dist/{chunk-K42OD3J6.mjs → chunk-QKEH3O4S.mjs} +2 -2
- package/dist/{chunk-3SLA7Q2N.mjs → chunk-RAQK4M64.mjs} +2 -2
- package/dist/components/copilot-provider/copilot-messages.js +1 -1
- package/dist/components/copilot-provider/copilot-messages.js.map +1 -1
- package/dist/components/copilot-provider/copilot-messages.mjs +1 -1
- package/dist/components/copilot-provider/copilotkit.js +1 -1
- package/dist/components/copilot-provider/copilotkit.js.map +1 -1
- package/dist/components/copilot-provider/copilotkit.mjs +2 -2
- package/dist/components/copilot-provider/index.js +1 -1
- package/dist/components/copilot-provider/index.js.map +1 -1
- package/dist/components/copilot-provider/index.mjs +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/index.mjs +5 -5
- package/dist/hooks/use-coagent.mjs +4 -4
- package/dist/hooks/use-copilot-chat.mjs +3 -3
- package/dist/hooks/use-langgraph-interrupt.mjs +4 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/copilot-task.mjs +3 -3
- package/dist/lib/index.mjs +3 -3
- package/dist/utils/extract.mjs +2 -2
- package/dist/utils/index.mjs +2 -2
- package/package.json +3 -3
- package/src/components/copilot-provider/copilot-messages.tsx +1 -1
- /package/dist/{chunk-UGJGKBFB.mjs.map → chunk-4URMLOBR.mjs.map} +0 -0
- /package/dist/{chunk-ZOMEQ3XC.mjs.map → chunk-DDIBJUWK.mjs.map} +0 -0
- /package/dist/{chunk-KWQPQ4MM.mjs.map → chunk-N2M65NJ2.mjs.map} +0 -0
- /package/dist/{chunk-K42OD3J6.mjs.map → chunk-QKEH3O4S.mjs.map} +0 -0
- /package/dist/{chunk-3SLA7Q2N.mjs.map → chunk-RAQK4M64.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotKit,
|
|
3
3
|
defaultCopilotContextCategories
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-N2M65NJ2.mjs";
|
|
5
5
|
import "../../chunk-SJJNFYGQ.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-DGON3GZX.mjs";
|
|
7
7
|
import "../../chunk-5FHSUKQL.mjs";
|
|
8
8
|
import "../../chunk-RKTVJRK7.mjs";
|
|
9
9
|
import "../../chunk-PMAFHQ7P.mjs";
|
package/dist/components/index.js
CHANGED
|
@@ -842,7 +842,7 @@ function CopilotMessages({ children }) {
|
|
|
842
842
|
}
|
|
843
843
|
});
|
|
844
844
|
void fetchMessages();
|
|
845
|
-
}, [threadId, agentSession == null ? void 0 : agentSession.agentName
|
|
845
|
+
}, [threadId, agentSession == null ? void 0 : agentSession.agentName]);
|
|
846
846
|
const memoizedChildren = (0, import_react6.useMemo)(() => children, [children]);
|
|
847
847
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
848
848
|
CopilotMessagesContext.Provider,
|