Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/brave-owls-observe.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/agent-react-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# agent-react-devtools

## 0.6.0

### Minor Changes

- [#59](https://github.com/callstackincubator/agent-react-devtools/pull/59) [`d25f34b`](https://github.com/callstackincubator/agent-react-devtools/commit/d25f34b568467e0b1fcde39410410bb514829a69) Thanks [@thymikee](https://github.com/thymikee)! - Tree observation commands (`get tree`, `get component`, `find`, `count`,
`errors`, `profile start`) now fail with a typed `no-app-attached` reason and a
non-zero exit code when no React app is attached, instead of reporting an empty
result that reads as a clean pass. When another React DevTools backend attaches
to the same app (React Native DevTools opening, another agent) and re-flushes the
tree under a fresh fiber-ID space, the daemon now replaces its frozen copy
instead of counting every component twice.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-react-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-react-devtools",
"version": "0.5.0",
"version": "0.6.0",
"description": "CLI tool for AI agents to inspect React component trees and profile performance",
"type": "module",
"bin": {
Expand Down