feat(ui): onboarding suggestion chips with one-tap submit, keyboard access, and mobile scroll row

This commit is contained in:
2026-08-21 18:18:47 -04:00
parent cbf8e39e63
commit 2364e1ee7d
7 changed files with 350 additions and 51 deletions
+1
View File
@@ -25,6 +25,7 @@ BOR_MAX_CONTEXT_CHARS=24000 # cap on total document text sent to the LLM
BOR_CHUNK_TARGET_CHARS=2000
BOR_CHUNK_OVERLAP_CHARS=200
BOR_EMBED_BATCH_SIZE=16
# BOR_SUGGESTIONS=["How is my Kubernetes cluster set up?"] # JSON list of onboarding chips
# --- Debugging (0/1 — 1 enables attach-on-demand debugpy on port 5678) ---
DEBUGPY=0