Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/assets/boost-how-to-use-dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/boost-how-to-use-light.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@

Boost never trades quality for savings. It trims only what's safe to drop, so agent output stays just as sharp. Our [Terminal-Bench 2.0 benchmark](https://boost.jfrog.com/blog/benchmarks-terminal-bench/) shows it: identical task pass rate, ~12% lower cost — Boost keeps agents optimized without ever breaking their stride.

<p align="center">
<picture>
<source srcset=".github/assets/boost-how-to-use-dark.gif" media="(prefers-color-scheme: dark)">
<source srcset=".github/assets/boost-how-to-use-light.gif" media="(prefers-color-scheme: light)">
<img src=".github/assets/boost-how-to-use-light.gif" alt="Boost how to use: install, run a task, boost report" width="768">
</picture>
</p>

## Quick start

**Install Boost:**
Expand Down