Conversation
…kill - Root README: update Codex table entry to correct cache path - check-integration SKILL.md: update Codex install path and add config entries - CHANGELOG: correct version field note (kept for desktop app, not removed) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The read-working-memory skill consistently fails to appear in Codex's $ mention popup while all other skills show fine. Root cause unknown in the Codex source (no name-based filtering found). Pragmatic fix: rename to working-memory which is confirmed to display correctly. Same SKILL.md content, same nmem command, just a different name. Other plugins (Claude Code, Gemini, Cursor, etc.) keep the original read-working-memory name since they don't have this UI issue. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The description contained `: ` (colon+space) inside the value
("session start: what") which causes serde_yaml to fail parsing
the frontmatter. Codex silently drops unparseable skills from
the $ mention popup. Fixed by quoting the description and
removing the inner colon.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis PR updates plugin versioning (0.1.1 → 0.1.2), renames the "read-working-memory" skill to "working-memory" across documentation and manifest files, and modifies Codex plugin installation instructions to specify new cache paths and config.toml enablement requirements. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
Bug Fixes
Documentation
Chores