Skip to content

Releases: atimmer/agent-images

v0.1.3

18 Feb 15:51

Choose a tag to compare

Added

Changed

  • Updated the gh-agent-images-upload skill instructions to require cropping images to relevant areas before upload.

Fixed

v0.1.2

18 Feb 15:49

Choose a tag to compare

Added

Changed

  • Renamed the CLI command from gh-agent-images to agent-images across 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

18 Feb 12:37

Choose a tag to compare

Added

  • Added repository changelog/release tooling: CHANGELOG.md, RELEASING.md, GitHub Release notes extraction workflow, and npm publish workflow.
  • Added gh-agent-images install-skill command that delegates to skills.sh (npx skills add) and installs the gh-agent-images-upload skill 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.

Fixed