Skip to content

v0.7.0-beta: Unified Fetch & Agent Pipeline

Latest

Choose a tag to compare

@celloopa celloopa released this 16 Jan 17:15
· 7 commits to main since this release

What's New

Unified Fetch Command

ghosted fetch <url|domain> now handles both job postings and CVs with auto-detection:

  • Bare domain (e.g., cello.design) → fetches CV from /cv.json
  • Any URL with path → fetches job posting to local/postings/

TUI Fetch View

Press f from the list view to fetch a job posting or CV via URL input.

New CLI Commands

  • ghosted apply <posting> - Run full document generation pipeline
  • ghosted context - Output context for AI agent workflows
  • ghosted compile <id|dir> - Compile Typst to PDF and update tracker

Agent Pipeline

Multi-agent document generation with:

  • Resume Generator (tailored Typst resumes)
  • Cover Letter Generator (personalized cover letters)
  • Hiring Manager Reviewer (70+ score to approve)
  • Tracker Integration (adds to ghosted tracker)

Key Binding Changes

  • s = filter by status (was f)
  • f = fetch URL (new)

See CHANGELOG.md for full details.