Release Notes v0.1.0
Initial runnable MVP release of StableSteering.
Published HTML documentation:
Highlights
- FastAPI backend for experiments, sessions, rounds, feedback, replay, diagnostics, and async job status
- real Diffusers-backed GPU runtime by default
- explicit test-only mock backend
- browser UI for setup, interactive sessions, replay, diagnostics, and trace visibility
- rich backend logging and persisted frontend/backend trace events
- async round generation and feedback submission with visible progress indicators
- per-session HTML trace reports saved by the backend
- replay exports with schema and app version metadata
- Playwright browser coverage, including replay export smoke and diagnostics checks
- opt-in real-backend browser smoke path for CUDA-capable environments
- reusable real GPU-backed end-to-end example bundle generation
Included Documentation
Validation Snapshot
python -m pytestnpm run test:e2e:chromepython scripts/build_pages_site.py
Notes
- The normal runtime requires a CUDA-capable GPU.
- The mock generator is available only for tests and explicit test harnesses.
- This is a research MVP, not a production release.