Skip to content

Releases: SpectrAI-Initiative/codex--thread-rescue--skill

v0.1.1

07 Apr 10:07

Choose a tag to compare

Maintenance-focused follow-up release for Codex Thread Rescue.

Highlights:

  • Added GitHub Actions validation for every push and pull request
  • Added scripts/validate_skill.py so contributors can run the same checks locally
  • Expanded the README with a FAQ to reduce onboarding friction for first-time users
  • Fixed the banner SVG layout so the long subtitle no longer overlaps the sqlite + app-server + state badge

Recommended usage remains:

  1. Install the skill by cloning into ~/.codex/skills/codex--thread-rescue--skill or by running python3 scripts/install_skill.py
  2. Restart Codex Desktop
  3. Ask Codex: Use $codex--thread-rescue--skill to restore missing local Codex Desktop threads for /absolute/path/to/project.

v0.1.0

07 Apr 10:00

Choose a tag to compare

First public release of Codex Thread Rescue.

Highlights:

  • One-command local installation with python3 scripts/install_skill.py, or direct clone into ~/.codex/skills/codex--thread-rescue--skill
  • Safer default workflow: dry-run first, timestamped backups before write operations, and explicit JSON summaries
  • Clearer Codex invocation with $codex--thread-rescue--skill metadata, icons, and README quick start

Recommended quick start:

  1. Clone the repo into ~/.codex/skills/codex--thread-rescue--skill, or run python3 scripts/install_skill.py
  2. Restart Codex Desktop
  3. Ask Codex: Use $codex--thread-rescue--skill to restore missing local Codex Desktop threads for /absolute/path/to/project.