v0.7.20 Windows support
Windows OS support
v0.7.15 Configurable OpenTelemetry endpoint
You can now save your own OpenTelemetry (OTLP) endpoint during `boost init`, so Boost can mirror traces to your team’s own observability backend.
Features (1)
- • `boost init` can now persist your own OpenTelemetry (OTLP) endpoint settings, so Boost can mirror traces to your team’s own observability backend.
v0.7.14 GitHub Copilot support
Boost now works with GitHub Copilot, compressing tool output for Copilot agents automatically.
Features (1)
- • Added GitHub Copilot support, so Boost compresses tool output for Copilot agents automatically.
v0.7.13 Reversible output compression
Compressed output is now fully reversible — recover the original anytime with `boost retrieve`, alongside richer report insights and several fixes.
Features (3)
- • 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 "..."`.
- • `boost report` now includes richer insights from your coding-agent conversations.
- • Added a Discord community link to the docs site.
Bug Fixes (2)
- • 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.
v0.7.12 Mascot banners and more reliable updates
Friendly frog mascot banners arrive on `boost`, `boost report`, and `boost init`, and `boost update` now reliably finds the latest release.
Features (1)
- • Friendly frog mascot banners now greet you on `boost`, `boost report`, and `boost init`.
Bug Fixes (1)
- • `boost update` now reliably finds and installs the latest release.
v0.7.11 Shell rewrite fix for variable assignments
Boost no longer wraps bare environment-variable assignments, so setting variables behaves exactly as it does without Boost.
Bug Fixes (1)
- • Boost no longer rewrites bare environment-variable assignments (e.g. `FOO=bar`), keeping variable setting consistent with running commands directly.
v0.7.10 Nx CLI support
Boost now recognizes the Nx CLI as a supported entrypoint, so `nx` commands run through Boost’s output compression.
Features (1)
- • Added support for the Nx CLI entrypoint, so `nx` commands run through Boost and benefit from output compression.
v0.7.9 Shell rewrite fix for command substitutions
Boost leaves command substitutions inside assignments untouched, preventing malformed rewrites for commands like `VAR=$(...)`.
Bug Fixes (1)
- • Command substitutions inside assignments (e.g. `VAR=$(...)`) are now skipped by the hook rewrite, preventing malformed commands.
v0.7.7 DISABLE_BOOST passthrough and website release fixes
Boost refined `DISABLE_BOOST` passthrough and telemetry filtering, and shipped website and install reliability improvements.
Features (1)
- • 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.
Changes (1)
- • Removed the legacy Boost skill and the `boost bug-report` command, replacing the workflow with always-on awareness rules for Cursor and Claude agents.
Dependencies (1)
- • Pinned the Vite React plugin for more reliable Bun installs.
v0.7.6 JFrog-hosted release binaries
Boost release binaries are now distributed through JFrog; the one-line install and `boost update` continue to work unchanged.
Features (1)
- • Boost release binaries are now distributed through JFrog. The install script and `boost update` keep working exactly as before.
v0.7.5 PII redaction for CLI traces
Boost added mini-hash based redaction for sensitive CLI trace egress during `boost sync`, with improved tracing consistency for downstream consumers.
Features (1)
- • Applied deterministic mini-hash redaction for developer-machine command values, paths, and repository context when traces leave the machine during `boost sync`.
Bug Fixes (1)
- • Gated PII redaction behind the appropriate flag and preserved rewrite span names to keep trace hierarchies stable.
v0.7.4 Telemetry retention and CI reliability improvements
Boost improved telemetry retention behavior, tightened tracing and filter handling, and hardened CI and agent setup for more reliable syncs.
Features (3)
- • Added an installation option to support installing Boost from a local archive via `BOOST_INSTALL_FROM`.
- • Introduced an offline agent CI harness with a Linux agent matrix for more consistent test coverage.
- • Improved adoption dashboard matching for beta participants.
Performance (1)
- • Capped trace table retention during `boost sync` to prevent local history growth.
Bug Fixes (3)
- • Skipped the integration-test-tracing job in CI so tracing no longer blocks builds on external observability credentials.
- • Removed the compactLines fallback so command output is passed through unchanged when no Go or TOML filter applies.
- • Improved tracing sync behavior by disabling redundant CI completion gating.
Website (1)
- • Updated Boost logo assets and refreshed release notes documentation.
Changes (1)
- • Documented TOML filters with before/after examples for clearer filter behavior.
v0.7.3 Delegated command tracking and update reliability
Improved Boost passthrough visibility and made background update checks more reliable during sync.
Features (2)
- • Added delegated command tracking for unknown and gated commands, improving visibility into commands Boost passes through without optimization.
- • Moved background auto-update checks into `boost sync`, with hourly throttling and a global opt-out.
Bug Fixes (3)
- • Ensured `boost update` installs `boost-sync.sh` and registers the Stop hook when refreshing older installs.
- • Fixed terms-acceptance handling during initialization.
- • Updated delegated-command CI expectations for shell-style `command not found` behavior.
v0.7.2 Local trace persistence and hook sync hardening
Improved local trace persistence, hook sync behavior, and CI trace artifact generation.
Telemetry (4)
- • Persisted OTel spans into the local `history.db` `traces` table.
- • Added Claude/Cursor Stop hook sync support so local trace state is finalized after agent turns.
- • Added `boost sync --file` support for CI JSONL trace artifacts.
- • Serialized concurrent local trace drains with a per-database process lock.
Maintenance (2)
- • Refactored Claude/Cursor hook install and uninstall handling through a shared agent hook model.
- • Synced the website changelog through v0.7.1.
v0.7.1 Installation fixes and changelog sync
Minor bug fixes.
v0.7.0 Report web UI and emissions estimates
Boost report now includes interactive local UI modes and saved-emissions estimates, with CI hook verification fixes for release reliability.
Features (2)
- • Added web and interactive terminal UI modes for `boost report`.
- • Added saved-emissions estimates to Boost report output.
Bug Fixes (1)
- • Corrected the Docker hook trace verifier and ran it across all branches.
Website (1)
- • Synced the website changelog data for v0.6.18.
v0.6.18 Feature flag reliability and CI updates
Improved feature flag resilience and tightened CI behavior for more reliable command interception in production and test workflows.
Features (1)
- • Improved feature flag operations guidance.
Bug Fixes (1)
- • Restored forced enablement for shipped CI intercept flags so integration tests can find expected shim paths.
Performance (1)
- • Improved feature flag resolution behavior with TTL-aware local cache fallback.
Website (1)
- • Documented report emissions estimates and updated the emissions savings widget content on the website.
Changes (1)
- • Refined feature flag code to address audit feedback and improve overall code quality in the feature flag service.
v0.6.15 CI reliability and importer fixes
Improved CI artifact handling and import correctness while tightening file handling on non-ephemeral runners.
Bug Fixes (1)
- • Fixed CI sync import acceptance for command spans.
Changes (1)
- • Scoped GitHub Action files per job and capped the post step runtime to avoid oversized artifacts.
Website (1)
- • Synced the website changelog data for this release cycle.
v0.6.14 Ruby passthrough support and Git pull fix
Added Ruby command passthroughs and improved query scoping.
Features (1)
- • Added passthrough support for Ruby `rake`, `rspec`, `rubocop`, and `bundle` commands.
Bug Fixes (1)
- • Fixed `git pull` handling in the Boost flow.
Changes (1)
- • Improved query parsing so time buckets and result columns match the expected projections.
v0.6.13 Docker login fix
Fixed Docker login handling in the release and build flow.
Bug Fixes (1)
- • Fixed Docker login handling in release automation.
v0.6.12 Release artifact republish
Republished release artifacts without additional source changes after v0.6.11.
Changes (1)
- • Republished release artifacts without new source changes.
v0.6.11 Changelog sync & dependency rollback
Synced the website changelog through v0.6.9 and reverted the Astro 6 upgrade to keep website builds stable.
Website (1)
- • Synced the website changelog through v0.6.9.
Dependencies (1)
- • Reverted the Astro 6 upgrade for the website.
v0.6.10 Update opt-in & release automation
Background auto-update now requires an explicit environment opt-in, while release and changelog automation became safer.
Breaking Changes (1)
- • Required an explicit environment opt-in for background auto-update.
Features (1)
- • Added the site-wide release announcement banner to the website.
CI (2)
- • Added JFrog Fly publishing support for release artifacts.
- • Skipped release CI for changelog-only merges.
Tests (1)
- • Expanded end-to-end fixtures with full step coverage.
v0.6.9 Installer PATH defaults
The installer now defaults to `~/.local/bin`, updates shell PATH configuration automatically.
Features (1)
- • Defaulted installation to `~/.local/bin` and automatically adds the directory to supported shell PATH configuration.
v0.6.8 Milestone release publishing
Milestone releases gained an explicit public publishing option while the website changelog automation became simpler.
Bug Fixes (1)
- • Fixed GitHub Action input handling for the release workflow.
CI (1)
- • Added and simplified the post-release workflow that opens website changelog PRs.
Changes (1)
- • Removed the legacy `boost-ci` entry point ahead of its rewrite.
v0.6.7 Uninstall gate exemption
`boost uninstall` now bypasses the agreement gate, with website dependency updates.
Bug Fixes (1)
- • `boost uninstall` now bypasses the agreement gate.
Changes (1)
- • Removed an in-progress Boost CI implementation ahead of a rewrite.
Dependencies (1)
- • Updated Astro for the website from 5.18.1 to 6.3.2.
v0.6.6 Boost rewrite bugfix
Fixed an issue in the Boost rewrite flow that could prevent some invocations from being processed correctly.
Bug Fixes (1)
- • Fixed a bug in the Boost rewrite flow.
v0.6.5 boost git argument ordering
Resolved incorrect handling of global `git` flags that appear before the subcommand in `boost git` invocations.
Bug Fixes (1)
- • Fixed command-line argument ordering so `boost git` matches native `git` when options precede the subcommand.
v0.6.4 Reports and Boost CI updates
Shareable reports and CI updates ship alongside website and build improvements.
Features (6)
- • Delivered a shareable report format with conversation normalization and updated pricing defaults.
- • Improved tracing configuration behavior.
- • Improved long-running UI deployment support.
- • Routed Docker base images through the JFrog Fly registry for CI builds.
- • Gated website analytics behind cookie consent.
- • Expanded Boost CI with improved command capture and output handling.
Bug Fixes (1)
- • Hardened Boost CI command capture after the new integration landed.
v0.6.3 Docs refresh & CI sync
The documentation site and demos got a UX pass, and Boost CI sync became more dependable.
Features (2)
- • Refreshed documentation UX and the token-reduction demo behavior.
- • Improved hover feedback on homepage benefit widgets.
Bug Fixes (1)
- • Bug fixes in Boost CI sync
v0.6.2 Query Presets & CI Reliability
Reusable query presets make Boost analysis easier, while CI sync became more reliable.
Features (1)
- • Added versioned query presets and a streamlined query skill for repeatable local analysis.
Bug Fixes (1)
- • Reused the resolved repository when syncing GitHub CLI data, improving CI reliability.
v0.6.1 Enterprise GitHub Compatibility
GitHub Enterprise Server workflows now have a more reliable path for artifact handling.
Bug Fixes (1)
- • Supported GHES artifact handling through a legacy client for Enterprise Server environments.
Website (1)
- • Showed release downloads next to GitHub stars in the website navigation.
v0.6.0 Pre-Checkout Config Discovery
The GitHub Action can now find Boost configuration before the repository checkout step runs.
Features (1)
- • Fetched `.boost/config.toml` through the GitHub API when Boost runs before checkout.
v0.5.4 OpenTelemetry configuration update
Improved OpenTelemetry configuration for organization-managed environments.
Features (1)
- • Improved OpenTelemetry configuration for organization-managed environments.
v0.5.3 Simpler CI Installation
CI setup gained a simpler installation flow for agents, local development, and automation.
Features (1)
- • Simplified the install flow for agents, local development, and CI setup.
v0.5.2 Enterprise Runner Support
Enterprise CI runners and troubleshooting flows gained practical compatibility improvements.
Features (2)
- • Supported enterprise runners constrained to Node 20.
- • Added debug capabilities for diagnosing Boost setup and command capture issues.
v0.5.1 Update Before Agreement
The updater can now run even when a workspace still needs agreement acceptance.
Bug Fixes (1)
- • Allowed `boost update` to run before workspace agreement acceptance.
v0.5.0 Resource Metrics & Non-Git Support
Boost became easier to run outside git repositories while adding richer command resource metrics.
Features (3)
- • Supported running Boost outside git repositories.
- • Recorded command CPU and memory utilization.
- • Synced recent GitHub workflow runs with a configurable limit for CI workflows.
Bug Fixes (2)
- • Adjusted the GitHub Action timeout behavior.
- • Updated the beta agreement prompt shown during setup.
v0.4.14 Background Updates
Boost can keep itself current in the background and better prepare CI context for analysis.
Features (1)
- • Added background auto-update support for the Boost CLI.
Bug Fixes (3)
- • Synced CI context before Boost skill queries run.
- • Fixed release artifact publishing and root-domain website serving.
- • Updated the beta agreement link.
v0.4.6 Local Command Analytics
`boost query` introduced local SQL analytics over command history and CI context.
Features (3)
- • Introduced `boost query` for local SQL analytics over Boost command history.
- • Loaded command history into a local database for repeatable investigation.
- • Tracked test runs so failures and timing can be queried after execution.
v0.4.5 GitHub Actions Install Order
GitHub Actions setup now inserts Boost after checkout so repository files are available.
Bug Fixes (1)
- • Inserted the Boost action after `actions/checkout` instead of before it.
v0.4.4 Config Discovery
Configuration lookup now works from the git root with a global fallback for local use.
Features (1)
- • Discovered `.boost/config.toml` from the git root and wrote global fallback config under `~/.boost`.
v0.4.3 Privacy & Website Refresh
Command metadata privacy tightened while the public website gained clearer product demos and discovery metadata.
Features (2)
- • Improved privacy handling for command metadata.
- • Added sitemap, LLM discovery metadata, and refreshed product demos on the website.
Bug Fixes (1)
- • Fixed release download handling on the public website.
v0.4.2 Interactive CI Demo
The website added a clearer CI acceleration demo and product story for teams evaluating Boost.
Website (1)
- • Added an interactive CI acceleration demo, product section, and floating section navigation.
v0.4.1 Persistent Installer PATH
The installer now keeps Boost available after reboot on supported systems.
Bug Fixes (1)
- • Persisted the Boost PATH setup across reboot and shell restarts.
v0.4.0 Portable AI Hook Paths
Project-installed AI hooks now use portable relative paths across machines and workspaces.
Bug Fixes (1)
- • Used relative AI hook paths for project installs.
v0.3.1 Init Flow Rework
`boost init` received a focused rework to make first-time setup clearer.
Features (1)
- • Reworked the init flow for a smoother setup experience.
v0.3.0 CI Sync, Init Picker & Agent Hooks
A major setup and CI release: Boost gained CI sync, richer reports, passive updates, and safer agent hook installation.
Features (9)
- • Added `boost ci sync` for pulling CI context into Boost workflows.
- • Enhanced `boost report` with richer command and savings summaries.
- • Added an interactive init picker, `--dry-run`, and non-TTY refusal for safer setup.
- • Added the Boost rewrite hook with metadata handling for supported coding agents.
- • Added passive update nudges and simpler version resolution.
- • Delegated unrecognized commands to the matching system binary.
- • Added workspace agreement acceptance with expiry.
- • Defaulted agent hooks to project-local directories.
- • Improved Docker build filtering and reported output.
Breaking Changes (1)
- • Removed the deprecated `boost curl` command and curl filter.
Bug Fixes (5)
- • Improved default CI reporting behavior.
- • Patched Claude settings during `boost init --claude`.
- • Preserved workflow YAML blank lines during GitHub Actions initialization.
- • Returned exit code 127 when an invoked executable is missing.
- • Required workspace agreement acceptance before subcommands run.
v0.2.0 Token Compression and Command Reporting
First public release with full filter pipeline, command reporting, and editor integrations.
Highlights (5)
- • Three-tier filter architecture: 30+ Go semantic parsers, 57 TOML declarative filters, and a generic fallback.
- • Command metrics for every supported command: timing, exit codes, token savings, and command-specific attributes.
- • Docker build vertex-level reporting with per-layer cache hit/miss details.
- • One-command setup for Cursor, Claude Code, Gemini, Copilot, Windsurf, Cline, and GitHub Actions.
- • boost report shows aggregate savings, top commands by p90, and cache hit rates.
Supported tools (6)
- • Git — status, log, diff, show, add, commit, push, pull, branch, fetch, stash, merge, worktree.
- • Test runners — cargo test, vitest, playwright, pytest, go test, dotnet test.
- • Build & lint — cargo build, cargo clippy, tsc, eslint/biome, next build, prettier, ruff, golangci-lint.
- • Package managers — pnpm, npm, npx, pip, prisma.
- • GitHub CLI — gh pr, gh issue, gh run, gh api.
- • Containers & infra — docker, kubectl.