LyAhn
b8f59875d9
docs: add AGENTS.md and update README with CPU/CUDA setup
2026-04-29 08:33:43 +01:00
LyAhn
59d3280cb5
Merge pull request #4 from JezzWTF/jules-refactor-spinner-7897005482205256093
...
🧹 [Code Health] Extract duplicated SVG spinner into a shared component
2026-04-28 15:56:40 +01:00
google-labs-jules[bot]
2d2ab26994
🧹 [Code Health] Extract duplicated SVG spinner into a shared component\n\n 🎯 What: Extracted the duplicated <svg> spinner code in web/components/GenerationControls.tsx into a new lightweight React component SpinnerIcon.\n 💡 Why: This improves maintainability and keeps the code DRY by removing the inline duplication of the SVG path and properties.\n ✅ Verification: Ran pnpm install and pnpm run build in the web directory, confirming the code compiles successfully.\n ✨ Result: The isGenerating and !serverReady branches now cleanly reference the <SpinnerIcon /> component.
...
Co-authored-by: LyAhn <27559362+LyAhn@users.noreply.github.com >
2026-04-28 14:53:41 +00:00
LyAhn
fa0c5ec916
Merge pull request #3 from JezzWTF/fix-unhandled-exception-leakage-12139097266042119477
...
🔒 [security fix] Unhandled Exception Details Exposed to Users
2026-04-28 15:38:06 +01:00
google-labs-jules[bot]
adebfceeb0
🔒 security: fix unhandled exception details exposure
...
Replace detailed exception strings with generic error messages in
the health and generate endpoints to prevent information leakage.
Internal logs still contain full exception details for debugging.
Co-authored-by: LyAhn <27559362+LyAhn@users.noreply.github.com >
2026-04-28 14:36:06 +00:00
LyAhn
7b9cc8c7c2
Merge pull request #2 from JezzWTF/cleanup-offline-response-duplication-1343325800701975982
...
🧹 cleanup-offline-response-duplication
2026-04-28 15:19:31 +01:00
google-labs-jules[bot]
bd5c667307
chore: refactor duplicated offline response in health api route
...
Extract the duplicated offline response payload and common headers into
constants to improve maintainability and readability.
- Define OFFLINE_RESPONSE for { status: "offline" }
- Define COMMON_OPTIONS for { headers: { "Cache-Control": "no-store" } }
- Use these constants across all response paths in the route.
Co-authored-by: LyAhn <27559362+LyAhn@users.noreply.github.com >
2026-04-28 14:17:19 +00:00
LyAhn
c8110ccdde
feat: honour VIBEPOD_DEVICE env var for CPU/CUDA device selection
2026-04-28 14:22:38 +01:00
LyAhn
64cf431c2a
feat: add dev:cpu and dev:server:cpu npm scripts
2026-04-28 14:20:17 +01:00
LyAhn
55937308b3
feat: pass --cpu flag through dev.sh to server/start.sh
2026-04-28 14:17:59 +01:00
LyAhn
8901ae10b0
chore: ignore .venv-cpu (CPU-only virtual environment)
2026-04-28 14:16:10 +01:00
LyAhn
5b8b3a011d
feat: add --cpu flag to start.sh — separate venv via UV_PROJECT_ENVIRONMENT
2026-04-28 14:15:11 +01:00
LyAhn
e2f52473ea
Merge pull request #1 from JezzWTF/copilot/create-vibepod-tts-podcast-generator
...
Add VibePod — Next.js 15 TTS podcast generator GUI backed by VibeVoice 0.5B
2026-04-28 00:33:32 +01:00
LyAhn
34ec879cdb
feat: add studio roadmap and streaming cleanup
2026-04-28 00:09:15 +01:00
copilot-swe-agent[bot]
11ffc7df7c
Improve dev startup: model download script, loading state in health check, faster polling
...
Agent-Logs-Url: https://github.com/JezzWTF/vibepod/sessions/3c05c740-b0a3-497d-88f1-dfa63121424d
Co-authored-by: LyAhn <27559362+LyAhn@users.noreply.github.com >
2026-04-27 16:00:53 +00:00
copilot-swe-agent[bot]
3974a4cf69
Create VibePod TTS podcast generator application
...
Agent-Logs-Url: https://github.com/JezzWTF/vibepod/sessions/a78fcf03-e979-4777-a428-18cc8eccc095
Co-authored-by: LyAhn <27559362+LyAhn@users.noreply.github.com >
2026-04-27 15:41:46 +00:00
copilot-swe-agent[bot]
ee85bece74
Initial plan
2026-04-27 15:28:49 +00:00
LyAhn
c75501e14e
Initial commit
2026-04-27 16:28:46 +01:00