Skip to main content
Commands

vg savings

A local, privacy-safe report of the tokens and cost saved by querying the code map instead of re-reading files, estimated against a grep baseline over a window you choose.

Overview

vg savings reports, locally, how many tokens and how much cost the code map has saved by letting your assistant query the map instead of re-reading files — estimated against a grep baseline. The numbers are estimates, computed on your machine; nothing is uploaded.

For the measured, published version of this comparison, see the token-savings benchmarks.


Usage

vg savings

Change the window (default 30 days):

vg savings --days 7

Options

FlagDescription
--days <n>Window in days (default 30)
--jsonMachine-readable JSON on stdout

Related

Example use cases

Expand any use case to watch a live replay of the real @vibgrate/cli running against one of our test repositories. Nothing executes in your browser — these are recordings of actual runs, with the scan time shown as of now.

vg savings

Related Documentation