Skip to content

v0.1.107

Choose a tag to compare

@grnbtqdbyx-create grnbtqdbyx-create released this 01 Jun 05:32
· 8 commits to main since this release

v0.1.107

Adds duplicate-audit, a Codex Action duplicate-suggestion verifier for OpenAI/Codex issue triage.

What's new

  • New CLI: trace-to-skill duplicate-audit --repo openai/codex --issue 25507
  • Fetches the issue, Codex Action duplicate suggestions, candidate issues, and comments from GitHub.
  • Compares deterministic failure kinds, labels, platform/surface signals, and title overlap.
  • Separates likely_duplicate from related_not_duplicate, needs_human_review, and weak_match.
  • Ships a JSON schema, fixture, and generated demo report.

Proof before release

  • npm run check: 109 tests passed plus doctor/lint/smoke checks.
  • git diff --check: passed.
  • npm pack --dry-run: trace-to-skill-0.1.107.tgz, 189 entries, includes duplicate audit CLI, docs, schema, and fixture.
  • Live GitHub smoke on openai/codex#25507: candidate #25391 classified as likely_duplicate with confidence 100 and shared codex_plugin_runtime + codex_windows_helper_path kinds.