unsloth/studio/frontend
Daniel Han 78b8ec8194 feat(chat): add search, feedback, export, shortcuts, memory, prompts, folders, artifacts
Comprehensive set of chat UI enhancements for ML power users.

Search: debounced sidebar search filtering threads by title and first
user message content.

Feedback: thumbs up/down buttons on assistant messages, persisted to
IndexedDB for preference dataset collection (DPO/RLHF).

Export: per-thread Markdown, JSON, and JSONL export from the sidebar
dropdown. JSONL uses OpenAI chat format for direct SFT use.

Keyboard shortcuts: Cmd+K command palette (cmdk), Cmd+Shift+N new chat,
Cmd+Shift+C compare, Cmd+Shift+S settings, ? help dialog.

Session memory: persistent context entries injected into system prompt.
CRUD panel in settings with per-entry toggle and token budget indicator.

Prompt library: reusable prompt templates with {{variable}} substitution,
stored in IndexedDB with tag support.

Folders and pinning: collapsible folder groups in sidebar, pin threads
to top, move-to-folder via dropdown menu.

Artifacts panel: auto-detected code blocks (20+ lines), HTML, and SVG
open in a right-side panel with version history and inline editing.

Screen wake lock: prevents screen sleep during long inference runs.

DB changes: Dexie version 4 adds folders, prompts, memory tables and
searchText/folderId/pinned/feedback fields with migration backfill.
2026-03-25 10:21:50 +00:00
..
public studio: windows desktop shortcut launcher (#4558) 2026-03-24 23:41:02 -07:00
src feat(chat): add search, feedback, export, shortcuts, memory, prompts, folders, artifacts 2026-03-25 10:21:50 +00:00
.gitignore Final cleanup 2026-03-12 18:28:04 +00:00
.gitkeep add studio root folder 2026-02-02 09:14:35 +00: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(chat): server-side timings, context display & source hover cards (#4467) 2026-03-20 23:42:01 -07: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 Final cleanup 2026-03-12 18:28:04 +00:00
index.html Final cleanup 2026-03-12 18:28:04 +00:00
package.json Fix tool call parsing, add tool outputs panel and UI improvements (#4416) 2026-03-18 08:28:02 -07:00
tsconfig.app.json Relax frontend unused local check (#4388) 2026-03-17 16:04:11 -07: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 Install commands for Windows + 1 line installs (#4447) 2026-03-19 02:09:09 -07:00