Commit Graph

14 Commits

Author SHA1 Message Date
Alem Tuzlak b7e009c56b fix: correct verbose default in docs and remove stray vscode-extension README
The docs table and prose claimed `debug: true` sets `verbose: true`,
but the implementation intentionally defaults verbose to false (PII
safety). Fixed the table and explanatory text to match.

Also removed packages/vscode-extension/README.md which was committed
on this branch by mistake — it describes an unrelated VS Code extension
and has nothing to do with debug mode.
2026-04-15 17:18:09 +02:00
Jordan Ritter 39b4ea6ecc docs: clarify client-side debug prop behavior
Updated JSDoc and troubleshooting docs to accurately describe that
the client-side debug prop forwards config to the AG-UI transport
layer, not CopilotKit's own logging. Removed fabricated console.debug
output examples that don't exist.
2026-04-14 14:58:44 -07:00
Alem Tuzlak 97004c88b7 docs: improve debug mode page with problem-oriented opening and cross-links
- Rewrite opening to address the user's problem (missing events, broken
  state) rather than describing the feature
- Add cross-link callout from error-debugging → debug-mode and vice versa
- Fix [VERIFY] log format (remove incorrect colon)
- Move troubleshooting scenarios before reference tables since debugging
  is the primary use case
2026-04-14 18:35:33 +02:00
Alem Tuzlak e977a49972 fix: address CR findings for debug mode feature
- Fix clone() dropping debug config on ProxiedCopilotRuntimeAgent
- Pass raw DebugConfig to agents instead of collapsing to boolean
- Clamp verbose to false when enabled is false
- Fix pino-pretty log format in docs (parentheses, timestamps, levels)
- Add loggedEventCount to doc example
- Fix "Agent run started/finished" → actual log messages in arch docs
2026-04-14 18:35:32 +02:00
Alem Tuzlak 6f13ed287f docs: add debug mode documentation to troubleshooting section 2026-04-14 18:34:48 +02:00
Maxim 7a6f7ba1c3 docs: add v2 onError documentation for CopilotKitProvider and CopilotChat
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 16:25:16 -05:00
Tyler Slaton cc8c945893 refactor(docs): optimize structure, content and navigability
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-03-02 11:30:16 -05:00
John Rae-Grant 48453835ac Docs/broken links 20252008 (#2598)
Fixed a bunch of reported broken links
2025-10-08 16:57:17 -07:00
Tyler Slaton 829de12be7 docs: add migration page for 1.10.X (#2367) 2025-08-31 13:06:53 -04:00
John Rae-Grant b839af7ddb separated error-debugging and error observability into separate pages… (#2348) 2025-08-22 16:53:35 -07:00
Tyler Slaton 31e1f7d2d4 refactor(docs): upgrade versions and overhaul structure and content (#2120)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-08-14 19:02:06 -04:00
John Rae-Grant 6bb3804d06 Pr/premium badge (#2304) 2025-08-08 16:48:33 -07:00
Tyler Slaton 42384e8c4f docs: overhaul messaging of cloud, premium and new features
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Suhas Deshpande <suhas2u@gmail.com>
Co-authored-by: johnprg <john@theartofwork.com>
2025-08-07 17:27:54 -04:00
Tyler Slaton 098cef9b69 docs: make duplicate code more dry and add new headless hook doc (#2270)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-08-04 14:53:49 -04:00