285dc06d57
Docker Build / Build and Push Docker Image (push) Successful in 4m4s
1. Rename Playground to Chat Workspace / 对话工作台 in all 6 languages
- Updated i18n values in zh/en/fr/ru/ja/vi locale files
- Route path /playground and Image Playground left unchanged
2. Fix image playground count slider stuck at 1
- Added +/- stepper buttons alongside the Slider for Count control
- Added count normalization (Math.round, clamp 1-10)
- Added Decrease/Increase i18n keys
3. Add delete and clear-failed for failed image results
- Failed image cards now show a delete (X) button
- Toolbar adds 'Clear failed' button when failures exist
- Added handleClearFailed in index.tsx
- Added 'Clear failed' i18n key
4. Log image generation failures to consume log
- ImageHelper now records a consume log (quota=0) on request/response
failures, so users can see failure reasons in usage logs
- Includes size, quality, count, and error message in log content
5. Improve channel test logging for image models
- buildTestLogOther now includes test_request_body and
test_response_body in the Other field for diagnostics
- buildTestLogContent already records size/quality/count for images
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>