Conversation
bcdbb0c to
3a4dced
Compare
2a92997 to
9520f3d
Compare
9520f3d to
60e0006
Compare
piotrski
pushed a commit
that referenced
this pull request
Apr 3, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 283be43)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
agent-react-devtools@0.4.0
Minor Changes
0c307e2: Track and expose component error/warning counts
Components now track error and warning counts from the React DevTools protocol (
UPDATE_ERRORS_OR_WARNINGSoperations).errorscommand lists components with non-zero error or warning countsget componentoutput includes error/warning counts when non-zero@c5 [fn] Form ⚠2 ✗1)65c391f: Add
profile diff <before.json> <after.json>command--threshold)5c5ace6: Add
profile export <file>commandb0e64b8: Pagination and sorting for
profile timelineLarge profiling sessions no longer flood agent context with hundreds of commits:
profile timelinereturns at most 20 entries unless--limit Nis specified.--offset Nflag: Skip the first N commits for pagination.--sort duration: Sort commits by render duration (slowest first) instead of chronological order.Commit timeline (showing 1–20 of 87):when paginated, orCommit timeline (87 commits):when all results fit on one page.a1bed65: Smart tree truncation and subtree extraction for large component trees
Large React apps (500-2000+ components) now produce much smaller
get treeoutput:<div>,<span>, and other host components are hidden (use--allto show them). Host components with keys or custom element names are always shown.... +N more ComponentNamesummary.N components shown (M total)so the agent knows how much was filtered.--max-lines Nflag: Hard cap on output lines to stay within context budgets.get tree @c5shows only the subtree rooted at a specific component. Labels are re-assigned starting from@c1within the subtree. Combine with--depth Nto limit depth within the subtree.c7127db: Add
uninitcommand to reverse framework configurationagent-react-devtools uninitremoves the changes made byinit— restoring your config files to their original state.--dry-runflag previews what would be removed without writing any filesinit(no-op)Patch Changes
68bd0fc: Auto-restart daemon when CLI detects the binary has been rebuilt since the daemon started. Previously, rebuilding the package required manually stopping and restarting the daemon for changes to take effect.
90d1344: Fix component inspection crash and unresolvable find results
get componentto silently time out on all components in affected apps@c?(id:667)) infindresults