Open
Conversation
3495262 to
f27674f
Compare
This was referenced Feb 14, 2026
f27674f to
38a6709
Compare
38a6709 to
6d63c54
Compare
6d63c54 to
22d81de
Compare
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.3.0
Minor Changes
e9c8a60: Show connection health in
statusandget treestatus(e.g. "app reconnected 3s ago")get treereturns empty after a disconnect20ce273: Standardize component reference format across all CLI output
All formatters now produce consistent
@cN [type] Namereferences. Previously, tree and search commands used@c1 [fn] "Name"while profiling commands omitted labels, type tags, or both.Breaking changes to output format:
@c1 [fn] Appinstead of@c1 [fn] "App"key=valueinstead ofkey="value"profile slow,profile rerenders,profile stop,profile commit) now include@cNlabels and[type]tagsprofile slowandprofile rerendersshow all render causes instead of only the firstprofile reportnow includes a[type]tag in the headerformatRefformatting05090ca: Surface specific changed prop/state/hook keys in profiling output
Profiling reports and commit details now show which props, state keys, and hooks changed, not just that they changed.
profile reportandprofile slowappendchanged: props: onClick, className state: countlinesprofile rerendersandprofile commitinclude the same detail per componente9c8a60: Add
waitcommandwait --connected— block until a React app connectswait --component <name>— block until a named component appears in the tree--timeout(default 30s) and exit non-zero on timeoutPatch Changes
reactDevtools()plugin is added tovite.config.ts. The connect module now preserves the react-refresh runtime's inject wrapper when replacing the devtools hook, so both Fast Refresh and devtools inspection work correctly.