Skip to content

docs: add agent debugging overview#3841

Merged
ntucker merged 1 commit intomasterfrom
docs/agent-debugging-guide
Apr 1, 2026
Merged

docs: add agent debugging overview#3841
ntucker merged 1 commit intomasterfrom
docs/agent-debugging-guide

Conversation

@ntucker
Copy link
Copy Markdown
Collaborator

@ntucker ntucker commented Apr 1, 2026

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.md for debugging with agents, including a link to install the data-client-react skill and a basic explanation of how DevToolsManager exposes controllers through globalThis.__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 the data-client-react skill and an overview of how dev-mode DevToolsManager exposes live Controller instances via globalThis.__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.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs-site Ignored Ignored Preview Apr 1, 2026 0:27am

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 1, 2026

⚠️ No Changeset found

Latest commit: 01ee60d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.08%. Comparing base (37e380f) to head (01ee60d).
⚠️ Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ntucker ntucker merged commit e22c634 into master Apr 1, 2026
23 checks passed
@ntucker ntucker deleted the docs/agent-debugging-guide branch April 1, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant