Roland Tannous
5d471d7e4a
feat: add AI Assist button for user-triggered column classification
...
Move LLM-assisted column mapping from silent /check-format automation
to an explicit "AI Assist" button in the dataset mapping dialog. This
makes the feature transparent and user-controlled.
- Remove llm_classify_columns() from check_dataset_format() (heuristic-only)
- Remove auto-save suggested_mapping from use-training-actions.ts
- Add POST /api/datasets/ai-assist-mapping endpoint (receives preview
samples from frontend, no dataset re-loading needed)
- Add AiAssistMappingRequest/Response models
- Add aiAssistMapping() frontend API function
- Add Sparkles AI Assist button to DatasetMappingCard with loading state
- Wire up handleAiAssist handler in dataset-preview-dialog.tsx
2026-03-10 11:09:01 +00:00
Roland Tannous
0ec340d3e1
fix: LLM-assisted mapping flows from /check-format to training
...
- Frontend auto-saves suggested_mapping into datasetManualMapping when
check-format returns requires_manual_mapping=false, so the mapping
flows to training via custom_format_mapping (no redundant AI calls)
- Backend returns meaningful warning when column detection fails
(LLM-generated or static fallback) for both text and VLM datasets
- /check-format endpoint merges check_dataset_format warnings with
existing URL-based image detection warnings
2026-03-10 09:58:58 +00:00
Roland Tannous
daa50d0756
Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots"
...
This reverts commit 6b43e33ff1 , reversing
changes made to 9edadaf21f .
2026-03-10 01:52:47 +00:00
Shine1i
5301514775
feat(studio): studio storage roots path utilities
2026-03-09 23:48:31 +00:00
Roland Tannous
d882678fe4
Add AGPL-3.0 SPDX headers to all source files
2026-03-09 20:17:45 +00:00
Wasim Yousef Said
a4bc6330a0
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
1fe8995f1c
feat(recipe-studio): add support for managing tools by provider in tool profiles
2026-03-09 19:19:14 +01:00
Shine1i
2ccb75f2b7
Merge remote-tracking branch 'origin/nightly' into feature/fixes-client
2026-03-09 19:07:42 +01:00
Roland Tannous
b6811bc5c4
Merge pull request #342 from unslothai/local-dataset
...
dataset upload
2026-03-09 21:22:23 +04:00
Roland Tannous
ae89101e81
Revert "narrow stale selection guard to only skip clearing for uploaded files"
...
This reverts commit fbcd111a70 .
2026-03-09 16:51:30 +00:00
Roland Tannous
6eba6fff43
fix: disable Start Training when eval_steps set without eval split
2026-03-09 16:20:00 +00:00
Shine1i
1f37b76b19
feat(recipe-studio): remove MCP tools-related dialogs and refactor tool profile management logic
2026-03-09 17:04:15 +01:00
Shine1i
c67f4ba29f
feat(recipe-studio): improve UI responsiveness and fix JSON preview handling
2026-03-09 16:04:46 +01:00
Shine1i
1ae8fb402b
feat(studio): centralize chart styling and formatting
2026-03-09 15:34:15 +01:00
Roland Tannous
fbcd111a70
narrow stale selection guard to only skip clearing for uploaded files
2026-03-09 14:01:02 +00:00
Roland Tannous
1d06e2f54c
switch dataset upload from base64 JSON to multipart/form-data with streamed writes
2026-03-09 13:55:45 +00:00
Shine1i
d66bc2760b
feat(studio): rework chart settings with a new preferences store and revamped settings UI
2026-03-09 14:47:20 +01:00
Roland Tannous
c998227fec
add client-side file size validation before upload
2026-03-09 13:38:00 +00:00
imagineer99
8fa021e839
style: reduce border radius on onboarding summary cards
2026-03-09 13:33:00 +00:00
Roland Tannous
91dd7fc762
merge nightly, resolve conflict in use-chat-model-runtime
2026-03-09 13:19:17 +00:00
imagineer99
d1c544b705
style: remove playground sidebar right border
2026-03-09 13:08:59 +00:00
Shine1i
95f9e0ba41
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
e188a7b067
style: improve navbar spacing and icon rendering
2026-03-09 11:37:19 +00:00
Roland Tannous
1ddd138da8
add trust_remote_code to BackendTrainingDefaults type
2026-03-09 10:51:28 +00:00
Roland Tannous
a1105d8ef3
wire trust_remote_code from YAML configs to frontend toggles
2026-03-09 10:15:15 +00:00
Roland Tannous
e1b6798a4e
Merge pull request #329 from unslothai/fix/add-title
...
modified the title
2026-03-09 13:10:17 +04:00
Manan17
a49638c504
dataset upload
2026-03-09 05:50:18 +00:00
Wasim Yousef Said
91e81227bd
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
f41a552c29
feat(recipe-studio): enforce run name validation for full runs and refine validation UI
2026-03-09 02:53:59 +01:00
Shine1i
3b1663b1e9
feat(recipe-studio, datasets): improve dataset handling and update metadata logic
2026-03-09 02:47:32 +01:00
Shine1i
84f005fb25
feat(recipe-studio, studio): dataset logic, refine run settings, and improve validation UI
2026-03-09 02:06:12 +01:00
Roland Tannous
254f10e37a
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
e00d7c6745
feat(studio): refine dataset selection logic with Hugging Face and local dataset support
2026-03-09 01:16:45 +01:00
Shine1i
a2dde15367
merge nightly
2026-03-09 00:32:33 +01:00
samit
86e94b5844
exposed trust_remote_code through the UI
2026-03-08 16:28:56 -07:00
Roland Tannous
2c879bf4a4
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
1bf0d39f3d
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
d98d4da6c8
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
cc0aa43d5d
fix: replace favicon with branded sloth icon
2026-03-08 18:46:42 +00:00
Roland Tannous
f4393ed3e5
fix: pin streamdown package versions to avoid type mismatch
2026-03-08 16:29:28 +00:00
Wasim Yousef Said
efaae9dc4c
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
2001abfb26
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
1e39e7d05f
fix: handle structured audio part type in chat adapter
2026-03-08 14:18:16 +00:00
Roland Tannous
1435dbaf59
merge nightly into audio branch (mock test)
2026-03-08 10:23:44 +00:00
imagineer99
075bfe961b
fix: track live slider values for uncontrolled mode and scope fill to horizontal
2026-03-08 10:06:17 +00:00
Roland Tannous
ff56a5f785
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
905f989521
fixing sesame model
2026-03-07 19:06:00 +00:00
samit
3eef1dcfe3
modified the title
2026-03-06 22:33:30 -08:00
Samit
5f902af456
fixed model unload before load
2026-03-06 22:01:27 -08:00
Roland Tannous
f45f1f74c0
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