feat(chat): image / video / document attachment button with drag-drop and paste (#4135) (#4292)

Co-authored-by: M3gA-Mind <megamind@mahadao.com>
This commit is contained in:
oxoxDev
2026-06-30 20:19:49 +05:30
committed by GitHub
co-authored by M3gA-Mind
parent b70ce7b387
commit cfe5c7df46
26 changed files with 787 additions and 29 deletions
+3
View File
@@ -30,6 +30,9 @@
# VITE_BACKEND_URL=https://staging-api.tinyhumans.ai
# [optional] Consumer first-session UX in the desktop/web app (default off). See docs/plans/consumer-first-session-spec.md
# VITE_CONSUMER_FIRST_SESSION=true
# [optional] Chat attachments (image/video/document) master kill-switch. Enabled
# by default; per-message modalities gated on the model's vision tier at runtime.
# VITE_CHAT_ATTACHMENTS=false
# ---------------------------------------------------------------------------
# Authentication (for skills OAuth proxy and debug scripts)