Releases: celloopa/ghosted
Releases · celloopa/ghosted
v0.7.0-beta: Unified Fetch & Agent Pipeline
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 pipelineghosted context- Output context for AI agent workflowsghosted 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 (wasf)f= fetch URL (new)
See CHANGELOG.md for full details.
v0.3.0-beta
What's New
Saved Status Improvements
- Applications with "saved" status no longer require a date
- Date auto-sets to today when changing from "saved" to another status
Better Sorting
- Applications now sorted by stage (later stages first: accepted > offer > interview > etc)
- Within same stage, sorted by date (newest first)
Self-Update Command
- New
ghosted upgradecommand to easily update to the latest version - Just run
ghosted upgrade- no need to clone repo or run make
Install / Upgrade
# New install
go install github.com/celloopa/ghosted@latest
# Or upgrade existing
ghosted upgradev0.2.0-beta
What's Changed
Centered Responsive TUI
- Content is now centered both horizontally and vertically
- Responsive width adapts to terminal size (max 100 chars for readability)
Easy Installation
- Added
Makefilewithmake installtarget - Uses
go installfor cross-platform compatibility (Linux/macOS) - Updated README with clearer install instructions
Install
git clone https://github.com/celloopa/ghosted.git
cd ghosted
make installMake sure ~/go/bin is in your PATH.
Full Changelog: v0.1.1-beta...v0.2.0-beta
v0.1.1-beta
What's Changed
Rebranding
- Renamed all references from
jobtracktoghosted - Updated CLI usage messages, schema, and documentation
TUI Improvements
- Changed "APPLIED" column header to "DATE SENT"
- Fixed column alignment in list view
Agent Support
- Added
AGENTS.mdfor generic AI agent instructions CLAUDE.mdnow tracked in repo for Claude Code users
Full Changelog: v0.1.0-beta...v0.1.1-beta