unsloth/studio/backend/storage
danielhanchen a357e85c3f Merge branch 'main' into feature/deep-research
Resolve conflicts across the Studio chat stack, keeping both the Deep
Research additions and the attachment-inventory work that landed on main:

- storage/studio_db.py: keep the research schema plus main's chat
  attachment inventory. In sync_chat_messages and upsert_chat_message run
  the inventory refresh and the research-message guard together, and reuse
  main's tombstone reconciliation and chunked prune path while still
  protecting research prompts and responses from deletion. Read the
  inventory-state row positionally so _ensure_schema does not depend on a
  Row factory.
- tests/test_middleware.py: keep both the research port middleware and the
  frontend asset test suites.
- chat/chat-page.tsx: keep the mobile and research composer wiring; drop
  the now-unused useLatestRef import since main's pendingHubAutoLoad
  contextKey check supersedes the ref-based stale-load guard.
- chat/stores/chat-runtime-store.ts: keep the Deep Research toggle state
  and drop the staged-model helpers main removed.
- assistant-ui/thread.tsx: keep the Deep Research composer state, button,
  and availability prop alongside main's composer changes.
2026-07-22 06:10:41 +00:00
..
__init__.py feat(studio): training history persistence and past runs viewer (#4501) 2026-03-25 00:58:55 -07:00
mcp_servers_db.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
providers_db.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
rag_db.py Studio: customizable RAG embedding model with HF search, settings tab reorganization (#6800) 2026-07-02 05:26:33 -07:00
research_runs_db.py Studio: align research with shared chats 2026-07-18 16:59:25 +03:00
studio_db.py Merge branch 'main' into feature/deep-research 2026-07-22 06:10:41 +00:00