$ get-started
Boost 概要
Boost は CLI ラッパーで、コーディングエージェントに届く前にノイズの多いコマンド出力を圧縮してトークンを節約し、コンテキストを最大化します。
raw output0.0Mtokens
with boost0.0Mtokens
■counting tokenssaved 9.0M
3分でわかるBoost
ノイズの多いコマンド出力をBoostが圧縮し、節約したトークンを可視化する仕組みを短く紹介します。
概要準備完了 · クリックして再生
仕組み
エージェントはいつもどおりコマンドを実行します。Boost は重要な部分だけを残し、必要なら完全な出力も保持します。
boost overview
$ npm test
✗ 1 test failed: auth.test.ts
✓ 41 tests passed
# 2,856 tokens of log noise removed
# full output still available if needed