Releases: atimmer/agent-images
Releases · atimmer/agent-images
v0.1.3
v0.1.2
Added
Changed
- Renamed the CLI command from
gh-agent-imagestoagent-imagesacross package bins, CLI help output, dashboard setup command, and documentation.
Fixed
- Updated npm publish GitHub Actions workflow to use npm trusted publishing runtime requirements (Node 22.14.0 + npm 11.5.1) instead of the previous token-based publish path.
v0.1.1
Added
- Added repository changelog/release tooling:
CHANGELOG.md,RELEASING.md, GitHub Release notes extraction workflow, and npm publish workflow. - Added
gh-agent-images install-skillcommand that delegates toskills.sh(npx skills add) and installs thegh-agent-images-uploadskill from this repository.
Changed
- Updated CLI publish command to use workspace filtering (
pnpm publish --filter @24letters/agent-images ...) so publishing works reliably from the repo root.