@dreb/coding-agent 2.55.2 → 2.55.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/dashboard.md +7 -3
- package/package.json +1 -1
package/docs/dashboard.md
CHANGED
|
@@ -220,9 +220,13 @@ debounce from its in-memory state, so an update performs neither child RPC calls
|
|
|
220
220
|
nor a disk inventory scan.
|
|
221
221
|
|
|
222
222
|
Live runtime state and on-disk session inventory have separate refresh paths.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
223
|
+
Before fleet, inventory, or resync serialization, the server explicitly projects
|
|
224
|
+
each on-disk session to the declared browser DTO and bounds its first-message
|
|
225
|
+
preview to 256 Unicode characters. Internal parent paths and complete searchable
|
|
226
|
+
transcript text never cross this browser boundary. After creating, resuming,
|
|
227
|
+
stopping, or deleting a session, the client narrowly refreshes the disk list
|
|
228
|
+
through `GET /api/sessions` rather than reloading the whole fleet. While the
|
|
229
|
+
Fleet screen is visible, it polls each live runtime's
|
|
226
230
|
stats no more often than every 30 seconds. That poll is single-flight, retains a
|
|
227
231
|
card's last good stats if an update fails, and surfaces failures in the Fleet UI.
|
|
228
232
|
|