unsloth/studio/frontend/src
Shine1i 13e153e448 feat: refactor and extend recipe execution logic
- Extracted shared execution utilities into `execution-helpers.ts` for reusability across features.
- Replaced deprecated `/preview` endpoint and its logic with unified job execution handling.
- Consolidated job execution flows ("Preview" and "Full Run") into shared `runJobExecution` logic.
- Enhanced execution progress tracking with support for column-level progress reporting.
- Added support for handling execution job events and improved error reporting from the backend.
- Updated backend to better manage dataset access errors and provide more informative error messages.
- Cleaned up redundant code in `use-recipe-studio-actions` and streamlined execution APIs.
2026-02-20 12:47:51 +01:00
..
app Merge branch 'nightly' into feature/canvas-lab 2026-02-20 01:23:44 -08:00
assets add studio root folder 2026-02-02 09:14:35 +00:00
components refactor: remove Jinja autocomplete components and simplify variable handling 2026-02-20 10:36:51 +01:00
config feat: add eval split auto-detection, eval_steps hyperparam, and eval_loss chart integration 2026-02-16 13:38:54 +00:00
features feat: refactor and extend recipe execution logic 2026-02-20 12:47:51 +01:00
hooks added hf token validation 2026-02-19 21:05:27 -08:00
lib rm vitest 2026-02-15 21:13:15 +01:00
shared feat: add builders and components for LLM configuration in Recipe Studio and refactor for readability, preparing for draft 2026-02-12 04:25:15 +01:00
stores feat: add training feature with state management, API integration, and runtime synchronization 2026-02-13 12:26:28 +01:00
types cfg->subset 2026-02-15 21:09:45 +01:00
utils feat: refactor block definitions and utilities into modular components for enhanced maintainability 2026-02-14 19:13:19 +01:00
index.css rm shine + perf 2026-02-15 19:41:15 +01:00
main.tsx refactor: create utilities for dataset manual mapping and improve UI logic consistency in dataset preview dialog 2026-02-16 01:54:09 +01:00