Skip to content

Commit af34d37

Browse files
docs: update changelog and benchmarks for v1.9.0
1 parent e09a201 commit af34d37

3 files changed

Lines changed: 29 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ conventional commit messages on `main`.
99

1010
## [Unreleased]
1111

12+
## [1.9.0] - 2026-04-22
13+
1214
## [1.7.7] - 2026-04-21
1315

1416
### Changed
@@ -98,7 +100,7 @@ conventional commit messages on `main`.
98100
## [1.5.1] and earlier
99101
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.
100102

101-
[Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.7.7...HEAD
103+
[Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.9.0...HEAD
102104
[1.7.0]: https://github.com/claudioemmanuel/squeez/compare/v1.6.1...v1.7.0
103105
[1.6.1]: https://github.com/claudioemmanuel/squeez/compare/v1.6.0...v1.6.1
104106
[1.6.0]: https://github.com/claudioemmanuel/squeez/compare/v1.5.2...v1.6.0
@@ -108,3 +110,4 @@ See the [git tag history](https://github.com/claudioemmanuel/squeez/tags) for pr
108110
[1.7.5]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.5
109111
[1.7.6]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.6
110112
[1.7.7]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.7
113+
[1.9.0]: https://github.com/claudioemmanuel/squeez/compare/v1.10.0...v1.9.0

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -158,35 +158,35 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
158158

159159
| Scenario | Before | After | Reduction | Latency |
160160
|----------|--------|-------|-----------|---------|
161-
| `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 55.6 ms |
162-
| `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 214 µs |
163-
| `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 807 µs |
161+
| `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 55.5 ms |
162+
| `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 212 µs |
163+
| `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 795 µs |
164164
| `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.7 ms |
165165
| `git_log_200` | 2,692 tk | 289 tk | **-89%** | 205 µs |
166-
| `tsc_errors` | 731 tk | 101 tk | **-86%** | 28 µs |
167-
| `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 238 µs |
166+
| `tsc_errors` | 731 tk | 101 tk | **-86%** | 26 µs |
167+
| `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 242 µs |
168168
| `docker_logs` | 665 tk | 186 tk | **-72%** | 44 µs |
169-
| `find_deep` | 424 tk | 134 tk | **-68%** | 80 µs |
169+
| `find_deep` | 424 tk | 134 tk | **-68%** | 79 µs |
170170
| `git_status` | 50 tk | 16 tk | **-68%** | 11 µs |
171-
| `state_first_simulation` | 182 tk | 69 tk | **-62%** | 12 µs |
172-
| `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 289 µs |
171+
| `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 290 µs |
173172
| `npm_install` | 524 tk | 232 tk | **-56%** | 45 µs |
174-
| `claude_md_overhead` | 717 tk | 318 tk | **-56%** | 340 µs |
175-
| `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.5 ms |
176-
| `ls_la` | 1,782 tk | 886 tk | **-50%** | 208 µs |
177-
| `env_dump` | 441 tk | 287 tk | **-35%** | 24 µs |
178-
| `git_copilot` | 640 tk | 421 tk | **-34%** | 104 µs |
179-
| `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 379 µs |
180-
| `md_prose` | 187 tk | 138 tk | **-26%** | 622 µs |
173+
| `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.4 ms |
174+
| `ls_la` | 1,782 tk | 886 tk | **-50%** | 206 µs |
175+
| `env_dump` | 441 tk | 287 tk | **-35%** | 23 µs |
176+
| `git_copilot` | 640 tk | 421 tk | **-34%** | 98 µs |
177+
| `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 375 µs |
178+
| `md_prose` | 187 tk | 138 tk | **-26%** | 662 µs |
181179
| `md_claude_md` | 316 tk | 247 tk | **-22%** | 1.1 ms |
182-
| `git_diff` | 502 tk | 497 tk | **-1%** | 43 µs |
183-
| `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 27 µs |
180+
| `claude_md_overhead` | 717 tk | 649 tk | **-9%** | 22 µs |
181+
| `git_diff` | 502 tk | 497 tk | **-1%** | 41 µs |
182+
| `state_first_simulation` | 182 tk | 181 tk | **-1%** | 5 µs |
183+
| `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 26 µs |
184184

185185
### Aggregate
186186

187187
| Metric | Value |
188188
|--------|-------|
189-
| **Total token reduction** | **91.9%** — 152,961 tk → 12,443 tk |
189+
| **Total token reduction** | **91.6%** — 152,961 tk → 12,886 tk |
190190
| Bash output | **-84.9%** |
191191
| Markdown / context files | **-23.5%** |
192192
| Wrap / cross-call engine | **-99.2%** |
@@ -198,9 +198,9 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
198198

199199
| Usage | Baseline / month | Saved / month |
200200
|-------|-----------------|---------------|
201-
| 100 calls / day | $18.00 | **$16.54 (92%)** |
202-
| 1,000 calls / day | $180.00 | **$165.37 (92%)** |
203-
| 10,000 calls / day | $1800.00 | **$1653.66 (92%)** |
201+
| 100 calls / day | $18.00 | **$16.48 (92%)** |
202+
| 1,000 calls / day | $180.00 | **$164.84 (92%)** |
203+
| 10,000 calls / day | $1800.00 | **$1648.44 (92%)** |
204204
<!-- BENCHMARK:END -->
205205

206206
---

npm/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ conventional commit messages on `main`.
99

1010
## [Unreleased]
1111

12+
## [1.9.0] - 2026-04-22
13+
1214
## [1.7.7] - 2026-04-21
1315

1416
### Changed
@@ -98,7 +100,7 @@ conventional commit messages on `main`.
98100
## [1.5.1] and earlier
99101
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.
100102

101-
[Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.7.7...HEAD
103+
[Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.9.0...HEAD
102104
[1.7.0]: https://github.com/claudioemmanuel/squeez/compare/v1.6.1...v1.7.0
103105
[1.6.1]: https://github.com/claudioemmanuel/squeez/compare/v1.6.0...v1.6.1
104106
[1.6.0]: https://github.com/claudioemmanuel/squeez/compare/v1.5.2...v1.6.0
@@ -108,3 +110,4 @@ See the [git tag history](https://github.com/claudioemmanuel/squeez/tags) for pr
108110
[1.7.5]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.5
109111
[1.7.6]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.6
110112
[1.7.7]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.7
113+
[1.9.0]: https://github.com/claudioemmanuel/squeez/compare/v1.10.0...v1.9.0

0 commit comments

Comments
 (0)