v0.8.0 Released — 100 Tools, Benchmark Analysis, Windows Fixes #233
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.8.0 is live on npm!
All 14 packages have been published at version 0.8.0.
This release includes everything from v0.7.0 (which was not announced separately) plus additional fixes and analysis work.
100 Tools Across 14 Packages (v0.7.0)
Pare has grown from 62 tools and 9 packages to 100 tools across 14 packages.
New packages
ghCLI — pr-view, pr-list, pr-create, issue-view, issue-list, issue-create, run-view, run-listExpanded existing packages
Granular tool selection
New
PARE_TOOLSandPARE_{SERVER}_TOOLSenvironment variables let you enable only the tools you need, reducing tool registration noise for agents with limited tool budgets.Comprehensive Benchmark (v0.8.0)
We benchmarked all 100 tools across 148 scenarios, measuring token efficiency against raw CLI equivalents.
Key findings:
git diff(22K tokens saved per scenario),pip-audit(5.7K),biome-check(4.8K)The full Benchmark Summary with methodology, session impact table, cost analysis, and detailed breakdown is available in the repo.
Windows Reliability (v0.8.0)
--format="%an <%ae>"were being interpreted as I/O redirects bycmd.exewhenshell: true. Added ashelloverride to the shared runner so git operations useshell: falseon Windows.testTimeout, inline test timeouts, and runner command timeouts all aligned to 120s to prevent flaky Windows CI failures.Token Efficiency Improvements (v0.8.0)
>delimited paths in compact mode, remove resolved URLs from list schema, remove fileCount/unpackedSize from infoTesting
1,796 tests across 119 files — comprehensive fidelity, integration, security, and compact mode tests for all 14 packages.
Install
Beta Was this translation helpful? Give feedback.
All reactions