Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "token-saver",
"source": "./",
"description": "Automatically compresses verbose CLI output to save tokens. 36 specialized processors for git, docker, npm, terraform, kubectl, helm, ansible, cargo, go, and more.",
"version": "2.7.1",
"version": "2.7.2",
"author": {
"name": "ppgranger"
},
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "token-saver",
"description": "Automatically compresses verbose CLI output (git, docker, npm, terraform, kubectl, etc.) to save tokens in Claude Code sessions. 36 specialized processors with content-aware compression.",
"version": "2.7.1",
"version": "2.7.2",
"author": {
"name": "ppgranger",
"url": "https://github.com/ppgranger"
Expand Down
2 changes: 1 addition & 1 deletion antigravity/antigravity-plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "token-saver",
"version": "2.7.1",
"version": "2.7.2",
"description": "Compresses verbose tool outputs to save tokens while preserving critical information"
}
2 changes: 1 addition & 1 deletion docs/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /benchmarks/

# Token-Saver Compression Benchmarks

Version: **2.7.1** · Baselines last updated: **2026-08-02** · Source: [`tests/compression_baselines.json`](https://github.com/ppgranger/token-saver/blob/main/tests/compression_baselines.json)
Version: **2.7.2** · Baselines last updated: **2026-08-02** · Source: [`tests/compression_baselines.json`](https://github.com/ppgranger/token-saver/blob/main/tests/compression_baselines.json)

These are not marketing estimates. Every row below is a fixed baseline
checked into the repository and enforced by
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "2.7.1"
__version__ = "2.7.2"


def data_dir() -> str:
Expand Down