squeez 1.7.4 → 1.7.5

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/README.md +24 -24
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,17 @@ conventional commit messages on `main`.
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [1.7.4] - 2026-04-19
13
+
14
+ ### Changed
15
+ - chore(release): bump version to 1.7.4 [squeez-release-bot]
16
+ - perf: O(log n) refactor — tail read, offset index, single-pass parser
17
+ - docs: update changelog and benchmarks for v1.7.3
18
+ - chore(release): bump version to 1.7.3 [squeez-release-bot]
19
+
20
+ ### Fixed
21
+ - fix(ci): use native ubuntu-24.04-arm runner for aarch64 build
22
+
12
23
  ## [1.7.3] - 2026-04-19
13
24
 
14
25
  ### Changed
@@ -36,9 +47,10 @@ conventional commit messages on `main`.
36
47
  ## [1.5.1] and earlier
37
48
  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.
38
49
 
39
- [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.7.3...HEAD
50
+ [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.7.4...HEAD
40
51
  [1.7.0]: https://github.com/claudioemmanuel/squeez/compare/v1.6.1...v1.7.0
41
52
  [1.6.1]: https://github.com/claudioemmanuel/squeez/compare/v1.6.0...v1.6.1
42
53
  [1.6.0]: https://github.com/claudioemmanuel/squeez/compare/v1.5.2...v1.6.0
43
54
  [1.5.2]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.5.2
44
55
  [1.7.3]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.3
56
+ [1.7.4]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.4
package/README.md CHANGED
@@ -119,29 +119,29 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
119
119
 
120
120
  | Scenario | Before | After | Reduction | Latency |
121
121
  |----------|--------|-------|-----------|---------|
122
- | `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 55.4 ms |
123
- | `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 206 µs |
124
- | `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 803 µs |
125
- | `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.7 ms |
126
- | `git_log_200` | 2,692 tk | 289 tk | **-89%** | 203 µs |
127
- | `tsc_errors` | 731 tk | 101 tk | **-86%** | 27 µs |
128
- | `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 244 µs |
129
- | `docker_logs` | 665 tk | 186 tk | **-72%** | 44 µs |
130
- | `find_deep` | 424 tk | 134 tk | **-68%** | 80 µs |
131
- | `git_status` | 50 tk | 16 tk | **-68%** | 11 µs |
132
- | `state_first_simulation` | 182 tk | 69 tk | **-62%** | 13 µs |
133
- | `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 286 µs |
134
- | `npm_install` | 524 tk | 232 tk | **-56%** | 46 µs |
135
- | `claude_md_overhead` | 717 tk | 318 tk | **-56%** | 334 µs |
136
- | `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.5 ms |
137
- | `ls_la` | 1,782 tk | 886 tk | **-50%** | 210 µs |
138
- | `env_dump` | 441 tk | 287 tk | **-35%** | 24 µs |
139
- | `git_copilot` | 640 tk | 421 tk | **-34%** | 97 µs |
140
- | `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 378 µs |
141
- | `md_prose` | 187 tk | 138 tk | **-26%** | 639 µs |
142
- | `md_claude_md` | 316 tk | 247 tk | **-22%** | 1.1 ms |
143
- | `git_diff` | 502 tk | 497 tk | **-1%** | 44 µs |
144
- | `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 28 µs |
122
+ | `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 54.5 ms |
123
+ | `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 165 µs |
124
+ | `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 666 µs |
125
+ | `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.3 ms |
126
+ | `git_log_200` | 2,692 tk | 289 tk | **-89%** | 170 µs |
127
+ | `tsc_errors` | 731 tk | 101 tk | **-86%** | 23 µs |
128
+ | `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 225 µs |
129
+ | `docker_logs` | 665 tk | 186 tk | **-72%** | 36 µs |
130
+ | `find_deep` | 424 tk | 134 tk | **-68%** | 70 µs |
131
+ | `git_status` | 50 tk | 16 tk | **-68%** | 9 µs |
132
+ | `state_first_simulation` | 182 tk | 69 tk | **-62%** | 10 µs |
133
+ | `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 257 µs |
134
+ | `npm_install` | 524 tk | 232 tk | **-56%** | 37 µs |
135
+ | `claude_md_overhead` | 717 tk | 318 tk | **-56%** | 335 µs |
136
+ | `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.2 ms |
137
+ | `ls_la` | 1,782 tk | 886 tk | **-50%** | 185 µs |
138
+ | `env_dump` | 441 tk | 287 tk | **-35%** | 22 µs |
139
+ | `git_copilot` | 640 tk | 421 tk | **-34%** | 88 µs |
140
+ | `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 336 µs |
141
+ | `md_prose` | 187 tk | 138 tk | **-26%** | 549 µs |
142
+ | `md_claude_md` | 316 tk | 247 tk | **-22%** | 1.0 ms |
143
+ | `git_diff` | 502 tk | 497 tk | **-1%** | 33 µs |
144
+ | `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 21 µs |
145
145
 
146
146
  ### Aggregate
147
147
 
@@ -152,7 +152,7 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
152
152
  | Markdown / context files | **-23.5%** |
153
153
  | Wrap / cross-call engine | **-99.2%** |
154
154
  | Quality (signal terms preserved) | **23 / 23 pass** |
155
- | Latency p50 (filter mode) | **5.0 ms** |
155
+ | Latency p50 (filter mode) | **4.9 ms** |
156
156
  | Latency p95 (incl. wrap/summarize) | **51 ms** |
157
157
 
158
158
  ### Estimated cost savings — Claude Sonnet 4.6 · $3.00 / MTok input
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squeez",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
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",