All checks were successful
Release / Test backend (push) Successful in 40s
Release / Check ui (push) Successful in 1m38s
Release / Docker / caddy (push) Successful in 41s
Release / Docker / backend (push) Successful in 3m15s
Release / Docker / runner (push) Successful in 4m34s
Release / Upload source maps (push) Successful in 1m33s
Release / Docker / ui (push) Successful in 3m39s
Release / Gitea Release (push) Successful in 40s
- Add POST /api/admin/text-gen/chapter-names/async backend endpoint: fire-and-forget, returns job_id immediately (HTTP 202), runs batch generation in background goroutine, persists proposed titles in ai_job payload when done - Register new route in server.go alongside existing SSE endpoint (backward compat) - Add SvelteKit proxy at /api/admin/text-gen/chapter-names/async - Add SvelteKit proxy for GET /api/admin/ai-jobs/[id] (job detail with payload) - Add Review button on ai-jobs page for done chapter-names jobs; inline panel shows editable title table (old to new) with Apply All button that POSTs to chapter-names/apply