Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3841 +/- ##
=======================================
Coverage 98.08% 98.08%
=======================================
Files 152 152
Lines 2871 2871
Branches 563 563
=======================================
Hits 2816 2816
Misses 11 11
Partials 44 44 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Motivation
The debugging guide only documented the manual browser devtools workflow. It now also needs an agent-first path so users can quickly understand how modern agent-based inspection works in
@data-client/react.Solution
Add a new top section to
docs/core/getting-started/debugging.mdfor debugging with agents, including a link to install thedata-client-reactskill and a basic explanation of howDevToolsManagerexposes controllers throughglobalThis.__DC_CONTROLLERS__in dev mode. Preserve the existing browser extension instructions as the manual debugging section below.Open questions
N/A
Made with Cursor
Note
Low Risk
Documentation-only change that adds guidance for agent-based inspection; no runtime or API behavior is modified.
Overview
Adds an agent-first debugging section to
docs/core/getting-started/debugging.md, including a link to install thedata-client-reactskill and an overview of how dev-modeDevToolsManagerexposes liveControllerinstances viaglobalThis.__DC_CONTROLLERS__for inspection.Reframes the existing browser extension workflow as Manual debugging and adjusts headings accordingly, without changing the underlying instructions.
Written by Cursor Bugbot for commit 01ee60d. This will update automatically on new commits. Configure here.