mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
990acb46ab
- Fix all doc imports to use @copilotkit/runtime/v2 (symbols only exported from v2 entry point) - Replace v1 copilotRuntimeNextJSAppRouterEndpoint with v2 pattern (CopilotRuntime + createCopilotEndpoint + InMemoryAgentRunner) - Add warning callout on TanStack reasoning example (reasoning events not surfaced by TanStack converter) - Fix randomUUID imports in converters: use @copilotkit/shared instead of Node.js crypto to match codebase convention - Fix collectEvents timer leak in test-helpers.ts (add clearTimeout) - Fix JSDoc/comments: convertInputToTanStackAI accurately describes role allowlist, TanStackInputResult.messages comment updated