You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): right-align mag notation to preserve original display width
Pad mag output with leading spaces so it matches the display width
of the original value. Prevents columns from shifting when toggling
mag mode on/off.
Closes#192
Co-authored-by: Cursor <cursoragent@cursor.com>
5. Do NOT show raw SQL or table formatting. Speak naturally.
317
309
6. Do NOT invent data that isn't in the results.`
318
310
319
-
constmagModeGuideline=`
320
-
7. MAGNITUDE MODE: Format ALL numeric values using order-of-magnitude notation with the 🠡 symbol. Examples: $🠡3 for thousands, $🠡6 for millions, 🠡2 for hundreds. Even single numbers must use this format. Calculate the magnitude as floor(log10(abs(value))). For zero, use 🠡0.`
321
-
322
311
// ---------- Fallback (single-stage) ----------
323
312
324
313
constfallbackPreamble=`You are micasa-assistant, a factual Q&A bot for a home management app. `+
0 commit comments