@dreb/coding-agent 2.40.0 → 2.40.1
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 -5
- package/package.json +1 -1
package/docs/dashboard.md
CHANGED
|
@@ -256,11 +256,13 @@ Background subagents are first-class:
|
|
|
256
256
|
|
|
257
257
|
## Responsive behavior
|
|
258
258
|
|
|
259
|
-
Single breakpoint at 700px.
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
259
|
+
Single breakpoint at 700px. At <=700px, fleet cards stack; long session names,
|
|
260
|
+
status chips, project paths, activity and subagent text, and past-session
|
|
261
|
+
labels wrap within their cards or rows rather than spilling off-screen. The
|
|
262
|
+
session view prioritizes read-and-steer (model/thinking switchers collapse into
|
|
263
|
+
⋯, tasks default collapsed), and the file table shows name + download only.
|
|
264
|
+
Composer modes, abort, and needs-attention affordances are never reduced away
|
|
265
|
+
— steering a running agent from a phone is the primary remote use case.
|
|
264
266
|
|
|
265
267
|
## Architecture
|
|
266
268
|
|