Shine1i
|
f2b2b33769
|
feat(studio): add auth-specific paths and integrate auth database location
|
2026-03-09 23:48:31 +00:00 |
|
Shine1i
|
c2871fcff8
|
fix(studio): update temporary directory path to use system temp dir
|
2026-03-09 23:48:31 +00:00 |
|
Shine1i
|
b08b606b21
|
feat(studio): studio storage roots path utilities
|
2026-03-09 23:48:31 +00:00 |
|
Roland Tannous
|
4ceaeb3649
|
Merge pull request #349 from unslothai/license/agpl3-studio
Add AGPL-3.0 SPDX headers to all source files
|
2026-03-10 00:30:29 +04:00 |
|
Roland Tannous
|
a0f03d3080
|
Add AGPL-3.0 SPDX headers to all source files
|
2026-03-09 20:17:45 +00:00 |
|
Roland Tannous
|
2916a2dfcb
|
Merge pull request #348 from unslothai/license/agpl3-studio
Main license file for studio codebase
|
2026-03-09 23:38:08 +04:00 |
|
Roland Tannous
|
11aa870d96
|
Add AGPL-3.0 license to studio folder
|
2026-03-09 19:36:25 +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 |
|
Wasim Yousef Said
|
5a0eb7e646
|
Merge pull request #345 from unslothai/feature/fixes-client
feat(studio): fix chat code block actions and some training view changes
|
2026-03-09 19:22:19 +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
|
3745e06776
|
store uploaded datasets under assets/datasets/uploads instead of ~/.cache
|
2026-03-09 17:06:36 +00: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
|
b8dd4e2615
|
Merge pull request #346 from unslothai/fix/eval-loss-worker-filtering
fix: eval loss broken after subprocess isolation refactor
|
2026-03-09 20:43:19 +04:00 |
|
Roland Tannous
|
a8992279b6
|
fix: split dataset 80/20 when eval split matches train split
|
2026-03-09 16:36:44 +00:00 |
|
Shine1i
|
b9f2820cd6
|
chore(data-recipe): bump data-designer to 0.5.2 and pin duckdb<1.5
|
2026-03-09 17:27:02 +01: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 |
|
Roland Tannous
|
a7d78d16be
|
fix: restore eval_enabled early signal for subprocess training
|
2026-03-09 15:35:49 +00:00 |
|
Shine1i
|
24cb20c076
|
feat(recipe-studio): improve UI responsiveness and fix JSON preview handling
|
2026-03-09 16:04:46 +01:00 |
|
Roland Tannous
|
d85176ba1a
|
fix: allow eval-only progress events through worker callback filter
|
2026-03-09 14:39:49 +00: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 |
|
Roland Tannous
|
07ba02d610
|
include all candidate files when scanning a directory, not just the first
|
2026-03-09 13:52: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 |
|
Roland Tannous
|
ee6d5c124d
|
normalize uploaded filename extension to lowercase for consistent downstream checks
|
2026-03-09 13:35:55 +00:00 |
|
imagineer99
|
b5cea7ea1e
|
style: reduce border radius on onboarding summary cards
|
2026-03-09 13:33:00 +00:00 |
|
Roland Tannous
|
dd24009f06
|
Merge pull request #340 from unslothai/fix/auth-audio
Added auth to audio generate endpoint
|
2026-03-09 17:25:49 +04:00 |
|
Roland Tannous
|
808239095c
|
Merge pull request #338 from unslothai/fix/trust-code
Exposed trust_remote_code through the UI
|
2026-03-09 17:19:56 +04:00 |
|
Roland Tannous
|
dcedc4df56
|
merge nightly, resolve conflict in use-chat-model-runtime
|
2026-03-09 13:19:17 +00:00 |
|
Roland Tannous
|
f416b7aa3d
|
training: restore YAML fallback for trust_remote_code (no UI toggle)
|
2026-03-09 13:10:24 +00:00 |
|
imagineer99
|
0dc3f003cc
|
style: remove playground sidebar right border
|
2026-03-09 13:08:59 +00:00 |
|
Roland Tannous
|
83b1ff05ef
|
respect trust_remote_code toggle, return helpful error when required
|
2026-03-09 13:06:55 +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 |
|
Roland Tannous
|
5ebd4de2ef
|
backend: resolve trust_remote_code from YAML when not set by frontend
|
2026-03-09 11:58:23 +00: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
|
cb741f8232
|
add trust_remote_code defaults to all model configs
|
2026-03-09 09:54:52 +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
|
0cc5fe3de8
|
remove file size limit
|
2026-03-09 07:04:02 +00: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 |
|
samit
|
1eb68678a0
|
added auth to audio generate endpoint
|
2026-03-08 17:46:54 -07:00 |
|