Releases: jfrog/boost
Releases · jfrog/boost
Release v0.7.16
What's Changed
- Release v0.7.5 by @yahav-ohana in #32
- docs(readme): add themed Frogi mascot art by @yahav-ohana in #40
Full Changelog: v0.7.5...v0.7.16
Release v0.7.15
What's New
boost initcan now save your own OpenTelemetry (OTLP) endpoint settings, so Boost can mirror traces to your team's own observability backend.
Full Changelog: v0.7.14...v0.7.15
Release v0.7.14
What's New
- Boost now works with GitHub Copilot — it compresses tool output for Copilot agents automatically.
Full Changelog: v0.7.13...v0.7.14
Release v0.7.13
What's New
- Compressed output is now fully reversible — Boost keeps the original safe, so you can recover it anytime with
boost retrieve <id>, or search inside it withboost retrieve <id> --query "...". You never lose anything Boost compacts. boost reportnow includes richer insights from your coding-agent conversations.- Added a Discord community link to the docs site.
Fixes
- Path-qualified executables (e.g.
./node_modules/.bin/tool) are now wrapped correctly. pytestruns now keep startup and import errors visible and resolve relative virtual-env paths.
Polish
- Refreshed the
boost reportmascot.
Full Changelog: v0.7.12...v0.7.13
Release v0.7.12
What's New
- Friendly frog mascot banners now greet you on
boost,boost report, andboost init.
Fixes
boost updatenow reliably finds and installs the latest release.
Full Changelog: v0.7.11...v0.7.12
Release v0.7.11
Bug Fixes
- Boost no longer rewrites bare environment-variable assignments (e.g.
FOO=bar), so setting variables behaves exactly as it does without Boost. (#371)
Full Changelog: v0.7.10...v0.7.11
Release v0.7.10
Features
- Added support for the Nx CLI entrypoint, so
nxcommands run through Boost and benefit from output compression. (#321)
Full Changelog: v0.7.9...v0.7.10
Release v0.7.9
Bug Fixes
- Command substitutions inside assignments (e.g.
VAR=$(...)) are now left untouched when commands are rewritten, preventing malformed commands. (#368)
Full Changelog: v0.7.8...v0.7.9
Release v0.7.8
Maintenance
- Documentation and changelog updates only. No functional changes. (#366)
Full Changelog: v0.7.7...v0.7.8
Release v0.7.7
Features
- Added a
DISABLE_BOOSTescape hatch: when set, Boost passes supported commands straight through to the underlying tool, so you can opt out for a single command or session. (#358)
Changes
- Removed the legacy
boost bug-reportcommand and skill; agent awareness is now always-on through the Cursor and Claude rules Boost installs. (#362)
Full Changelog: v0.7.6...v0.7.7