Skip to content

Releases: cslylla/actually-remote

v1.1.0 — Company Discovery Agent

05 Mar 09:58
69ba182

Choose a tag to compare

What's new in v1.1.0

Company Discovery Agent

Actually Remote can now find companies you haven't heard of yet.

Run python discover.py to search Ashby, Greenhouse, and Lever
job boards using your target job titles and location keywords.
The agent uses Google Gemini with live Google Search grounding
to suggest remote-friendly companies not yet in your companies.csv.

Features:

  • Searches up to 6 queries, combining your job titles and locations
  • Filters out companies already in your list
  • Validates each URL is accessible before suggesting it
  • Sends results via your configured notification channels
  • Saves results to discovery_results.txt

Requirements:

  • Valid Gemini API key in .env
  • Free tier is sufficient (6 requests per run)

Other changes

  • Added ai_model configuration option to config.yaml
  • Updated to google-genai package (replaces deprecated google-generativeai)
  • Improved README with discovery agent documentation

v1.0.0 — Actually Remote

03 Mar 11:16

Choose a tag to compare

Added

  • Initial repo structure and configuration templates
  • Curated list of remote-friendly EU/global tech companies
  • Core scraper with batch rotation scheduling
  • AI-powered CV matching with pluggable provider support
  • Daily email digest notifications
  • Optional Discord and Telegram notifications
  • --dry-run mode for URL validation
  • --test mode for end-to-end pipeline testing
  • GitHub Actions workflow for daily automated runs
  • PR validation workflow for community company submissions