squeez 1.27.0 → 1.29.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +562 -1
  2. package/README.md +31 -31
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,565 @@ conventional commit messages on `main`.
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [1.28.0] - 2026-06-22
13
+
14
+ ### Added
15
+ - feat(log-template): collapse near-identical log lines into templated counts (#156)
16
+ - feat(retrieve): reversible compression — stash originals + squeez_retrieve (#154)
17
+ - feat(config): add `squeez config` CLI + `/squeez` slash command (#152)
18
+ - feat(sig-mode): capture indented method signatures inside impl/class blocks (#147)
19
+ - feat(safety): workflow abuse prevention — all 8 gap items from transcript audit
20
+ - feat(context): real-context tracking, image/skill dedup, quota nudges, transcript integration
21
+ - feat(economy): enterprise-aware mode — Bedrock/Vertex/OTEL detection + USD savings (#135)
22
+ - feat(benchmark): add information-preservation guard against output-token inflation (#133)
23
+ - feat(cloud): TOON re-encoder for JSON-array outputs (gh, kubectl, aws, gcloud, az) (#134)
24
+ - feat(sig-mode): preserve attribute / decorator above kept signatures (#137)
25
+ - feat(economy): auto-curation nudges + cross-session handler stats (#118)
26
+ - feat(hosts): add Pi adapter (#116)
27
+ - feat(compress): plug Agent/Task output, HTML bash, and PreCompact telemetry gaps
28
+ - feat(bench): add pytest, jest, xcode_build scenarios — 23 → 26 scenarios
29
+ - feat(hooks): PreCompact + PostCompact lifecycle hooks (#102)
30
+ - feat(hooks): SubagentStop hook feeds sub-agent output into SessionContext (#101)
31
+ - feat(monitor): add Monitor tool to PostToolUse compress-output dispatch (#100)
32
+ - PostToolUse updatedToolOutput for Read/Grep/Glob (Claude Code v2.1.119+)
33
+ - session-analysis improvements — az JSON, vite noise, prisma generate, hook health check (#90)
34
+ - feat(fs): auto-compress cat'd markdown via compress_md pipeline (#88)
35
+ - feat(economy): compress Agent/Task prompt at PreToolUse time (#87)
36
+ - feat(handlers): xcodebuild noise filter + log-file tail detection (#84)
37
+ - feat(bench): efficiency-proof benchmark suite — quantitative savings for US-001/003/004 (#74)
38
+ - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
39
+ - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
40
+ - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
41
+ - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
42
+ - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
43
+ - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
44
+ - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
45
+ - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
46
+ - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
47
+ - structured session memory, cross-session search, error snippets, configurable tunables
48
+ - feat(setup): create config.ini on first install
49
+ - feat(i18n): locale-aware compress-md with pt-BR support (#25)
50
+ - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
51
+ - Windows setup via cargo/npm + squeez update fix
52
+ - feat(benchmark): add squeez benchmark command with 19-scenario test suite
53
+ - feat(ci): re-add promote-develop workflow with correct registration
54
+ - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
55
+ - feat(npm+crates): add npm package and publish jobs to release workflow
56
+ - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
57
+ - compress-md, caveman persona, squeez update, track-result hook
58
+ - feat(context): adaptive intensity always picks Ultra
59
+ - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
60
+ - add Windows support to install.sh and release.yml
61
+ - add home_dir() helper with USERPROFILE fallback for Windows
62
+ - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
63
+ - add GitHub Copilot CLI support
64
+ - add OpenCode plugin for automatic Bash compression
65
+ - add universal installer support for macOS and Linux
66
+ - expand benchmarks, edge-case tests, and README polish
67
+ - add SessionStart + PostToolUse hooks, update install.sh and README
68
+ - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
69
+ - squeez init — session start, prior memory banner, session finalization (TDD)
70
+ - squeez track — token accumulation + session event log (TDD)
71
+ - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
72
+ - session.rs — CurrentSession, append_event, date math (TDD)
73
+ - json_util helpers + compact_threshold_tokens, memory_retention_days config
74
+ - benchmark system — all fixtures passing
75
+ - build.sh compiles + installs squeez, registers hook
76
+ - PreToolUse hook script
77
+ - fs and runtime handlers — all handler tests passing
78
+ - cloud, database, network handlers (TDD)
79
+ - typescript and build handlers (TDD)
80
+ - package_mgr and test_runner handlers (TDD)
81
+ - git and docker handlers (TDD)
82
+ - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
83
+ - Handler trait with cmd+config, generic handler, command router, filter_stdin
84
+ - truncation strategy (TDD) — all strategy tests passing
85
+ - grouping strategy (TDD)
86
+ - dedup strategy (TDD)
87
+ - smart_filter strategy with node_modules frame removal (TDD)
88
+ - implement config.ini parser (TDD)
89
+
90
+ ### Changed
91
+ - chore(release): bump version to 1.28.0 [squeez-release-bot]
92
+ - docs: update changelog and benchmarks for v1.27.0
93
+ - chore(release): bump version to 1.27.0 [squeez-release-bot]
94
+ - docs: update changelog and benchmarks for v1.26.0
95
+ - chore(release): bump version to 1.26.0 [squeez-release-bot]
96
+ - docs: update changelog and benchmarks for v1.25.0
97
+ - chore(release): bump version to 1.25.0 [squeez-release-bot]
98
+ - docs: update changelog and benchmarks for v1.24.0
99
+ - docs: update changelog and benchmarks for v1.23.1
100
+ - chore(release): bump version to 1.24.0 [squeez-release-bot]
101
+ - chore(release): bump version to 1.23.1 [squeez-release-bot]
102
+ - docs: update changelog and benchmarks for v1.23.0
103
+ - chore(release): bump version to 1.23.0 [squeez-release-bot]
104
+ - docs: update changelog and benchmarks for v1.22.1
105
+ - docs: update changelog and benchmarks for v1.22.1
106
+ - docs: update changelog and benchmarks for v1.22.1
107
+ - chore(release): bump version to 1.22.1 [squeez-release-bot]
108
+ - docs: update changelog and benchmarks for v1.22.0
109
+ - chore(release): bump version to 1.22.0 [squeez-release-bot]
110
+ - docs: update changelog and benchmarks for v1.21.1
111
+ - chore(release): bump version to 1.21.1 [squeez-release-bot]
112
+ - refactor(skills): session-long re-injection dedup; drop lexical skill compression (#142)
113
+ - docs: update changelog and benchmarks for v1.21.0
114
+ - chore(release): bump version to 1.21.0 [squeez-release-bot]
115
+ - docs: update changelog and benchmarks for v1.20.0
116
+ - chore(release): bump version to 1.20.0 [squeez-release-bot]
117
+ - docs(readme): add "How squeez compares" table vs rtk / KRLabs squeez / sqz / LLMLingua-2 / TOON (#138)
118
+ - test(cache): lock in byte-stability of MCP and protocol payloads (#136)
119
+ - docs: update changelog and benchmarks for v1.19.4
120
+ - chore(release): bump version to 1.19.4 [squeez-release-bot]
121
+ - docs: update changelog and benchmarks for v1.19.3
122
+ - chore(release): bump version to 1.19.3 [squeez-release-bot]
123
+ - docs: update changelog and benchmarks for v1.19.2
124
+ - chore(release): bump version to 1.19.2 [squeez-release-bot]
125
+ - docs: update changelog and benchmarks for v1.19.1
126
+ - chore(release): bump version to 1.19.1 [squeez-release-bot]
127
+ - docs: update changelog and benchmarks for v1.19.0
128
+ - chore(release): bump version to 1.19.0 [squeez-release-bot]
129
+ - docs: update changelog and benchmarks for v1.18.1
130
+ - chore(release): bump version to 1.18.1 [squeez-release-bot]
131
+ - docs: update changelog and benchmarks for v1.18.0
132
+ - chore(release): bump version to 1.18.0 [squeez-release-bot]
133
+ - docs: document DCO Signed-off-by requirement in CLAUDE.md (#111)
134
+ - docs: update changelog and benchmarks for v1.17.0
135
+ - chore(release): bump version to 1.17.0 [squeez-release-bot]
136
+ - docs: update changelog and benchmarks for v1.16.0
137
+ - chore(release): bump version to 1.16.0 [squeez-release-bot]
138
+ - docs: update changelog and benchmarks for v1.15.1
139
+ - chore(release): bump version to 1.15.1 [squeez-release-bot]
140
+ - docs: update README and CLAUDE.md for new hooks and PostToolUse rewrite (#108)
141
+ - refactor(bench): unify benches/ into bench/ — single benchmark directory (#106)
142
+ - test: add missing coverage for compress-output, filter dispatch, SubagentStop, hook registration (#103)
143
+ - docs: update changelog and benchmarks for v1.15.0
144
+ - chore(release): bump version to 1.15.0 [squeez-release-bot]
145
+ - docs: update changelog and benchmarks for v1.13.0
146
+ - chore(release): bump version to 1.14.0 [squeez-release-bot]
147
+ - chore(release): bump version to 1.13.0 [squeez-release-bot]
148
+ - docs: update changelog and benchmarks for v1.12.0
149
+ - chore(release): bump version to 1.12.0 [squeez-release-bot]
150
+ - docs(codex): update adapter comments and README for 0.123.0 hook surface
151
+ - docs: update changelog and benchmarks for v1.11.2
152
+ - chore(release): bump version to 1.11.2 [squeez-release-bot]
153
+ - docs: update changelog and benchmarks for v1.11.1
154
+ - chore(release): bump version to 1.11.1 [squeez-release-bot]
155
+ - docs: update changelog and benchmarks for v1.11.0
156
+ - chore(release): bump version to 1.11.0 [squeez-release-bot]
157
+ - docs: update changelog and benchmarks for v1.10.0
158
+ - docs: update changelog and benchmarks for v1.9.0
159
+ - chore(release): bump version to 1.10.0 [squeez-release-bot]
160
+ - docs(readme): document squeez's compression scope and architectural limits (#85)
161
+ - chore(release): bump version to 1.9.0 [squeez-release-bot]
162
+ - chore(release): bump version to 1.8.0 [squeez-release-bot]
163
+ - docs: update changelog and benchmarks for v1.7.7
164
+ - chore(release): bump version to 1.7.7 [squeez-release-bot]
165
+ - docs: update changelog and benchmarks for v1.7.6
166
+ - chore(release): bump version to 1.7.6 [squeez-release-bot]
167
+ - docs: update changelog and benchmarks for v1.7.5
168
+ - chore(release): bump version to 1.7.5 [squeez-release-bot]
169
+ - docs: update changelog and benchmarks for v1.7.4
170
+ - chore(release): bump version to 1.7.4 [squeez-release-bot]
171
+ - perf: O(log n) refactor — tail read, offset index, single-pass parser
172
+ - docs: update changelog and benchmarks for v1.7.3
173
+ - chore(release): bump version to 1.7.3 [squeez-release-bot]
174
+ - chore(release): bump version to 1.7.2 [squeez-release-bot]
175
+ - restore: revert accidental deletion of auto-release.yml workflow
176
+ - docs: update changelog and benchmarks for v1.7.1
177
+ - chore(release): bump version to 1.7.1 [squeez-release-bot]
178
+ - chore: relicense to Apache 2.0 + add DCO policy + banner (#76)
179
+ - docs: update changelog and benchmarks for v1.7.0
180
+ - chore(release): bump version to 1.7.0 [squeez-release-bot]
181
+ - docs: update changelog and benchmarks for v1.6.1
182
+ - chore(release): bump version to 1.6.1 [squeez-release-bot]
183
+ - docs: update changelog and benchmarks for v1.6.0
184
+ - chore(release): bump version to 1.6.0 [squeez-release-bot]
185
+ - docs: update changelog and benchmarks for v1.5.2
186
+ - chore(release): bump version to 1.5.2 [squeez-release-bot]
187
+ - chore(release): bump version to 1.5.1 [squeez-release-bot]
188
+ - docs: five-host matrix + squeez setup/uninstall flow (#63)
189
+ - refactor(install): delegate host registration to 'squeez setup' (#60)
190
+ - chore(release): bump version to 1.5.0 [squeez-release-bot]
191
+ - chore(release): bump version to 1.4.0 [squeez-release-bot]
192
+ - chore(release): bump version to 1.3.0 [squeez-release-bot]
193
+ - chore(release): bump version to 1.2.0 [squeez-release-bot]
194
+ - chore(release): bump version to 1.1.0 [squeez-release-bot]
195
+ - chore(release): bump version to 1.0.0 [skip release]
196
+ - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
197
+ - ci: conventional-commit-driven auto-release (#40)
198
+ - chore(gov): issue-form templates + refined PR template (#39)
199
+ - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
200
+ - chore(release): bump version to 0.4.1
201
+ - chore(release): bump version to 0.4.0
202
+ - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
203
+ - chore: bump version to 0.3.2
204
+ - docs: add shields.io badge for changelog link
205
+ - chore: bump version to 0.3.1
206
+ - chore: bump version to 0.2.3
207
+ - docs: update README with 11 MCP tools, structured memory, and advanced tunables
208
+ - chore: bump version to 0.2.2
209
+ - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
210
+ - chore: refresh bench/report.md from latest run [skip release]
211
+ - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
212
+ - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
213
+ - chore: bump version to 0.2.0; add Cargo.toml metadata
214
+ - ci: PR template, linked-issue enforcement, no-claude-trailer check
215
+ - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
216
+ - ci: auto-delete branches after PR merge
217
+ - docs: update Windows installation instructions and prerequisites in README
218
+ - docs: add Windows support and Rust install instructions to README
219
+ - refactor: use session::home_dir() in config and init (Windows compat)
220
+ - ci: trigger promote workflow (test)
221
+ - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
222
+ - docs(readme): add changelog, contribution workflow, and benchmark notes
223
+ - ci(workflow): create/update PR from develop to main on push
224
+ - chore: add .worktrees/ to gitignore
225
+ - chore: add docs/ to gitignore (local design specs)
226
+ - docs: update README for GitHub Copilot CLI support
227
+ - security: fix remaining LOW findings in wrap.rs
228
+ - security: fix 2 follow-up findings from second audit
229
+ - security: fix all 8 findings from security audit
230
+ - ci: build and install binary before running benchmarks
231
+ - chore: add GitHub sponsor button
232
+ - chore: ignore .omc/ directory, remove from tracking
233
+ - chore: update benchmark report (7/7 passing)
234
+ - docs: update README — real benchmarks, Phase 2 config, how it works
235
+ - style: cargo fmt on session.rs and test_session.rs
236
+ - chore: open source files — README, LICENSE, CI/release workflows, install.sh
237
+ - chore: scaffold squeez Rust project
238
+
239
+ ### Fixed
240
+ - fix(fs): stop collapsing ls/find listings to "N modified" count (#151)
241
+ - fix(hooks): strip --no-squeez marker in codex and gemini pretooluse hooks (#146)
242
+ - fix(release): make publish-npm non-blocking; add npm whoami diagnostic
243
+ - fix(codex): emit current PreToolUse/SessionStart hook shapes; silence PostToolUse (#143)
244
+ - fix(claude-code): stop writing statusline.sh + remove orphans on install (#126)
245
+ - fix(claude-code): stop registering squeez statusLine + delegate install to adapter (#124)
246
+ - fix(compress-output): close PostToolUse compression gaps for Read/Edit/Write (#121)
247
+ - fix(claude-code): write hooks under settings.hooks.<event>, not at top level (#119)
248
+ - fix(opencode): shell-quote bash command before prepending `squeez wrap` (#115)
249
+ - fix(statusline): show compression % and fix Python heredoc expansion bug
250
+ - plan-mode passthrough + release description body (#95)
251
+ - fix(session-start): health check missed top-level event keys (#92)
252
+ - fix(hosts): expand PreToolUse matcher to cover Read, Grep, Glob, Agent, Task (#86)
253
+ - fix(json_util,statusline): whitespace-tolerant JSON parser + UTF-8 statusline on Windows (#81)
254
+ - fix(hosts): preserve user settings.json when existing JSON fails to parse (#83)
255
+ - prevent OOM from unbounded file reads + data integrity fixes
256
+ - fix(ci): use native ubuntu-24.04-arm runner for aarch64 build
257
+ - eliminate memory leaks causing 16 GB RAM on MCP server startup (#79)
258
+ - fix(hooks): add hookEventName to PreToolUse hookSpecificOutput (#78)
259
+ - fix(opencode): align plugin with PluginModule SDK shape (default export + server map) (#72)
260
+ - fix(ci): push release docs directly to main (loop-safe) (#68)
261
+ - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
262
+ - fix(ci): startsWith guard for auto-release recursion (#46)
263
+ - fix(ci): tighten auto-release bump detection + fix tag push (#44)
264
+ - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
265
+ - fix(ci): skip publish gracefully when version already exists on crates.io/npm
266
+ - fix(ci): run update-docs even if publish jobs fail (already published)
267
+ - fix(ci): continue-on-error for publish jobs so update-docs always runs
268
+ - fix(ci): add pull-requests write permission to update-docs job
269
+ - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
270
+ - fix(ci): update-docs creates PR instead of pushing directly to protected main
271
+ - fix(npm): copy README.md into npm package before publish; add readme field
272
+ - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
273
+ - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
274
+ - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
275
+ - fix(ci): fix flaky test tmp dir collision + simplify auto-release
276
+ - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
277
+ - fix(ci): remove secrets in step if-conditions — check token inside script instead
278
+ - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
279
+ - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
280
+ - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
281
+ - fix(statusline): remove Ctx% — show only squeez compression metrics
282
+ - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
283
+ - resolve gap analysis — new handlers, wider redundancy window, token budget
284
+ - install.sh — clarify PostToolUse no-matcher intent, guard version echo
285
+ - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
286
+ - use ends_with for files_committed check in init finalize
287
+ - json_util — guard extract_u64 empty digit, add json_util test coverage
288
+ - add pre-flight binary check to bench/run.sh
289
+ - atomic settings.json write + uninstall safety guards
290
+ - harden pretooluse hook (shlex.quote, error handling, single path source)
291
+ - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
292
+
293
+ ## [1.27.0] - 2026-06-22
294
+
295
+ ### Added
296
+ - feat(retrieve): reversible compression — stash originals + squeez_retrieve (#154)
297
+ - feat(config): add `squeez config` CLI + `/squeez` slash command (#152)
298
+ - feat(sig-mode): capture indented method signatures inside impl/class blocks (#147)
299
+ - feat(safety): workflow abuse prevention — all 8 gap items from transcript audit
300
+ - feat(context): real-context tracking, image/skill dedup, quota nudges, transcript integration
301
+ - feat(economy): enterprise-aware mode — Bedrock/Vertex/OTEL detection + USD savings (#135)
302
+ - feat(benchmark): add information-preservation guard against output-token inflation (#133)
303
+ - feat(cloud): TOON re-encoder for JSON-array outputs (gh, kubectl, aws, gcloud, az) (#134)
304
+ - feat(sig-mode): preserve attribute / decorator above kept signatures (#137)
305
+ - feat(economy): auto-curation nudges + cross-session handler stats (#118)
306
+ - feat(hosts): add Pi adapter (#116)
307
+ - feat(compress): plug Agent/Task output, HTML bash, and PreCompact telemetry gaps
308
+ - feat(bench): add pytest, jest, xcode_build scenarios — 23 → 26 scenarios
309
+ - feat(hooks): PreCompact + PostCompact lifecycle hooks (#102)
310
+ - feat(hooks): SubagentStop hook feeds sub-agent output into SessionContext (#101)
311
+ - feat(monitor): add Monitor tool to PostToolUse compress-output dispatch (#100)
312
+ - PostToolUse updatedToolOutput for Read/Grep/Glob (Claude Code v2.1.119+)
313
+ - session-analysis improvements — az JSON, vite noise, prisma generate, hook health check (#90)
314
+ - feat(fs): auto-compress cat'd markdown via compress_md pipeline (#88)
315
+ - feat(economy): compress Agent/Task prompt at PreToolUse time (#87)
316
+ - feat(handlers): xcodebuild noise filter + log-file tail detection (#84)
317
+ - feat(bench): efficiency-proof benchmark suite — quantitative savings for US-001/003/004 (#74)
318
+ - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
319
+ - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
320
+ - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
321
+ - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
322
+ - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
323
+ - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
324
+ - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
325
+ - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
326
+ - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
327
+ - structured session memory, cross-session search, error snippets, configurable tunables
328
+ - feat(setup): create config.ini on first install
329
+ - feat(i18n): locale-aware compress-md with pt-BR support (#25)
330
+ - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
331
+ - Windows setup via cargo/npm + squeez update fix
332
+ - feat(benchmark): add squeez benchmark command with 19-scenario test suite
333
+ - feat(ci): re-add promote-develop workflow with correct registration
334
+ - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
335
+ - feat(npm+crates): add npm package and publish jobs to release workflow
336
+ - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
337
+ - compress-md, caveman persona, squeez update, track-result hook
338
+ - feat(context): adaptive intensity always picks Ultra
339
+ - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
340
+ - add Windows support to install.sh and release.yml
341
+ - add home_dir() helper with USERPROFILE fallback for Windows
342
+ - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
343
+ - add GitHub Copilot CLI support
344
+ - add OpenCode plugin for automatic Bash compression
345
+ - add universal installer support for macOS and Linux
346
+ - expand benchmarks, edge-case tests, and README polish
347
+ - add SessionStart + PostToolUse hooks, update install.sh and README
348
+ - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
349
+ - squeez init — session start, prior memory banner, session finalization (TDD)
350
+ - squeez track — token accumulation + session event log (TDD)
351
+ - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
352
+ - session.rs — CurrentSession, append_event, date math (TDD)
353
+ - json_util helpers + compact_threshold_tokens, memory_retention_days config
354
+ - benchmark system — all fixtures passing
355
+ - build.sh compiles + installs squeez, registers hook
356
+ - PreToolUse hook script
357
+ - fs and runtime handlers — all handler tests passing
358
+ - cloud, database, network handlers (TDD)
359
+ - typescript and build handlers (TDD)
360
+ - package_mgr and test_runner handlers (TDD)
361
+ - git and docker handlers (TDD)
362
+ - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
363
+ - Handler trait with cmd+config, generic handler, command router, filter_stdin
364
+ - truncation strategy (TDD) — all strategy tests passing
365
+ - grouping strategy (TDD)
366
+ - dedup strategy (TDD)
367
+ - smart_filter strategy with node_modules frame removal (TDD)
368
+ - implement config.ini parser (TDD)
369
+
370
+ ### Changed
371
+ - chore(release): bump version to 1.27.0 [squeez-release-bot]
372
+ - docs: update changelog and benchmarks for v1.26.0
373
+ - chore(release): bump version to 1.26.0 [squeez-release-bot]
374
+ - docs: update changelog and benchmarks for v1.25.0
375
+ - chore(release): bump version to 1.25.0 [squeez-release-bot]
376
+ - docs: update changelog and benchmarks for v1.24.0
377
+ - docs: update changelog and benchmarks for v1.23.1
378
+ - chore(release): bump version to 1.24.0 [squeez-release-bot]
379
+ - chore(release): bump version to 1.23.1 [squeez-release-bot]
380
+ - docs: update changelog and benchmarks for v1.23.0
381
+ - chore(release): bump version to 1.23.0 [squeez-release-bot]
382
+ - docs: update changelog and benchmarks for v1.22.1
383
+ - docs: update changelog and benchmarks for v1.22.1
384
+ - docs: update changelog and benchmarks for v1.22.1
385
+ - chore(release): bump version to 1.22.1 [squeez-release-bot]
386
+ - docs: update changelog and benchmarks for v1.22.0
387
+ - chore(release): bump version to 1.22.0 [squeez-release-bot]
388
+ - docs: update changelog and benchmarks for v1.21.1
389
+ - chore(release): bump version to 1.21.1 [squeez-release-bot]
390
+ - refactor(skills): session-long re-injection dedup; drop lexical skill compression (#142)
391
+ - docs: update changelog and benchmarks for v1.21.0
392
+ - chore(release): bump version to 1.21.0 [squeez-release-bot]
393
+ - docs: update changelog and benchmarks for v1.20.0
394
+ - chore(release): bump version to 1.20.0 [squeez-release-bot]
395
+ - docs(readme): add "How squeez compares" table vs rtk / KRLabs squeez / sqz / LLMLingua-2 / TOON (#138)
396
+ - test(cache): lock in byte-stability of MCP and protocol payloads (#136)
397
+ - docs: update changelog and benchmarks for v1.19.4
398
+ - chore(release): bump version to 1.19.4 [squeez-release-bot]
399
+ - docs: update changelog and benchmarks for v1.19.3
400
+ - chore(release): bump version to 1.19.3 [squeez-release-bot]
401
+ - docs: update changelog and benchmarks for v1.19.2
402
+ - chore(release): bump version to 1.19.2 [squeez-release-bot]
403
+ - docs: update changelog and benchmarks for v1.19.1
404
+ - chore(release): bump version to 1.19.1 [squeez-release-bot]
405
+ - docs: update changelog and benchmarks for v1.19.0
406
+ - chore(release): bump version to 1.19.0 [squeez-release-bot]
407
+ - docs: update changelog and benchmarks for v1.18.1
408
+ - chore(release): bump version to 1.18.1 [squeez-release-bot]
409
+ - docs: update changelog and benchmarks for v1.18.0
410
+ - chore(release): bump version to 1.18.0 [squeez-release-bot]
411
+ - docs: document DCO Signed-off-by requirement in CLAUDE.md (#111)
412
+ - docs: update changelog and benchmarks for v1.17.0
413
+ - chore(release): bump version to 1.17.0 [squeez-release-bot]
414
+ - docs: update changelog and benchmarks for v1.16.0
415
+ - chore(release): bump version to 1.16.0 [squeez-release-bot]
416
+ - docs: update changelog and benchmarks for v1.15.1
417
+ - chore(release): bump version to 1.15.1 [squeez-release-bot]
418
+ - docs: update README and CLAUDE.md for new hooks and PostToolUse rewrite (#108)
419
+ - refactor(bench): unify benches/ into bench/ — single benchmark directory (#106)
420
+ - test: add missing coverage for compress-output, filter dispatch, SubagentStop, hook registration (#103)
421
+ - docs: update changelog and benchmarks for v1.15.0
422
+ - chore(release): bump version to 1.15.0 [squeez-release-bot]
423
+ - docs: update changelog and benchmarks for v1.13.0
424
+ - chore(release): bump version to 1.14.0 [squeez-release-bot]
425
+ - chore(release): bump version to 1.13.0 [squeez-release-bot]
426
+ - docs: update changelog and benchmarks for v1.12.0
427
+ - chore(release): bump version to 1.12.0 [squeez-release-bot]
428
+ - docs(codex): update adapter comments and README for 0.123.0 hook surface
429
+ - docs: update changelog and benchmarks for v1.11.2
430
+ - chore(release): bump version to 1.11.2 [squeez-release-bot]
431
+ - docs: update changelog and benchmarks for v1.11.1
432
+ - chore(release): bump version to 1.11.1 [squeez-release-bot]
433
+ - docs: update changelog and benchmarks for v1.11.0
434
+ - chore(release): bump version to 1.11.0 [squeez-release-bot]
435
+ - docs: update changelog and benchmarks for v1.10.0
436
+ - docs: update changelog and benchmarks for v1.9.0
437
+ - chore(release): bump version to 1.10.0 [squeez-release-bot]
438
+ - docs(readme): document squeez's compression scope and architectural limits (#85)
439
+ - chore(release): bump version to 1.9.0 [squeez-release-bot]
440
+ - chore(release): bump version to 1.8.0 [squeez-release-bot]
441
+ - docs: update changelog and benchmarks for v1.7.7
442
+ - chore(release): bump version to 1.7.7 [squeez-release-bot]
443
+ - docs: update changelog and benchmarks for v1.7.6
444
+ - chore(release): bump version to 1.7.6 [squeez-release-bot]
445
+ - docs: update changelog and benchmarks for v1.7.5
446
+ - chore(release): bump version to 1.7.5 [squeez-release-bot]
447
+ - docs: update changelog and benchmarks for v1.7.4
448
+ - chore(release): bump version to 1.7.4 [squeez-release-bot]
449
+ - perf: O(log n) refactor — tail read, offset index, single-pass parser
450
+ - docs: update changelog and benchmarks for v1.7.3
451
+ - chore(release): bump version to 1.7.3 [squeez-release-bot]
452
+ - chore(release): bump version to 1.7.2 [squeez-release-bot]
453
+ - restore: revert accidental deletion of auto-release.yml workflow
454
+ - docs: update changelog and benchmarks for v1.7.1
455
+ - chore(release): bump version to 1.7.1 [squeez-release-bot]
456
+ - chore: relicense to Apache 2.0 + add DCO policy + banner (#76)
457
+ - docs: update changelog and benchmarks for v1.7.0
458
+ - chore(release): bump version to 1.7.0 [squeez-release-bot]
459
+ - docs: update changelog and benchmarks for v1.6.1
460
+ - chore(release): bump version to 1.6.1 [squeez-release-bot]
461
+ - docs: update changelog and benchmarks for v1.6.0
462
+ - chore(release): bump version to 1.6.0 [squeez-release-bot]
463
+ - docs: update changelog and benchmarks for v1.5.2
464
+ - chore(release): bump version to 1.5.2 [squeez-release-bot]
465
+ - chore(release): bump version to 1.5.1 [squeez-release-bot]
466
+ - docs: five-host matrix + squeez setup/uninstall flow (#63)
467
+ - refactor(install): delegate host registration to 'squeez setup' (#60)
468
+ - chore(release): bump version to 1.5.0 [squeez-release-bot]
469
+ - chore(release): bump version to 1.4.0 [squeez-release-bot]
470
+ - chore(release): bump version to 1.3.0 [squeez-release-bot]
471
+ - chore(release): bump version to 1.2.0 [squeez-release-bot]
472
+ - chore(release): bump version to 1.1.0 [squeez-release-bot]
473
+ - chore(release): bump version to 1.0.0 [skip release]
474
+ - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
475
+ - ci: conventional-commit-driven auto-release (#40)
476
+ - chore(gov): issue-form templates + refined PR template (#39)
477
+ - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
478
+ - chore(release): bump version to 0.4.1
479
+ - chore(release): bump version to 0.4.0
480
+ - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
481
+ - chore: bump version to 0.3.2
482
+ - docs: add shields.io badge for changelog link
483
+ - chore: bump version to 0.3.1
484
+ - chore: bump version to 0.2.3
485
+ - docs: update README with 11 MCP tools, structured memory, and advanced tunables
486
+ - chore: bump version to 0.2.2
487
+ - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
488
+ - chore: refresh bench/report.md from latest run [skip release]
489
+ - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
490
+ - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
491
+ - chore: bump version to 0.2.0; add Cargo.toml metadata
492
+ - ci: PR template, linked-issue enforcement, no-claude-trailer check
493
+ - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
494
+ - ci: auto-delete branches after PR merge
495
+ - docs: update Windows installation instructions and prerequisites in README
496
+ - docs: add Windows support and Rust install instructions to README
497
+ - refactor: use session::home_dir() in config and init (Windows compat)
498
+ - ci: trigger promote workflow (test)
499
+ - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
500
+ - docs(readme): add changelog, contribution workflow, and benchmark notes
501
+ - ci(workflow): create/update PR from develop to main on push
502
+ - chore: add .worktrees/ to gitignore
503
+ - chore: add docs/ to gitignore (local design specs)
504
+ - docs: update README for GitHub Copilot CLI support
505
+ - security: fix remaining LOW findings in wrap.rs
506
+ - security: fix 2 follow-up findings from second audit
507
+ - security: fix all 8 findings from security audit
508
+ - ci: build and install binary before running benchmarks
509
+ - chore: add GitHub sponsor button
510
+ - chore: ignore .omc/ directory, remove from tracking
511
+ - chore: update benchmark report (7/7 passing)
512
+ - docs: update README — real benchmarks, Phase 2 config, how it works
513
+ - style: cargo fmt on session.rs and test_session.rs
514
+ - chore: open source files — README, LICENSE, CI/release workflows, install.sh
515
+ - chore: scaffold squeez Rust project
516
+
517
+ ### Fixed
518
+ - fix(fs): stop collapsing ls/find listings to "N modified" count (#151)
519
+ - fix(hooks): strip --no-squeez marker in codex and gemini pretooluse hooks (#146)
520
+ - fix(release): make publish-npm non-blocking; add npm whoami diagnostic
521
+ - fix(codex): emit current PreToolUse/SessionStart hook shapes; silence PostToolUse (#143)
522
+ - fix(claude-code): stop writing statusline.sh + remove orphans on install (#126)
523
+ - fix(claude-code): stop registering squeez statusLine + delegate install to adapter (#124)
524
+ - fix(compress-output): close PostToolUse compression gaps for Read/Edit/Write (#121)
525
+ - fix(claude-code): write hooks under settings.hooks.<event>, not at top level (#119)
526
+ - fix(opencode): shell-quote bash command before prepending `squeez wrap` (#115)
527
+ - fix(statusline): show compression % and fix Python heredoc expansion bug
528
+ - plan-mode passthrough + release description body (#95)
529
+ - fix(session-start): health check missed top-level event keys (#92)
530
+ - fix(hosts): expand PreToolUse matcher to cover Read, Grep, Glob, Agent, Task (#86)
531
+ - fix(json_util,statusline): whitespace-tolerant JSON parser + UTF-8 statusline on Windows (#81)
532
+ - fix(hosts): preserve user settings.json when existing JSON fails to parse (#83)
533
+ - prevent OOM from unbounded file reads + data integrity fixes
534
+ - fix(ci): use native ubuntu-24.04-arm runner for aarch64 build
535
+ - eliminate memory leaks causing 16 GB RAM on MCP server startup (#79)
536
+ - fix(hooks): add hookEventName to PreToolUse hookSpecificOutput (#78)
537
+ - fix(opencode): align plugin with PluginModule SDK shape (default export + server map) (#72)
538
+ - fix(ci): push release docs directly to main (loop-safe) (#68)
539
+ - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
540
+ - fix(ci): startsWith guard for auto-release recursion (#46)
541
+ - fix(ci): tighten auto-release bump detection + fix tag push (#44)
542
+ - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
543
+ - fix(ci): skip publish gracefully when version already exists on crates.io/npm
544
+ - fix(ci): run update-docs even if publish jobs fail (already published)
545
+ - fix(ci): continue-on-error for publish jobs so update-docs always runs
546
+ - fix(ci): add pull-requests write permission to update-docs job
547
+ - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
548
+ - fix(ci): update-docs creates PR instead of pushing directly to protected main
549
+ - fix(npm): copy README.md into npm package before publish; add readme field
550
+ - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
551
+ - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
552
+ - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
553
+ - fix(ci): fix flaky test tmp dir collision + simplify auto-release
554
+ - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
555
+ - fix(ci): remove secrets in step if-conditions — check token inside script instead
556
+ - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
557
+ - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
558
+ - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
559
+ - fix(statusline): remove Ctx% — show only squeez compression metrics
560
+ - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
561
+ - resolve gap analysis — new handlers, wider redundancy window, token budget
562
+ - install.sh — clarify PostToolUse no-matcher intent, guard version echo
563
+ - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
564
+ - use ends_with for files_committed check in init finalize
565
+ - json_util — guard extract_u64 empty digit, add json_util test coverage
566
+ - add pre-flight binary check to bench/run.sh
567
+ - atomic settings.json write + uninstall safety guards
568
+ - harden pretooluse hook (shlex.quote, error handling, single path source)
569
+ - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
570
+
12
571
  ## [1.26.0] - 2026-06-22
13
572
 
14
573
  ### Added
@@ -6196,7 +6755,7 @@ conventional commit messages on `main`.
6196
6755
  ## [1.5.1] and earlier
6197
6756
  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.
6198
6757
 
6199
- [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.26.0...HEAD
6758
+ [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.28.0...HEAD
6200
6759
  [1.7.0]: https://github.com/claudioemmanuel/squeez/compare/v1.6.1...v1.7.0
6201
6760
  [1.6.1]: https://github.com/claudioemmanuel/squeez/compare/v1.6.0...v1.6.1
6202
6761
  [1.6.0]: https://github.com/claudioemmanuel/squeez/compare/v1.5.2...v1.6.0
@@ -6234,3 +6793,5 @@ See the [git tag history](https://github.com/claudioemmanuel/squeez/tags) for pr
6234
6793
  [1.24.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.24.0
6235
6794
  [1.25.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.25.0
6236
6795
  [1.26.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.26.0
6796
+ [1.27.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.27.0
6797
+ [1.28.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.28.0
package/README.md CHANGED
@@ -180,54 +180,54 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
180
180
 
181
181
  | Scenario | Before | After | Reduction | Latency |
182
182
  |----------|--------|-------|-----------|---------|
183
- | `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 56.6 ms |
184
- | `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 201 µs |
185
- | `xcode_build` | 1,881 tk | 17 tk | **-99%** | 54 µs |
186
- | `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 796 µs |
187
- | `agent_directory_output` | 3,348 tk | 167 tk | **-95%** | 327 µs |
188
- | `ps_aux` | 40,373 tk | 2,338 tk | **-94%** | 856 µs |
189
- | `git_log_200` | 2,692 tk | 275 tk | **-90%** | 206 µs |
183
+ | `summarize_huge` | 82,257 tk | 445 tk | **-99%** | 57.7 ms |
184
+ | `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 236 µs |
185
+ | `xcode_build` | 1,881 tk | 17 tk | **-99%** | 58 µs |
186
+ | `high_context_adaptive` | 4,418 tk | 61 tk | **-99%** | 1.0 ms |
187
+ | `agent_directory_output` | 3,348 tk | 167 tk | **-95%** | 618 µs |
188
+ | `ps_aux` | 40,373 tk | 2,338 tk | **-94%** | 943 µs |
189
+ | `git_log_200` | 2,692 tk | 275 tk | **-90%** | 220 µs |
190
190
  | `tsc_errors` | 731 tk | 101 tk | **-86%** | 22 µs |
191
- | `cargo_build_noisy` | 2,106 tk | 439 tk | **-79%** | 246 µs |
192
- | `docker_logs` | 665 tk | 186 tk | **-72%** | 57 µs |
193
- | `curl_html_response` | 2,181 tk | 626 tk | **-71%** | 44 µs |
194
- | `git_status` | 50 tk | 16 tk | **-68%** | 14 µs |
195
- | `pytest_failures` | 3,402 tk | 1,175 tk | **-65%** | 303 µs |
196
- | `verbose_app_log` | 4,957 tk | 1,978 tk | **-60%** | 287 µs |
197
- | `npm_install` | 524 tk | 218 tk | **-58%** | 46 µs |
198
- | `crosscall_redundancy_3x` | 486 tk | 237 tk | **-51%** | 51.7 ms |
199
- | `ls_la` | 1,782 tk | 872 tk | **-51%** | 42 µs |
200
- | `env_dump` | 441 tk | 287 tk | **-35%** | 24 µs |
201
- | `git_copilot` | 640 tk | 421 tk | **-34%** | 101 µs |
202
- | `find_deep` | 424 tk | 279 tk | **-34%** | 23 µs |
203
- | `agent_heavy` | 2,306 tk | 1,551 tk | **-33%** | 318 µs |
204
- | `md_prose` | 187 tk | 138 tk | **-26%** | 807 µs |
205
- | `md_claude_md` | 316 tk | 247 tk | **-22%** | 994 µs |
206
- | `claude_md_overhead` | 717 tk | 635 tk | **-11%** | 22 µs |
207
- | `git_diff` | 502 tk | 497 tk | **-1%** | 42 µs |
208
- | `jest_failures` | 451 tk | 448 tk | **-1%** | 52 µs |
191
+ | `cargo_build_noisy` | 2,106 tk | 439 tk | **-79%** | 270 µs |
192
+ | `docker_logs` | 665 tk | 186 tk | **-72%** | 71 µs |
193
+ | `curl_html_response` | 2,181 tk | 626 tk | **-71%** | 47 µs |
194
+ | `git_status` | 50 tk | 16 tk | **-68%** | 15 µs |
195
+ | `pytest_failures` | 3,402 tk | 1,175 tk | **-65%** | 320 µs |
196
+ | `verbose_app_log` | 4,957 tk | 1,978 tk | **-60%** | 601 µs |
197
+ | `npm_install` | 524 tk | 218 tk | **-58%** | 49 µs |
198
+ | `crosscall_redundancy_3x` | 486 tk | 237 tk | **-51%** | 51.8 ms |
199
+ | `ls_la` | 1,782 tk | 872 tk | **-51%** | 45 µs |
200
+ | `env_dump` | 441 tk | 287 tk | **-35%** | 25 µs |
201
+ | `git_copilot` | 640 tk | 421 tk | **-34%** | 104 µs |
202
+ | `find_deep` | 424 tk | 279 tk | **-34%** | 22 µs |
203
+ | `agent_heavy` | 2,306 tk | 1,551 tk | **-33%** | 504 µs |
204
+ | `md_prose` | 187 tk | 138 tk | **-26%** | 846 µs |
205
+ | `md_claude_md` | 316 tk | 247 tk | **-22%** | 1.0 ms |
206
+ | `claude_md_overhead` | 717 tk | 635 tk | **-11%** | 21 µs |
207
+ | `git_diff` | 502 tk | 497 tk | **-1%** | 46 µs |
208
+ | `jest_failures` | 451 tk | 448 tk | **-1%** | 56 µs |
209
209
  | `state_first_simulation` | 182 tk | 181 tk | **-1%** | 5 µs |
210
- | `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 31 µs |
210
+ | `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 42 µs |
211
211
 
212
212
  ### Aggregate
213
213
 
214
214
  | Metric | Value |
215
215
  |--------|-------|
216
- | **Total token reduction** | **90.7%** — 164,224 tk → 15,351 tk |
216
+ | **Total token reduction** | **90.6%** — 164,224 tk → 15,385 tk |
217
217
  | Bash output | **-83.8%** |
218
218
  | Markdown / context files | **-23.5%** |
219
219
  | Wrap / cross-call engine | **-99.2%** |
220
220
  | Quality (signal terms preserved) | **28 / 28 pass** |
221
- | Latency p50 (filter mode) | **4.1 ms** |
221
+ | Latency p50 (filter mode) | **4.2 ms** |
222
222
  | Latency p95 (incl. wrap/summarize) | **52 ms** |
223
223
 
224
224
  ### Estimated cost savings — Claude Sonnet 4.6 · $3.00 / MTok input
225
225
 
226
226
  | Usage | Baseline / month | Saved / month |
227
227
  |-------|-----------------|---------------|
228
- | 100 calls / day | $18.00 | **$16.32 (91%)** |
229
- | 1,000 calls / day | $180.00 | **$163.17 (91%)** |
230
- | 10,000 calls / day | $1800.00 | **$1631.70 (91%)** |
228
+ | 100 calls / day | $18.00 | **$16.31 (91%)** |
229
+ | 1,000 calls / day | $180.00 | **$163.13 (91%)** |
230
+ | 10,000 calls / day | $1800.00 | **$1631.34 (91%)** |
231
231
  <!-- BENCHMARK:END -->
232
232
 
233
233
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squeez",
3
- "version": "1.27.0",
3
+ "version": "1.29.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",