Skip to content

SkillRadar v0.3.1 — Offline-first Codex routing

Choose a tag to compare

@github-actions github-actions released this 25 Aug 14:13

SkillRadar v0.3.1 — Offline-first Codex routing

v0.3.1 fixes the packaging and routing gaps found during a real Codex CLI acceptance test on macOS.

Fixed

  • Bundles the complete safety-gated SkillRadar registry inside the Codex plugin.
  • Routes from the local bundled registry first; GitHub/network access is fallback only.
  • Clarifies that skillradar.mjs is SkillRadar's own read-only lookup CLI, not a discovered third-party script.
  • Standardizes routing output as match_score, skillradar_score, security, source, and reason.
  • Adds a safety advisory when a C-grade Top-1 result has a nearby A/B alternative.
  • Adds plugin-only offline CI that copies only the installed plugin directory into a temporary location and proves Top-3 routing with networking disabled.
  • Adds a deterministic C-grade policy fixture so the safer-alternative advisory cannot silently regress.
  • Daily Radar refreshes now rebuild and commit the bundled plugin registry snapshot.

Safety boundary

Discovery is still not execution. D and Blocked candidates remain excluded from automatic routing. A/B/C recommendations are discovery results only and do not authorize third-party scripts, secrets access, deployments, database writes, or external network actions.

Install

codex plugin marketplace add changchangidea-oss/SkillRadar --ref v0.3.1 && codex plugin add skillradar@skillradar

Start a new Codex thread after installation.