Skip to content

Releases: AIEngineering26/promptvm-cli

v0.5.0

17 Jun 08:04
b01d78e

Choose a tag to compare

Changelog

  • b01d78e feat(agent): bundle + auto-install the promptvm agent skill (#22)

v0.4.0

13 Jun 09:57
0372a3c

Choose a tag to compare

Changelog

  • 0372a3c feat(marketplace): publish + claim skills, hooks, and mixed collections (#21)

v0.3.1

12 Jun 19:33
07e939a

Choose a tag to compare

Changelog

  • 07e939a fix: skills list FILES column read fileCount from the list endpoint (#20)

v0.3.0

12 Jun 16:44
7b7b8c6

Choose a tag to compare

Changelog

  • 7b7b8c6 feat: add skills command family for folder-shaped Agent Skills (#19)

v0.2.1

10 Jun 18:03
3a354cf

Choose a tag to compare

Changelog

v0.2.0

10 Jun 17:37
6b31bb0

Choose a tag to compare

Changelog

  • 97bcb50 feat: add hooks command group — install, browse, list, uninstall (#16)
  • c0357ea fix: store organization UUID instead of slug in profile (#17)
  • 6b31bb0 fix: use ListCollections for API key validation (JWT-only endpoint was failing) (#13)

v0.1.1

02 Jun 01:40
caa06db

Choose a tag to compare

Changelog

  • caa06db fix: default API/app URLs to dev environment (#15)

v0.1.0

02 Jun 01:33
47a3962

Choose a tag to compare

Changelog

  • 309192a Merge branch 'feat/auth-config-prd002'
  • 71c5fe9 Merge pull request #2 from AIEngineering26/feat/marketplace-commands-prd006
  • ff397bc Merge pull request #3 from AIEngineering26/feat/cli-prd008-output-ux
  • e123301 Merge pull request #4 from AIEngineering26/feat/cli-prd009-cicd-release
  • d871c0c Merge pull request #5 from AIEngineering26/feat/cli-prd007-resources-sharing-apikeys
  • 47a3962 chore: open-source readiness (#14)
  • 93c7b53 feat(cli): add CI/CD, GoReleaser, and distribution setup (PRD-009)
  • 816d0e4 feat(cli): add browser SSO + device code login (PRD-010) (#7)
  • bd278a7 feat(cli): add contexts, search, and prompts rollback subcommands (F7) (#11)
  • a36cf12 feat(cli): add output formatting, prompts, errors, and completion (PRD-008)
  • 03f2c52 feat(cli): add resources, sharing, and API keys commands (PRD-007)
  • 735c648 feat(cli): credential ergonomics + interactive secret prompt (F3) (#12)
  • ed1b6cd feat(cli): finish v1 — bug fixes, tests, and README (#6)
  • 7829125 feat: add auth, config, and profile commands (PRD-002)
  • 98f44ea feat: add marketplace commands (PRD-006)
  • 49a8a5f feat: add workspace, org, prompt, and resource commands (PRD-003/004) (#1)
  • b349584 feat: scaffold CLI project with Cobra and Go SDK integration
  • de3aff6 fix(cli): repair api-key auth + dual pk/sk credential UX (F2) (#9)
  • f3bfaa5 fix(oauth): align CLI with backend wire contract (#8)