v0.20.0 Released — GitHub Secrets & Variables, Python Interpreter Resolution, Reliability Fixes #914
Dave-London
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.20.0 is live on npm!
All 30 packages have been published. This release adds first-class GitHub Actions secrets & variables management, smart Python interpreter resolution, and a broad set of reliability fixes — several caught while dogfooding Pare on its own repo.
GitHub: Secrets & Variables Management
pare-githubnow manages GitHub Actions secrets and variables as first-class tools (#901, closes #883) — no more dropping to rawghfor credential setup:secret-set,secret-list,secret-deletevariable-set,variable-list,variable-deletePython: Smart Interpreter Resolution
Python-backed tools (
pytest,ruff,black,mypy, …) now resolve the right interpreter automatically (#899, documented in #902):python3whenpythonis missingpython -m <tool>when the tool's executable isn't on PATHReliability Fixes
stash@{0}for every entry (#912, #908)listVerboseno longer crashes on the--verbose/--porcelainconflict (#910, #906)full(patch chunks) andnameOnly(filenames) modes now work (#913, #907)pr-checksandpr-diffaccept apathparameter (#900, #896)urlfield (#875, #868)--no-auditflag for pnpm/yarn (#873, #872)spawn ENOTDIRwhen given a file path (#874, #871)--track/-b/start-point operands correctly (#898)pathis now authoritative for worktree cwd resolution, with the worktree-isolation contract documented (#911, #876)Community Contribution
Thanks to @MohammadYusif for their first contribution — fixing
label-listcrashing with "Unexpected end of JSON input" when--searchmatched zero labels (#904, closes #903).Install / Update
npx -y @paretools/init # or update individual servers: npx -y @paretools/github npx -y @paretools/git npx -y @paretools/python npx -y @paretools/npm npx -y @paretools/searchSee the full changelog on GitHub Releases.
Beta Was this translation helpful? Give feedback.
All reactions