agentgui 1.0.889 → 1.0.890
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [Unreleased] - visible prompt controls + viewport-safe overflow menu
|
|
2
|
+
|
|
3
|
+
- brand-bible.css: chip selects (agent/model dropdowns) now use `--panel-3` background so they contrast against the `--panel-1` card; pill border-radius preserved with `!important` override of the `* { border-radius:0 }` reset
|
|
4
|
+
- brand-bible.css: sidebar-overflow-menu gets `max-height: calc(100dvh - 80px)` to prevent off-screen overflow
|
|
5
|
+
- app.js: overflow menu detects bottom-of-screen clip on open and flips to `bottom: 100%` when needed
|
|
6
|
+
|
|
1
7
|
## [Unreleased] - Clear All now soft-deletes conv rows to suppress auto-import
|
|
2
8
|
|
|
3
9
|
- `deleteAllConversations` was hard-deleting rows from the conversations table. Auto-import's skip check relies on `existingConv.status === 'deleted'` — after hard delete, existingConv is null, so the JSONL scanner re-imports everything the next poll. Visible symptom: Clear All appears to work, then the same conversations reappear.
|