nxtgauge-backend-rust/apps
Tracewebstudio Dev ad4ab0477a
All checks were successful
build-and-release / build (photographers) (push) Successful in 7s
build-and-release / build (makeup-artists) (push) Successful in 12s
build-and-release / build (social-media-managers) (push) Successful in 8s
build-and-release / build (tutors) (push) Successful in 8s
build-and-release / build (ugc-content-creators) (push) Successful in 8s
build-and-release / build (video-editors) (push) Successful in 8s
backend-integration-tests / ai-credits (push) Successful in 13s
build-and-release / build (users) (push) Successful in 3m55s
build-and-release / build (developers) (push) Successful in 13s
build-and-release / build (customers) (push) Successful in 18s
build-and-release / build (employees) (push) Successful in 17s
build-and-release / build (companies) (push) Successful in 21s
build-and-release / build (cron) (push) Successful in 20s
build-and-release / build (catering-services) (push) Successful in 24s
build-and-release / build (fitness-trainers) (push) Successful in 7s
build-and-release / build (gateway) (push) Successful in 7s
build-and-release / build (job-seekers) (push) Successful in 7s
build-and-release / build (graphic-designers) (push) Successful in 7s
build-and-release / build (payments) (push) Successful in 8s
build-and-release / build (jobs) (push) Successful in 11s
feat(ai): cover letter inline generation + draft_content field on AskAshResponse
AskAshResponse now carries draft_content: Option<String> — a clean raw
generated text separate from the prose wrapper in message. Used by:
  - profile_draft: the improved summary text (for Save to Profile)
  - cover_letter_draft: the letter body (for clipboard copy)

When Intent::CoverLetter is detected in ask_ash:
  - Fetches job_seeker_profiles (full_name, summary, experience, skills)
  - Calls LLM with cover_letter_generate feature key (charges credits)
  - Returns action_type: 'cover_letter_draft', suggested_action: 'open_cover_letter'
  - draft_content holds the raw letter body; message wraps it in --- delimiters
  - If no profile found: returns navigation response to open_cover_letter
  - LLM failure falls through to generic path

Profile draft updated to populate draft_content: Some(improved) so the
frontend no longer needs regex parsing to extract the clean text.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-15 13:16:20 +02:00
..
catering_services Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
companies fix: return JSON errors from create_job and add admin job-slot grant endpoint 2026-08-03 17:04:00 +05:30
cron fix: security, wallet holds, printpdf upgrade 2026-08-12 13:38:17 +02:00
customers Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
developers Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
employees Fix security audit findings: admin authz, captcha, secret leak, CORS 2026-07-23 17:31:48 +05:30
fitness_trainers Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
gateway feat(waitlist): admin listing endpoint (GET /api/admin/waitlist) 2026-08-14 04:05:17 +05:30
graphic_designers Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
job_seekers fix: security, wallet holds, printpdf upgrade 2026-08-12 13:38:17 +02:00
jobs Fix security audit findings: admin authz, captcha, secret leak, CORS 2026-07-23 17:31:48 +05:30
makeup_artists Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
payments feat(ai-credits): real coupon validation endpoint; restore invoice FK integrity 2026-08-14 15:26:47 +05:30
photographers Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
social_media_managers Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
tutors Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
ugc_content_creators Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30
users feat(ai): cover letter inline generation + draft_content field on AskAshResponse 2026-08-15 13:16:20 +02:00
video_editors Surface real B2 upload errors and enforce 10MB body limit on document uploads 2026-07-26 19:25:53 +05:30