diff --git a/.changeset/brave-owls-observe.md b/.changeset/brave-owls-observe.md deleted file mode 100644 index a3fdd2f..0000000 --- a/.changeset/brave-owls-observe.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'agent-react-devtools': minor ---- - -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. diff --git a/packages/agent-react-devtools/CHANGELOG.md b/packages/agent-react-devtools/CHANGELOG.md index 1a33dc7..f034c0c 100644 --- a/packages/agent-react-devtools/CHANGELOG.md +++ b/packages/agent-react-devtools/CHANGELOG.md @@ -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 diff --git a/packages/agent-react-devtools/package.json b/packages/agent-react-devtools/package.json index 6d864d9..574704f 100644 --- a/packages/agent-react-devtools/package.json +++ b/packages/agent-react-devtools/package.json @@ -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": {