You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(v7-k1): tokenizer preset dropdown via tokenizer.list_presets RPC
Honest-closure: backend exposed PRESET_LIBRARY of 12 tokenizers
through tokenizer.list_presets, but the playground asked users to
type the source path by hand — preset names were 'hardcoded knowledge'
nowhere surfaced.
- TokenizerPlayground: fetches presets on mount and renders both an
HTML <datalist> (auto-complete on the text input) and a per-panel
<select> dropdown. Selecting an option populates the source input;
the option list reflects backend state, so changes to PRESET_LIBRARY
propagate without a frontend rebuild.
- Falls back gracefully (no dropdown) if list_presets RPC errors.
0 commit comments