Commit History

feat(web): info icon on every param with hover/click tooltip; add help text to all params
200e3fe
Running
unverified

techfreakworm commited on

feat(web): responsive layout for phone and tablet (header stack, padding scale, seed-row wrap)
14c6f28
unverified

techfreakworm commited on

refactor: remove dead ZeroGPU shim (Docker Spaces don't support ZeroGPU)
1d7b5cd
unverified

techfreakworm commited on

docs: add HF Space badge + MIT LICENSE file
b35f655
unverified

techfreakworm commited on

chore(hf): add Hugging Face Space metadata frontmatter to README
f777900
unverified

techfreakworm commited on

feat(web): ember-glow favicon
c40f1b6
unverified

techfreakworm commited on

feat(web): make ProgressBar sticky to top of viewport during generation
1dba6d5
unverified

techfreakworm commited on

fix(progress): run sync adapter.generate in a thread so SSE events stream during generation
93f7cf1
unverified

techfreakworm commited on

feat(progress): wrap /api/generate/dialog in session; emit per-turn events
2d745c3
unverified

techfreakworm commited on

feat(progress): /api/progress SSE endpoint; wrap /api/generate in session
ecf13ab
unverified

techfreakworm commited on

feat(web): footer credit β€” Made with β™₯ by techfreakworm
5043eea
unverified

techfreakworm commited on

feat(web): ProgressBar β€” determinate (Dialog) and indeterminate (Single)
95a2dcc
unverified

techfreakworm commited on

feat(web): Studio mode toggle wires DialogComposer + dialog generate flow
e3066e0
unverified

techfreakworm commited on

chore(scripts): smoke.sh exercises /api/generate/dialog as well
512fc03
unverified

techfreakworm commited on

feat(web): progress subscriber + useProgress hook
afe44d6
unverified

techfreakworm commited on

feat(web): DialogComposer β€” speaker slots, engine radio, script + params
3dd591f
unverified

techfreakworm commited on

feat(progress): ProgressBus with sessions, ticks, and turn-complete events
422829d
unverified

techfreakworm commited on

feat(web): ModeToggle (Single/Dialog) and SpeakerSlot components
e859fb0
unverified

techfreakworm commited on

chore(web): tailwind keyframe + animation for progress stripe
5eaf65c
unverified

techfreakworm commited on

feat(web): generateDialog client with per-speaker multipart
192ae87
unverified

techfreakworm commited on

feat(dialog): /api/generate/dialog endpoint + per-turn dispatcher with seed reuse
edf3bf7
unverified

techfreakworm commited on

feat(dialog): parse_dialog with SPEAKER A-D regex and edge-case handling
5d81907
unverified

techfreakworm commited on

feat(web): IndexedDB v2 migration; show seed and reuse button on history rows
8122b04
unverified

techfreakworm commited on

feat(web): seed control with -1=random + randomize button
97db435
unverified

techfreakworm commited on

docs: implementation plan for progress UI + footer branding
19d6f18
unverified

techfreakworm commited on

feat(web): ParamsPanel splits params into basic + advanced disclosure
73c8079
unverified

techfreakworm commited on

docs: spec for SSE-driven progress UI + footer branding
dd2ec5b
unverified

techfreakworm commited on

test(adapters): assert every param has a valid group
0f24486
unverified

techfreakworm commited on

feat(models): expand chatterbox-mtl params (seed, repetition_penalty, min_p, top_p)
b473465
unverified

techfreakworm commited on

feat(models): expand chatterbox-turbo params (seed, top_k, exaggeration, cfg_weight, etc.)
f111e30
unverified

techfreakworm commited on

feat(models): expand chatterbox-en params (seed, repetition_penalty, min_p, top_p)
cc6b3e5
unverified

techfreakworm commited on

feat(api): adapter generate returns seed_used; expose X-Seed-Used header
b066638
unverified

techfreakworm commited on

feat(seed): apply_seed helper that returns the seed actually used
451dece
unverified

techfreakworm commited on

feat(schemas): add group field to ParamSpec (basic/advanced)
a75ec91
unverified

techfreakworm commited on

docs: implementation plan for param expansion + Dialog mode
9685375
unverified

techfreakworm commited on

docs: spec for param expansion + Dialog mode
ed5f3e7
unverified

techfreakworm commited on

chore(api,web): include validation message and detail in /api/generate error response
8d8e3d7
unverified

techfreakworm commited on

feat(scripts): start.ps1 offers winget install of Python 3.11 + Node LTS; start.sh hints brew/apt
79f58fb
unverified

techfreakworm commited on

feat(web): play/stop button on each voice card; one plays at a time
8fc86e0
unverified

techfreakworm commited on

fix: re-encode reference voices as PCM WAV in browser; expand turbo tag list to 9
ded73f2
unverified

techfreakworm commited on

fix(deps): pin setuptools<80 (perth needs pkg_resources, removed in 80+)
108b9f8
unverified

techfreakworm commited on

feat(web): editorial-studio visual polish β€” Fraunces serif, IBM Plex mono, warm dark, ember accents
65949d0
unverified

techfreakworm commited on

docs: README with quick start, deploy notes, model table
c3ddb06
unverified

techfreakworm commited on

chore(deploy): one-click launchers and HF Spaces Dockerfile
f063646
unverified

techfreakworm commited on

feat(web): Studio composes generate flow + SSE-driven loading banner
482daf6
unverified

techfreakworm commited on

feat(web): UI components β€” ParamsPanel, TagBar, ModelPicker, DeviceBadge, VoiceLibrary, HistoryList, VoiceComposer
b2d4d0e
unverified

techfreakworm commited on

feat(web): API client, IndexedDB store, Recorder state machine
96f2542
unverified

techfreakworm commited on

chore: gitignore TS/Vite build artifacts
fa69513
unverified

techfreakworm commited on

feat(web): Vite/React/TS/Tailwind/shadcn scaffold + Studio shell
c736f72
unverified

techfreakworm commited on

chore(scripts): add smoke.sh end-to-end check
2db0be0
unverified

techfreakworm commited on