Skip to content

Commit 3a79f8a

Browse files
committed
chore: add changeset for debug mode feature
1 parent 39b4ea6 commit 3a79f8a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.changeset/debug-mode.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@copilotkit/shared": minor
3+
"@copilotkit/runtime": minor
4+
"@copilotkit/react-core": minor
5+
"@copilotkit/core": minor
6+
---
7+
8+
feat: add debug mode to runtime and client
9+
10+
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 }`.

0 commit comments

Comments
 (0)