Releases: cslylla/actually-remote
Releases · cslylla/actually-remote
v1.1.0 — Company Discovery Agent
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_modelconfiguration option toconfig.yaml - Updated to
google-genaipackage (replaces deprecatedgoogle-generativeai) - Improved README with discovery agent documentation
v1.0.0 — Actually Remote
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-runmode for URL validation--testmode for end-to-end pipeline testing- GitHub Actions workflow for daily automated runs
- PR validation workflow for community company submissions