mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
469 B
469 B
@copilotkit/shared, @copilotkit/runtime, @copilotkit/react-core, @copilotkit/core
| @copilotkit/shared | @copilotkit/runtime | @copilotkit/react-core | @copilotkit/core |
|---|---|---|---|
| minor | minor | minor | minor |
feat: add debug mode to runtime and client
Add debug option to CopilotRuntime constructor and <CopilotKit> provider for detailed event pipeline logging. Server-side uses Pino structured logger; client-side passes config through to AG-UI transport. Accepts true for default output or a granular config: { events, lifecycle, verbose }.