Skip to content

v0.4.7 — Skill Path Migration & Doc Updates

Choose a tag to compare

@jacob-bd jacob-bd released this 13 Mar 22:32
· 371 commits to main since this release

What's Changed in v0.4.7

Skill Path Migration

  • .gemini/skills/.agents/skills/ — Starting with Gemini CLI v0.33.1, .agents/skills/ is the recommended cross-tool compatible path. nlm skill install gemini-cli and nlm skill install codex are replaced by nlm skill install agents, which installs to ~/.agents/skills/nlm-skill/.

Action required: If you previously installed skills for gemini-cli or codex, run:

nlm skill install agents

Documentation Updates

  • Added v0.4.6 features (batch, cross-notebook, pipelines, tags) to SKILL.md, AGENTS_SECTION.md, and API_REFERENCE.md
  • Removed stale QUICK_REFERENCE.md (superseded by MCP_GUIDE.md and CLI_GUIDE.md)