@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 CHANGED
@@ -256,11 +256,13 @@ Background subagents are first-class:
256
256
 
257
257
  ## Responsive behavior
258
258
 
259
- Single breakpoint at 700px. On mobile: fleet cards stack, the session view
260
- prioritizes read-and-steer (model/thinking switchers collapse into ⋯, tasks
261
- default collapsed), file table shows name + download only. Composer modes,
262
- abort, and needs-attention affordances are never reduced away — steering a
263
- running agent from a phone is the primary remote use case.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreb/coding-agent",
3
- "version": "2.40.0",
3
+ "version": "2.40.1",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "drebConfig": {