Skip to content

Commit 021579f

Browse files
committed
chore: split changesets for wait command and connection health
1 parent 4773f06 commit 021579f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

β€Ž.changeset/connection-health.mdβ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"agent-react-devtools": minor
33
---
44

5-
Add `wait` command and connection health tracking
5+
Show connection health in `status` and `get tree`
66

7-
- `wait --connected` β€” block until a React app connects
8-
- `wait --component <name>` β€” block until a named component appears in the tree
9-
- Both support `--timeout` (default 30s) and exit non-zero on timeout
107
- Show last connection event in `status` (e.g. "app reconnected 3s ago")
118
- Show contextual hint when `get tree` returns empty after a disconnect

β€Ž.changeset/wait-command.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"agent-react-devtools": minor
3+
---
4+
5+
Add `wait` command
6+
7+
- `wait --connected` β€” block until a React app connects
8+
- `wait --component <name>` β€” block until a named component appears in the tree
9+
- Both support `--timeout` (default 30s) and exit non-zero on timeout

0 commit comments

Comments
Β (0)