Skip to content

Releases: celloopa/ghosted

v0.7.0-beta: Unified Fetch & Agent Pipeline

16 Jan 17:15

Choose a tag to compare

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.

v0.3.0-beta

14 Jan 01:32

Choose a tag to compare

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 upgrade command 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 upgrade

v0.2.0-beta

13 Jan 19:53

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

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 Makefile with make install target
  • Uses go install for cross-platform compatibility (Linux/macOS)
  • Updated README with clearer install instructions

Install

git clone https://github.com/celloopa/ghosted.git
cd ghosted
make install

Make sure ~/go/bin is in your PATH.

Full Changelog: v0.1.1-beta...v0.2.0-beta

v0.1.1-beta

13 Jan 19:45

Choose a tag to compare

v0.1.1-beta Pre-release
Pre-release

What's Changed

Rebranding

  • Renamed all references from jobtrack to ghosted
  • 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.md for generic AI agent instructions
  • CLAUDE.md now tracked in repo for Claude Code users

Full Changelog: v0.1.0-beta...v0.1.1-beta