Skip to content

Releases: Prompsit/prompsit-cli

v26.615.0803

Choose a tag to compare

@github-actions github-actions released this 15 Jun 06:04

Changed

  • Node.js requirement is now explicit at 22.19+ to match the TUI dependency floor
  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • eval --tags — reference-free tag quality scoring (POST /v1/quality/tags): checks inline tag/placeholder preservation and positioning. Inline (-s/-h) or 2-column TSV batch; select sub-scores with -m tag_preservation,tag_position
  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • npm install -g prompsit-cli no longer emits npm allow-scripts warnings from Prompsit CLI install scripts or the native koffi dependency
  • npm install -g prompsit-cli no longer pulls deprecated @mariozechner/pi-tui; the TUI dependency now uses @earendil-works/pi-tui
  • prompsit eval ... now works from the CLI — the command was registered as evaluate while all docs/examples used eval, so the bare CLI printed root help. The command is now eval everywhere (CLI + REPL); the evaluate keyword is removed
  • Device-token polling no longer retries semantic 400 authorization_pending responses when a Retry-After header is present, removing the observed ~60s post-Google-login delay
  • Device-flow login lag after Google sign-in — the CLI now honors the server-advertised polling interval instead of starting below it, which previously tripped the server's slow_down and locked polling at 10s. Post-auth detection is now bounded by the server interval (≤2s with the matching API change)
  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.612.1525

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:26

Changed

  • Node.js requirement is now explicit at 22.19+ to match the TUI dependency floor
  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • eval --tags — reference-free tag quality scoring (POST /v1/quality/tags): checks inline tag/placeholder preservation and positioning. Inline (-s/-h) or 2-column TSV batch; select sub-scores with -m tag_preservation,tag_position
  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • npm install -g prompsit-cli no longer emits npm allow-scripts warnings from Prompsit CLI install scripts or the native koffi dependency
  • npm install -g prompsit-cli no longer pulls deprecated @mariozechner/pi-tui; the TUI dependency now uses @earendil-works/pi-tui
  • prompsit eval ... now works from the CLI — the command was registered as evaluate while all docs/examples used eval, so the bare CLI printed root help. The command is now eval everywhere (CLI + REPL); the evaluate keyword is removed
  • Device-token polling no longer retries semantic 400 authorization_pending responses when a Retry-After header is present, removing the observed ~60s post-Google-login delay
  • Device-flow login lag after Google sign-in — the CLI now honors the server-advertised polling interval instead of starting below it, which previously tripped the server's slow_down and locked polling at 10s. Post-auth detection is now bounded by the server interval (≤2s with the matching API change)
  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.605.1103

Choose a tag to compare

@github-actions github-actions released this 05 Jun 09:04

Changed

  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • Device-token polling no longer retries semantic 400 authorization_pending responses when a Retry-After header is present, removing the observed ~60s post-Google-login delay
  • Device-flow login lag after Google sign-in — the CLI now honors the server-advertised polling interval instead of starting below it, which previously tripped the server's slow_down and locked polling at 10s. Post-auth detection is now bounded by the server interval (≤2s with the matching API change)
  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.605.1044

Choose a tag to compare

@github-actions github-actions released this 05 Jun 08:45

Changed

  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • Device-flow login lag after Google sign-in — the CLI now honors the server-advertised polling interval instead of starting below it, which previously tripped the server's slow_down and locked polling at 10s. Post-auth detection is now bounded by the server interval (≤2s with the matching API change)
  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.602.1316

Choose a tag to compare

@github-actions github-actions released this 05 Jun 05:50

Changed

  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • Device-flow login lag after Google sign-in — the CLI now honors the server-advertised polling interval instead of starting below it, which previously tripped the server's slow_down and locked polling at 10s. Post-auth detection is now bounded by the server interval (≤2s with the matching API change)
  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.421.2316

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:17

Changed

  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.410.1551

Choose a tag to compare

@github-actions github-actions released this 10 Apr 13:52

Changed

  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.324.1332

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:34
2b4549d

Changed

  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • --verbose / -v CLI flag — enables debug logging to stderr for troubleshooting
  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo

v26.317.1654

Choose a tag to compare

@github-actions github-actions released this 17 Mar 15:56

Changed

  • Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
  • /publish skill: commit+push only, npm publish handled by CI

Added

  • fix:all npm script — ESLint autofix + Prettier in one command
  • /changelog skill for maintaining CHANGELOG.md
  • GitHub Release auto-creation from CHANGELOG.md Unreleased section

Fixed

  • ESLint no-confusing-void-expression errors in annotate, score, translate commands
  • Prettier formatting after ESLint autofix
  • npm publish --provenance error on private GitHub repo