Skip to content

chore(release): version packages#5

Merged
piotrski merged 1 commit intomainfrom
changeset-release/main
Feb 9, 2026
Merged

chore(release): version packages#5
piotrski merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 9, 2026

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.1.0

Minor Changes

  • d1e02f9: Daemon, DevTools bridge, and component tree

    Daemon — Persistent background process with IPC server (Unix socket) that manages connections and dispatches commands.

    DevTools Bridge — WebSocket server implementing the React DevTools "Wall" protocol. Connects to running React apps via react-devtools-core.

    Component Tree — Parse and inspect the full React component hierarchy:

    • View component tree with types, keys, and parent/child relationships
    • Inspect props, state, and hooks of any component
    • Search components by display name (fuzzy or exact match)
    • Count components by type

    CLI — Command-line interface with commands: start, stop, status, tree, find, count, get component.

    Formatting — Token-efficient output designed for LLM consumption.

  • 626a21a: Profiler

    Start and stop profiling sessions to capture render performance data from connected React apps.

    • Render reports — Per-component render duration and count
    • Slowest components — Ranked by self render time
    • Most re-rendered — Ranked by render count
    • Commit timeline — Chronological view of React commits with durations
    • Commit details — Per-component breakdown for a specific commit, sorted by self time

    CLI commands: profile start, profile stop, profile report, profile slow, profile rerenders, profile timeline, profile commit.

@piotrski piotrski merged commit 121ddba into main Feb 9, 2026
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