squeez 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -1
- package/README.md +21 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,8 @@ conventional commit messages on `main`.
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
+
## [1.13.0] - 2026-05-05
|
|
13
|
+
|
|
12
14
|
## [1.12.0] - 2026-05-05
|
|
13
15
|
|
|
14
16
|
### Added
|
|
@@ -894,7 +896,7 @@ conventional commit messages on `main`.
|
|
|
894
896
|
## [1.5.1] and earlier
|
|
895
897
|
See the [git tag history](https://github.com/claudioemmanuel/squeez/tags) for pre-1.5.2 details. release-please takes over changelog generation from 1.7.1 onwards.
|
|
896
898
|
|
|
897
|
-
[Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.
|
|
899
|
+
[Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.13.0...HEAD
|
|
898
900
|
[1.7.0]: https://github.com/claudioemmanuel/squeez/compare/v1.6.1...v1.7.0
|
|
899
901
|
[1.6.1]: https://github.com/claudioemmanuel/squeez/compare/v1.6.0...v1.6.1
|
|
900
902
|
[1.6.0]: https://github.com/claudioemmanuel/squeez/compare/v1.5.2...v1.6.0
|
|
@@ -910,3 +912,4 @@ See the [git tag history](https://github.com/claudioemmanuel/squeez/tags) for pr
|
|
|
910
912
|
[1.11.1]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.11.1
|
|
911
913
|
[1.11.2]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.11.2
|
|
912
914
|
[1.12.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.12.0
|
|
915
|
+
[1.13.0]: https://github.com/claudioemmanuel/squeez/compare/v1.14.0...v1.13.0
|
package/README.md
CHANGED
|
@@ -158,29 +158,29 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
|
|
|
158
158
|
|
|
159
159
|
| Scenario | Before | After | Reduction | Latency |
|
|
160
160
|
|----------|--------|-------|-----------|---------|
|
|
161
|
-
| `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 55.
|
|
162
|
-
| `repetitive_output` | 4,692 tk | 37 tk | **-99%** |
|
|
163
|
-
| `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** |
|
|
164
|
-
| `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.
|
|
165
|
-
| `git_log_200` | 2,692 tk | 289 tk | **-89%** |
|
|
166
|
-
| `tsc_errors` | 731 tk | 101 tk | **-86%** |
|
|
167
|
-
| `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** |
|
|
168
|
-
| `docker_logs` | 665 tk | 186 tk | **-72%** |
|
|
169
|
-
| `find_deep` | 424 tk | 134 tk | **-68%** |
|
|
170
|
-
| `git_status` | 50 tk | 16 tk | **-68%** |
|
|
171
|
-
| `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** |
|
|
172
|
-
| `npm_install` | 524 tk | 232 tk | **-56%** |
|
|
161
|
+
| `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 55.6 ms |
|
|
162
|
+
| `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 208 µs |
|
|
163
|
+
| `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 819 µs |
|
|
164
|
+
| `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.7 ms |
|
|
165
|
+
| `git_log_200` | 2,692 tk | 289 tk | **-89%** | 213 µs |
|
|
166
|
+
| `tsc_errors` | 731 tk | 101 tk | **-86%** | 27 µs |
|
|
167
|
+
| `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 241 µs |
|
|
168
|
+
| `docker_logs` | 665 tk | 186 tk | **-72%** | 44 µs |
|
|
169
|
+
| `find_deep` | 424 tk | 134 tk | **-68%** | 79 µs |
|
|
170
|
+
| `git_status` | 50 tk | 16 tk | **-68%** | 11 µs |
|
|
171
|
+
| `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 288 µs |
|
|
172
|
+
| `npm_install` | 524 tk | 232 tk | **-56%** | 45 µs |
|
|
173
173
|
| `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.6 ms |
|
|
174
|
-
| `ls_la` | 1,782 tk | 886 tk | **-50%** |
|
|
175
|
-
| `env_dump` | 441 tk | 287 tk | **-35%** |
|
|
176
|
-
| `git_copilot` | 640 tk | 421 tk | **-34%** |
|
|
177
|
-
| `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** |
|
|
178
|
-
| `md_prose` | 187 tk | 138 tk | **-26%** |
|
|
179
|
-
| `md_claude_md` | 316 tk | 247 tk | **-22%** | 1.
|
|
180
|
-
| `claude_md_overhead` | 717 tk | 649 tk | **-9%** |
|
|
181
|
-
| `git_diff` | 502 tk | 497 tk | **-1%** |
|
|
174
|
+
| `ls_la` | 1,782 tk | 886 tk | **-50%** | 208 µs |
|
|
175
|
+
| `env_dump` | 441 tk | 287 tk | **-35%** | 24 µs |
|
|
176
|
+
| `git_copilot` | 640 tk | 421 tk | **-34%** | 102 µs |
|
|
177
|
+
| `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 379 µs |
|
|
178
|
+
| `md_prose` | 187 tk | 138 tk | **-26%** | 624 µs |
|
|
179
|
+
| `md_claude_md` | 316 tk | 247 tk | **-22%** | 1.1 ms |
|
|
180
|
+
| `claude_md_overhead` | 717 tk | 649 tk | **-9%** | 22 µs |
|
|
181
|
+
| `git_diff` | 502 tk | 497 tk | **-1%** | 42 µs |
|
|
182
182
|
| `state_first_simulation` | 182 tk | 181 tk | **-1%** | 5 µs |
|
|
183
|
-
| `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** |
|
|
183
|
+
| `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 28 µs |
|
|
184
184
|
|
|
185
185
|
### Aggregate
|
|
186
186
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "squeez",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "Hook-based token compressor for Claude Code, Copilot CLI, and OpenCode. Compresses bash output up to 95%, collapses redundant calls, injects caveman persona.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|