unsloth/studio
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
..
backend Merge branch 'main' into feature/deep-research 2026-07-22 06:10:41 +00:00
frontend Merge branch 'main' into feature/deep-research 2026-07-22 06:10:41 +00:00
src-tauri Fix Studio desktop reliability (#7255) 2026-07-21 09:51:18 +02:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py feat(studio): add UNSLOTH_LLAMA_CPP_BACKEND env var to force CPU fallback #7213 (#7228) 2026-07-20 00:33:56 -07:00
install_node_prebuilt.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
install_python_stack.py Installer: enable ROCm torch on RDNA2 (gfx1030-1036) on Windows (#7277) 2026-07-21 03:54:25 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
MCP.md Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
node_prebuilt_pins.json Pin isolated Node.js installer to committed sha256 digests (#6625) 2026-06-24 05:47:58 -07:00
package-lock.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
package.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Installer: enable ROCm torch on RDNA2 (gfx1030-1036) on Windows (#7277) 2026-07-21 03:54:25 -07:00
setup.sh feat(studio): add UNSLOTH_LLAMA_CPP_BACKEND env var to force CPU fallback #7213 (#7228) 2026-07-20 00:33:56 -07:00
Unsloth_Studio_Colab.ipynb Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00