@dreb/dashboard 2.58.1 → 2.59.0
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/README.md +14 -0
- package/dist/static/assets/index-Bm82Kixv.js +79 -0
- package/dist/static/assets/index-I141jIAM.css +1 -0
- package/dist/static/index.html +2 -2
- package/dist/static/sw.js +1 -1
- package/package.json +1 -1
- package/dist/static/assets/index-BWSwMHec.js +0 -79
- package/dist/static/assets/index-DVDGUEPU.css +0 -1
package/README.md
CHANGED
|
@@ -86,6 +86,20 @@ Open `http://127.0.0.1:5343`.
|
|
|
86
86
|
paired-device expiry/unpair management.
|
|
87
87
|
- **Pairing** — remote first-login rotating-code flow.
|
|
88
88
|
|
|
89
|
+
### Notifications and navigation
|
|
90
|
+
|
|
91
|
+
Notices, warnings, and errors for the viewed main session or subagent share a
|
|
92
|
+
manually dismissible banner region at the top of the transcript. Long mobile
|
|
93
|
+
messages scroll within a capped text area while banner actions and dismissal
|
|
94
|
+
remain reachable. App-global notices and notifications from other sessions use
|
|
95
|
+
a separate fixed top-center stack; neither surface expires automatically.
|
|
96
|
+
|
|
97
|
+
Creating a runtime from Fleet or Files leaves the current screen in place.
|
|
98
|
+
Closing the runtime currently being viewed likewise keeps the main-session or
|
|
99
|
+
subagent route and its rendered history as a read-only browser snapshot, with
|
|
100
|
+
explicit **Resume session** and **Return to fleet** actions. Closing another
|
|
101
|
+
runtime produces no redundant toast.
|
|
102
|
+
|
|
89
103
|
### Scoped models
|
|
90
104
|
|
|
91
105
|
The Settings scoped-models editor manages the persistent model-cycling scope. Search is grouped by provider, with individual model, provider, and all-model toggles; non-empty partial scopes have accessible up/down ordering controls plus save/reset, and controls remain usable on mobile. An absent `enabledModels` means implicit all available registry models in registry order, including future additions, so that view cannot be reordered. A saved partial scope is an ordered list of exact canonical `provider/model` references; editing legacy glob, fuzzy, or thinking-suffix values normalizes them to exact references.
|