Skip to content

Releases: russeell/jobfindsme

v0.12.4

Choose a tag to compare

@github-actions github-actions released this 23 Aug 23:50

Full Changelog: v0.12.3...v0.12.4

v0.12.3

Choose a tag to compare

@github-actions github-actions released this 23 Aug 23:24

Full Changelog: v0.12.2...v0.12.3

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 23 Aug 22:32

Full Changelog: v0.12.1...v0.12.2

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 22:25

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 11:20

Full Changelog: v0.11.0...v0.12.0

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 20:33

Full Changelog: v0.10.0...v0.11.0

jobfindsme v0.10.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:38

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

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 11:16

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 15:40
be0db19

What's Changed

  • release: v0.8.0 — remove evaluation shims and migrate paths by @russeell in #7

Full Changelog: v0.7.2...v0.8.0