From bd0a4f64769d1f3ff33a4572ff0451be30b442ac Mon Sep 17 00:00:00 2001 From: gramps Date: Mon, 13 Jul 2026 11:01:04 -0700 Subject: [PATCH] =?UTF-8?q?add=20B6=20=E2=80=94=20waterfall=20direction=20?= =?UTF-8?q?toggle=20to=20backlog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Current-WiP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Current-WiP.md b/Current-WiP.md index 4084e3c..f9ceb33 100755 --- a/Current-WiP.md +++ b/Current-WiP.md @@ -17,6 +17,7 @@ All 15 tasks are done. Final commit: `f0689ac feat: Roadmap N — AMQP cluster n - B5 — Default model auto-pull on first start — download the default GGUF model from HuggingFace (or configured mirror) if `models/` is empty when `llama-server` first starts. Configurable via `CAIC_DEFAULT_MODEL_URL` or similar. Needs a startup probe that checks model availability and a download-with-progress endpoint. - HTTPS / reverse proxy (Caddy) - Conversation search/filter and export tooling +- B6 — Waterfall direction toggle — add a setting to flip message order between top-down (newest at top, waterfall) and bottom-up (newest at bottom, standard chat). Needs `localStorage` persistence and a UI toggle (maybe in settings modal or topbar). - Keyboard shortcuts, retry button, source-link polish ## Maintenance Rules