v0.6.0 Released — Compact Mode + Security Hardening #162
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.6.0 is live on npm!
All 10 packages have been published at version 0.6.0.
Automatic Compact Mode
The headline feature in v0.6.0. When structured JSON output would exceed the raw CLI token count, Pare now automatically applies a compact projection — keeping essential fields and dropping verbose details like stack traces, individual diagnostics, and file-level stats. This ensures Pare always uses fewer tokens than raw CLI output.
Every tool across all 9 servers supports it. Each tool accepts a
compactparameter (default:true) to opt out if you need full detail.Security Hardening
We conducted a full security audit and remediated all findings:
args[]arrays against flag injectioncmd.exedelayed expansion escaping, Zod input limits/,/etc,/var/run/docker.sock)ignoreScripts: truefor npm installThe full security audit report is now public.
Reliability
run()timeout increased from 30s to 60sCommunity Contributions
Thanks to our contributors this release:
Testing
1,796 tests across 103 files — up from 1,334 in v0.5.0. New coverage includes compact mode, security validation, and input limits.
Install
Full release notes
Beta Was this translation helpful? Give feedback.
All reactions