unsloth/studio/frontend
Roland Tannous ed849b7d0d fix: advisor quality gate, better prompts, always show AI Assist button
- Reject advisor result when Pass 3 scores < 6 or is_acceptable=false,
  falls back to simple column classification instead of using bad output
- Improved Pass 2 prompt: explicit rules for label_mapping completeness,
  {column_name} vs {column_name_name} for mapped labels, column_roles
  must match which template uses them
- Build suggested_mapping from ALL template-referenced columns (not just
  first match per role) — fixes hypothesis being dropped from SNLI mapping
- Guard against LLM returning literal string "null" for revised_system_prompt
- Always show AI Assist button when available, even when mapping looks complete
2026-03-10 15:51:14 +00:00
..
public fix: replace favicon with branded sloth icon 2026-03-08 18:46:42 +00:00
src fix: advisor quality gate, better prompts, always show AI Assist button 2026-03-10 15:51:14 +00:00
.gitignore chore: ignore frontend .omx 2026-02-15 14:50:26 +01:00
.gitkeep add studio root folder 2026-02-02 09:14:35 +00:00
AGENTS.md sheet icons and llm judge 2026-02-05 11:38:11 +01:00
biome.json feat: add seed dataset support with configuration, preview, and builder utilities 2026-02-14 18:44:38 +01:00
bun.lock feat(seed): backend unstructured seed reader + server-side chunking, remove client chunk splitter 2026-03-03 11:11:26 +01:00
components.json add studio root folder 2026-02-02 09:14:35 +00:00
data-designer.openapi (1).yaml save and import, and fixes 2026-02-04 14:32:49 +01:00
eslint.config.js add studio root folder 2026-02-02 09:14:35 +00:00
index.html fix: replace favicon with branded sloth icon 2026-03-08 18:46:42 +00:00
package.json merge nightly 2026-03-09 00:32:33 +01:00
README.md cleanup 2026-02-04 13:28:39 +01:00
tsconfig.app.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.node.json cleanup 2026-02-04 13:28:39 +01:00
vite.config.ts fix: add /v1 proxy entry to vite dev server config 2026-03-07 04:09:28 +00:00

React + TypeScript + Vite + shadcn/ui

This is a template for a new Vite project with React, TypeScript, and shadcn/ui.