unsloth/studio
Daniel Han 940faeaa73 Remove problematic features: wake lock, artifacts panel, keyboard shortcuts, variable substitution
- Remove screen wake lock from chat-adapter.ts (marginal value, doesn't
  survive tab switches)
- Remove artifacts panel, artifact store, and ArtifactEmitter (session-scoped
  only, hash collision issues, duplicates existing code block actions)
- Remove keyboard shortcuts except Cmd/Ctrl+K for command palette (other
  shortcuts conflict with browser-native bindings on Linux/Windows)
- Remove keyboard-shortcut-help.tsx (no longer needed)
- Simplify prompt library to copy raw template content instead of using
  window.prompt() for variable substitution (blocking dialog, broken in
  some embedded contexts)
- Remove shortcut labels from command palette items
- Clean up unused imports

Kept: search, feedback, export, command palette (Cmd+K), memory, prompt
library (without variable substitution), folders/pinning.
2026-03-31 13:14:27 +00:00
..
backend studio: improve GGUF tool calling accuracy and reliability (#4700) 2026-03-31 03:06:44 -07:00
frontend Remove problematic features: wake lock, artifacts panel, keyboard shortcuts, variable substitution 2026-03-31 13:14:27 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py fix(studio): source-build fallback prefers Unsloth's tested tag over upstream latest (#4593) 2026-03-25 07:25:47 -07:00
install_python_stack.py studio: unify Windows installer/setup logging style, verbosity controls, and startup messaging (#4651) 2026-03-30 00:53:23 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Fix/bun windows bin detection (#4703) 2026-03-30 21:58:33 +04:00
setup.sh Fix/bun windows bin detection (#4703) 2026-03-30 21:58:33 +04:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00