Skip to content

Releases: jfrog/boost

Release v0.7.16

11 Jun 17:32

Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.16

Release v0.7.15

10 Jun 11:26

Choose a tag to compare

What's New

  • boost init can 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

09 Jun 13:24

Choose a tag to compare

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

08 Jun 08:26

Choose a tag to compare

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 with boost retrieve <id> --query "...". You never lose anything Boost compacts.
  • boost report now 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.
  • pytest runs now keep startup and import errors visible and resolve relative virtual-env paths.

Polish

  • Refreshed the boost report mascot.

Full Changelog: v0.7.12...v0.7.13

Release v0.7.12

04 Jun 23:39

Choose a tag to compare

What's New

  • Friendly frog mascot banners now greet you on boost, boost report, and boost init.

Fixes

  • boost update now reliably finds and installs the latest release.

Full Changelog: v0.7.11...v0.7.12

Release v0.7.11

03 Jun 10:35

Choose a tag to compare

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

03 Jun 10:06

Choose a tag to compare

Features

  • Added support for the Nx CLI entrypoint, so nx commands run through Boost and benefit from output compression. (#321)

Full Changelog: v0.7.9...v0.7.10

Release v0.7.9

02 Jun 19:48

Choose a tag to compare

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

02 Jun 14:53

Choose a tag to compare

Maintenance

  • Documentation and changelog updates only. No functional changes. (#366)

Full Changelog: v0.7.7...v0.7.8

Release v0.7.7

02 Jun 14:17

Choose a tag to compare

Features

  • Added a DISABLE_BOOST escape 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-report command 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