Skip to content

v0.1.15

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:08

Highlights

  • Moved the canonical imgen skill source to .agents/skills/imgen and kept the repository OpenClaw mirror synchronized from that source.
  • Made Agents skill installation unconditional while skipping Claude and OpenClaw installs when their runtime directories are absent; explicit directory flags still enable either optional target.
  • Added --agents-dir, preserved --codex-dir as a compatibility alias, and improved help, repository discovery, doctor checks, release packaging, and regression coverage.
  • Streamlined the imgen skill guidance and clarified that backend.reasoning_effort overrides the Codex CLI setting per invocation when configured.

Notes

Running ./skill-sync --apply always updates the personal Agents install. Claude and OpenClaw installs are updated only when their runtime directories already exist or their destination flags are supplied.

Validation

  • ./scripts/ci-local.sh clean
  • ./skill-sync --check
  • GitHub PR checks: test, Analyze Go, and CodeQL