Skip to content

jobfindsme v0.10.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:38
· 43 commits to main since this release

jobfindsme v0.10.0

A local-first job-search radar for AI agents. Ask Codex, Claude Code, or Cursor
to search Chinese job platforms, rank roles against local resume facts, return
direct application links, and remember what you have seen or applied to.

Highlights

  • One canonical Skill with thin Codex, Claude Code, and Cursor adapters.
  • Eight typed stdio MCP tools for profile, search, job state, and local privacy.
  • Deterministic five-section search output with apply links and source status.
  • Local SQLite tracking for new, changed, reopened, closed, applied, and ignored jobs.
  • No model API key required by the Core.
  • Agent behavior TDD: the no-Skill baseline fails 0/6 and the installed Skill passes 6/6.

Install

curl -fsSL https://cdn.jsdelivr.net/gh/russeell/jobfindsme@v0.10.0/scripts/install.sh | bash
jobfindsme doctor

Then install the Agent plugin as documented in the
quickstart.

Verification

  • 315 Python tests pass.
  • Linux Python 3.11/3.12/3.13 and macOS Python 3.13 run in CI.
  • Clean wheel install, SQLite migrations, Cursor configuration, and MCP stdio
    smoke tests pass.
  • Release assets include the wheel and its SHA-256 checksum.

Source boundary

Liepin is the primary browser-free source. BOSS Zhipin uses an authorized local
Chrome session. Zhaopin and 51job are experimental and may be blocked by
platform security checks; failures and cache use are reported explicitly.

Full changelog: v0.9.0...v0.10.0