@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 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
- After creating, resuming, stopping, or deleting a session, the client narrowly
224
- refreshes the disk list through `GET /api/sessions` rather than reloading the
225
- whole fleet. While the Fleet screen is visible, it polls each live runtime's
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreb/coding-agent",
3
- "version": "2.55.2",
3
+ "version": "2.55.4",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "drebConfig": {