skill-v3.9.1

apify/crawleeskill-v3.9.1Jul 1, 2026by pbakaus

AI Summary

Fixes a critical bug where the Codex plugin design hook failed to load due to a top-level `description` field in the manifest that the parser rejected. The artifact has been updated to remove this field, allowing the post-edit design check to register cleanly.

Key Highlights

  • Fixed Codex hook manifest to remove rejected `description` field
  • Post-edit design check now registers cleanly on Codex
  • Compatibility with Claude Code remains unchanged

Full Release Notes

- **Codex loads the plugin design hook again.** The plugin-packaged hook manifest carried a top-level `description` field that Codex's strict hook parser rejected, so the post-edit design check failed to register. That field is gone from the plugin artifact, and the hook now loads cleanly on Codex while staying identical for Claude Code.