v26.610.1154
·
4 commits
to main
since this release
Changed
- Automated npm publishing via GitHub Actions (CalVer from mirror commit date)
/publishskill: 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/-vCLI flag — enables debug logging to stderr for troubleshootingfix:allnpm script — ESLint autofix + Prettier in one command/changelogskill for maintaining CHANGELOG.md- GitHub Release auto-creation from CHANGELOG.md Unreleased section
Fixed
prompsit eval ...now works from the CLI — the command was registered asevaluatewhile all docs/examples usedeval, so the bare CLI printed root help. The command is nowevaleverywhere (CLI + REPL); theevaluatekeyword is removed- Device-token polling no longer retries semantic
400 authorization_pendingresponses when aRetry-Afterheader 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_downand locked polling at 10s. Post-auth detection is now bounded by the server interval (≤2s with the matching API change) - ESLint
no-confusing-void-expressionerrors in annotate, score, translate commands - Prettier formatting after ESLint autofix
- npm publish
--provenanceerror on private GitHub repo