unsloth/studio
Roland Tannous 8347bcecdc fix: store provider API keys as plaintext in localStorage
Drop AES-256-GCM at-rest encryption for provider API keys. The
session-password-derived encryption broke on auto-login via refresh
token (password never captured), causing keys to silently vanish.
API keys are still RSA-encrypted in transit via node-forge. At-rest
encryption in localStorage added no real security since the
decryption key also had to live client-side.

Removes crypto-storage.ts, session password plumbing, and
reEncryptAllKeys.
2026-04-08 11:05:42 +04:00
..
backend Studio: API external provider registry + curated catalogs (HF/OpenRouter) and chat UX (#4787) 2026-04-04 10:28:15 +04:00
frontend fix: store provider API keys as plaintext in localStorage 2026-04-08 11:05:42 +04:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Fix custom llama.cpp source builds and macos metal source builds (#4762) 2026-04-01 14:06:39 -05: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 Resolve latest usable published llama.cpp release instead of fixed pinned tag (#4741) 2026-04-01 06:06:17 -07:00
setup.sh Fix custom llama.cpp source builds and macos metal source builds (#4762) 2026-04-01 14:06:39 -05:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00