Enhancements
- Experimental Claude Code skill and bump-version task by @nat-n in #387
- Use AST parser for all templating by @nat-n in #386
Fixes
- Make uv and poetry executors check for bat files to handle shutdown quirks on windows by @nat-n in #385
- Strip underscore prefix in documentation for private positional args by @nat-n in #383
- Use AST for $POE_EXTRA_ARGS detection and cache parsed content by @nat-n in #388
Experimental agent skill
This release ships an experimental agent skill that gives AI coding agents contextual knowledge of poe's task API when working in projects that use it. It works with any agent that supports the skills convention and aims to improve agent abilities when it comes to leveraging and authoring poe tasks.
Please try it out and provide feedback!
Two install methods:
- Via a built in poe task (similar to how shell completions are installed):
poe _install_skill # auto-detects .claude/.codex/.pi/.agents and prompts
poe _install_skill ~/.claude/skills # explicit path (substitute your agent's dir)
poe _install_skill <skills-dir> --upgrade # non-interactive upgrade (skips if same/newer)- From github via npx skills
npx skills add https://github.com/nat-n/poethepoet/tree/v0.46.0/poethepoet/skills/poethepoetFull Changelog: v0.45.0...v0.46.0