Shine1i
b08b606b21
feat(studio): studio storage roots path utilities
2026-03-09 23:48:31 +00:00
Roland Tannous
a0f03d3080
Add AGPL-3.0 SPDX headers to all source files
2026-03-09 20:17:45 +00:00
Wasim Yousef Said
36b297c79b
Merge pull request #344 from unslothai/style/ui-feedback
...
Refine UI spacing, icons, and border radius per feedback
2026-03-09 19:24:12 +01:00
Shine1i
d31420acc3
feat(recipe-studio): add support for managing tools by provider in tool profiles
2026-03-09 19:19:14 +01:00
Shine1i
992e07495f
Merge remote-tracking branch 'origin/nightly' into feature/fixes-client
2026-03-09 19:07:42 +01:00
Roland Tannous
65d3539bac
Merge pull request #342 from unslothai/local-dataset
...
dataset upload
2026-03-09 21:22:23 +04:00
Roland Tannous
0d26de7d50
Revert "narrow stale selection guard to only skip clearing for uploaded files"
...
This reverts commit 7825558f1b .
2026-03-09 16:51:30 +00:00
Roland Tannous
73c4027d70
fix: disable Start Training when eval_steps set without eval split
2026-03-09 16:20:00 +00:00
Shine1i
7c153f6a53
feat(recipe-studio): remove MCP tools-related dialogs and refactor tool profile management logic
2026-03-09 17:04:15 +01:00
Shine1i
24cb20c076
feat(recipe-studio): improve UI responsiveness and fix JSON preview handling
2026-03-09 16:04:46 +01:00
Shine1i
984a762063
feat(studio): centralize chart styling and formatting
2026-03-09 15:34:15 +01:00
Roland Tannous
7825558f1b
narrow stale selection guard to only skip clearing for uploaded files
2026-03-09 14:01:02 +00:00
Roland Tannous
8d81c991f8
switch dataset upload from base64 JSON to multipart/form-data with streamed writes
2026-03-09 13:55:45 +00:00
Shine1i
87f982aa3f
feat(studio): rework chart settings with a new preferences store and revamped settings UI
2026-03-09 14:47:20 +01:00
Roland Tannous
7c8c416b32
add client-side file size validation before upload
2026-03-09 13:38:00 +00:00
imagineer99
b5cea7ea1e
style: reduce border radius on onboarding summary cards
2026-03-09 13:33:00 +00:00
Roland Tannous
dcedc4df56
merge nightly, resolve conflict in use-chat-model-runtime
2026-03-09 13:19:17 +00:00
imagineer99
0dc3f003cc
style: remove playground sidebar right border
2026-03-09 13:08:59 +00:00
Shine1i
9e96f51e09
feat(studio): add support for code block actions including copy and download options in markdown blocks
2026-03-09 13:07:54 +01:00
imagineer99
812f35bae5
style: improve navbar spacing and icon rendering
2026-03-09 11:37:19 +00:00
Roland Tannous
5dde074af8
add trust_remote_code to BackendTrainingDefaults type
2026-03-09 10:51:28 +00:00
Roland Tannous
4f5c998097
wire trust_remote_code from YAML configs to frontend toggles
2026-03-09 10:15:15 +00:00
Roland Tannous
f92316fa7b
Merge pull request #329 from unslothai/fix/add-title
...
modified the title
2026-03-09 13:10:17 +04:00
Manan17
b430e23c0e
dataset upload
2026-03-09 05:50:18 +00:00
Wasim Yousef Said
39a02602cf
Merge pull request #273 from unslothai/feature/data-reciper-enchansments
...
UX + layout polish & WIP data-reciper client & backend finalization p2
2026-03-09 02:57:32 +01:00
Shine1i
a4d1ab6a32
feat(recipe-studio): enforce run name validation for full runs and refine validation UI
2026-03-09 02:53:59 +01:00
Shine1i
4aa171b079
feat(recipe-studio, datasets): improve dataset handling and update metadata logic
2026-03-09 02:47:32 +01:00
Shine1i
ece5e83d63
feat(recipe-studio, studio): dataset logic, refine run settings, and improve validation UI
2026-03-09 02:06:12 +01:00
Roland Tannous
1b04a40bc8
Merge pull request #328 from unslothai/fix/chat-unloading-model
...
fixed model unload before load without validation
2026-03-09 04:40:05 +04:00
Shine1i
a11c71f2a0
feat(studio): refine dataset selection logic with Hugging Face and local dataset support
2026-03-09 01:16:45 +01:00
Shine1i
d951e5aef0
merge nightly
2026-03-09 00:32:33 +01:00
samit
6aa50d353f
exposed trust_remote_code through the UI
2026-03-08 16:28:56 -07:00
Roland Tannous
e4fe027ef7
Merge pull request #320 from unslothai/fix/stale-dataset-split-on-switch
...
Fix/stale dataset split on switch
2026-03-09 00:14:09 +04:00
Roland Tannous
72ea4c18ef
Merge pull request #323 from unslothai/fix/vision-dataset-search-filter
...
fixing update model type
2026-03-09 00:13:50 +04:00
Roland Tannous
ff828c2d2c
Merge pull request #223 from unslothai/feature/support-for-audio-models
...
Adding support for audio llms
2026-03-09 00:09:59 +04:00
imagineer99
568c3cb64c
fix: replace favicon with branded sloth icon
2026-03-08 18:46:42 +00:00
Roland Tannous
7518b825a7
fix: pin streamdown package versions to avoid type mismatch
2026-03-08 16:29:28 +00:00
Wasim Yousef Said
2fa03b2f7c
Merge pull request #308 from unslothai/fix/browser-autofill-hf-token
...
Prevent browser credential autofill in HF token fields
2026-03-08 16:51:11 +01:00
Wasim Yousef Said
49bcf46cb6
Merge pull request #331 from unslothai/fix/slider-fill-alignment
...
Align slider fill bar with thumb across value range
2026-03-08 16:50:38 +01:00
Roland Tannous
d846b31dff
fix: handle structured audio part type in chat adapter
2026-03-08 14:18:16 +00:00
Roland Tannous
7db2c90cc6
merge nightly into audio branch (mock test)
2026-03-08 10:23:44 +00:00
imagineer99
f249fb3f00
fix: track live slider values for uncontrolled mode and scope fill to horizontal
2026-03-08 10:06:17 +00:00
Roland Tannous
c1bed702e6
Merge pull request #318 from unslothai/fix/recharts-dimension-warning
...
Fix Recharts -1 dimension warning on chart mount
2026-03-08 03:34:58 +04:00
Manan17
4faa6e9152
fixing sesame model
2026-03-07 19:06:00 +00:00
samit
51f5b56f1c
modified the title
2026-03-06 22:33:30 -08:00
Samit
7ec41afaf0
fixed model unload before load
2026-03-06 22:01:27 -08:00
Roland Tannous
08032e35a7
fix: add /v1 proxy entry to vite dev server config
...
Without this, /v1/chat/completions requests in local dev are served by
Vite instead of being proxied to the FastAPI backend.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 04:09:28 +00:00
Manan17
8afaf55eb5
derive effective model type from isVisionModel for dataset search filterin
2026-03-06 08:47:56 +00:00
Shine1i
72468a3292
feat(recipe-studio, validators): tweak OXC validator with lint suppression support and improve error normalization logic
2026-03-06 09:40:53 +01:00
Roland Tannous
527db4ffff
feat: add OpenAI-compatible /v1/chat/completions endpoint
2026-03-06 07:48:09 +00:00