squeez 1.18.1 → 1.19.1

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 +452 -1
  2. package/README.md +37 -28
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,455 @@ conventional commit messages on `main`.
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [1.19.0] - 2026-05-17
13
+
14
+ ### Added
15
+ - feat(economy): auto-curation nudges + cross-session handler stats (#118)
16
+ - feat(hosts): add Pi adapter (#116)
17
+ - feat(compress): plug Agent/Task output, HTML bash, and PreCompact telemetry gaps
18
+ - feat(bench): add pytest, jest, xcode_build scenarios — 23 → 26 scenarios
19
+ - feat(hooks): PreCompact + PostCompact lifecycle hooks (#102)
20
+ - feat(hooks): SubagentStop hook feeds sub-agent output into SessionContext (#101)
21
+ - feat(monitor): add Monitor tool to PostToolUse compress-output dispatch (#100)
22
+ - PostToolUse updatedToolOutput for Read/Grep/Glob (Claude Code v2.1.119+)
23
+ - session-analysis improvements — az JSON, vite noise, prisma generate, hook health check (#90)
24
+ - feat(fs): auto-compress cat'd markdown via compress_md pipeline (#88)
25
+ - feat(economy): compress Agent/Task prompt at PreToolUse time (#87)
26
+ - feat(handlers): xcodebuild noise filter + log-file tail detection (#84)
27
+ - feat(bench): efficiency-proof benchmark suite — quantitative savings for US-001/003/004 (#74)
28
+ - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
29
+ - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
30
+ - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
31
+ - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
32
+ - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
33
+ - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
34
+ - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
35
+ - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
36
+ - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
37
+ - structured session memory, cross-session search, error snippets, configurable tunables
38
+ - feat(setup): create config.ini on first install
39
+ - feat(i18n): locale-aware compress-md with pt-BR support (#25)
40
+ - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
41
+ - Windows setup via cargo/npm + squeez update fix
42
+ - feat(benchmark): add squeez benchmark command with 19-scenario test suite
43
+ - feat(ci): re-add promote-develop workflow with correct registration
44
+ - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
45
+ - feat(npm+crates): add npm package and publish jobs to release workflow
46
+ - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
47
+ - compress-md, caveman persona, squeez update, track-result hook
48
+ - feat(context): adaptive intensity always picks Ultra
49
+ - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
50
+ - add Windows support to install.sh and release.yml
51
+ - add home_dir() helper with USERPROFILE fallback for Windows
52
+ - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
53
+ - add GitHub Copilot CLI support
54
+ - add OpenCode plugin for automatic Bash compression
55
+ - add universal installer support for macOS and Linux
56
+ - expand benchmarks, edge-case tests, and README polish
57
+ - add SessionStart + PostToolUse hooks, update install.sh and README
58
+ - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
59
+ - squeez init — session start, prior memory banner, session finalization (TDD)
60
+ - squeez track — token accumulation + session event log (TDD)
61
+ - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
62
+ - session.rs — CurrentSession, append_event, date math (TDD)
63
+ - json_util helpers + compact_threshold_tokens, memory_retention_days config
64
+ - benchmark system — all fixtures passing
65
+ - build.sh compiles + installs squeez, registers hook
66
+ - PreToolUse hook script
67
+ - fs and runtime handlers — all handler tests passing
68
+ - cloud, database, network handlers (TDD)
69
+ - typescript and build handlers (TDD)
70
+ - package_mgr and test_runner handlers (TDD)
71
+ - git and docker handlers (TDD)
72
+ - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
73
+ - Handler trait with cmd+config, generic handler, command router, filter_stdin
74
+ - truncation strategy (TDD) — all strategy tests passing
75
+ - grouping strategy (TDD)
76
+ - dedup strategy (TDD)
77
+ - smart_filter strategy with node_modules frame removal (TDD)
78
+ - implement config.ini parser (TDD)
79
+
80
+ ### Changed
81
+ - chore(release): bump version to 1.19.0 [squeez-release-bot]
82
+ - docs: update changelog and benchmarks for v1.18.1
83
+ - chore(release): bump version to 1.18.1 [squeez-release-bot]
84
+ - docs: update changelog and benchmarks for v1.18.0
85
+ - chore(release): bump version to 1.18.0 [squeez-release-bot]
86
+ - docs: document DCO Signed-off-by requirement in CLAUDE.md (#111)
87
+ - docs: update changelog and benchmarks for v1.17.0
88
+ - chore(release): bump version to 1.17.0 [squeez-release-bot]
89
+ - docs: update changelog and benchmarks for v1.16.0
90
+ - chore(release): bump version to 1.16.0 [squeez-release-bot]
91
+ - docs: update changelog and benchmarks for v1.15.1
92
+ - chore(release): bump version to 1.15.1 [squeez-release-bot]
93
+ - docs: update README and CLAUDE.md for new hooks and PostToolUse rewrite (#108)
94
+ - refactor(bench): unify benches/ into bench/ — single benchmark directory (#106)
95
+ - test: add missing coverage for compress-output, filter dispatch, SubagentStop, hook registration (#103)
96
+ - docs: update changelog and benchmarks for v1.15.0
97
+ - chore(release): bump version to 1.15.0 [squeez-release-bot]
98
+ - docs: update changelog and benchmarks for v1.13.0
99
+ - chore(release): bump version to 1.14.0 [squeez-release-bot]
100
+ - chore(release): bump version to 1.13.0 [squeez-release-bot]
101
+ - docs: update changelog and benchmarks for v1.12.0
102
+ - chore(release): bump version to 1.12.0 [squeez-release-bot]
103
+ - docs(codex): update adapter comments and README for 0.123.0 hook surface
104
+ - docs: update changelog and benchmarks for v1.11.2
105
+ - chore(release): bump version to 1.11.2 [squeez-release-bot]
106
+ - docs: update changelog and benchmarks for v1.11.1
107
+ - chore(release): bump version to 1.11.1 [squeez-release-bot]
108
+ - docs: update changelog and benchmarks for v1.11.0
109
+ - chore(release): bump version to 1.11.0 [squeez-release-bot]
110
+ - docs: update changelog and benchmarks for v1.10.0
111
+ - docs: update changelog and benchmarks for v1.9.0
112
+ - chore(release): bump version to 1.10.0 [squeez-release-bot]
113
+ - docs(readme): document squeez's compression scope and architectural limits (#85)
114
+ - chore(release): bump version to 1.9.0 [squeez-release-bot]
115
+ - chore(release): bump version to 1.8.0 [squeez-release-bot]
116
+ - docs: update changelog and benchmarks for v1.7.7
117
+ - chore(release): bump version to 1.7.7 [squeez-release-bot]
118
+ - docs: update changelog and benchmarks for v1.7.6
119
+ - chore(release): bump version to 1.7.6 [squeez-release-bot]
120
+ - docs: update changelog and benchmarks for v1.7.5
121
+ - chore(release): bump version to 1.7.5 [squeez-release-bot]
122
+ - docs: update changelog and benchmarks for v1.7.4
123
+ - chore(release): bump version to 1.7.4 [squeez-release-bot]
124
+ - perf: O(log n) refactor — tail read, offset index, single-pass parser
125
+ - docs: update changelog and benchmarks for v1.7.3
126
+ - chore(release): bump version to 1.7.3 [squeez-release-bot]
127
+ - chore(release): bump version to 1.7.2 [squeez-release-bot]
128
+ - restore: revert accidental deletion of auto-release.yml workflow
129
+ - docs: update changelog and benchmarks for v1.7.1
130
+ - chore(release): bump version to 1.7.1 [squeez-release-bot]
131
+ - chore: relicense to Apache 2.0 + add DCO policy + banner (#76)
132
+ - docs: update changelog and benchmarks for v1.7.0
133
+ - chore(release): bump version to 1.7.0 [squeez-release-bot]
134
+ - docs: update changelog and benchmarks for v1.6.1
135
+ - chore(release): bump version to 1.6.1 [squeez-release-bot]
136
+ - docs: update changelog and benchmarks for v1.6.0
137
+ - chore(release): bump version to 1.6.0 [squeez-release-bot]
138
+ - docs: update changelog and benchmarks for v1.5.2
139
+ - chore(release): bump version to 1.5.2 [squeez-release-bot]
140
+ - chore(release): bump version to 1.5.1 [squeez-release-bot]
141
+ - docs: five-host matrix + squeez setup/uninstall flow (#63)
142
+ - refactor(install): delegate host registration to 'squeez setup' (#60)
143
+ - chore(release): bump version to 1.5.0 [squeez-release-bot]
144
+ - chore(release): bump version to 1.4.0 [squeez-release-bot]
145
+ - chore(release): bump version to 1.3.0 [squeez-release-bot]
146
+ - chore(release): bump version to 1.2.0 [squeez-release-bot]
147
+ - chore(release): bump version to 1.1.0 [squeez-release-bot]
148
+ - chore(release): bump version to 1.0.0 [skip release]
149
+ - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
150
+ - ci: conventional-commit-driven auto-release (#40)
151
+ - chore(gov): issue-form templates + refined PR template (#39)
152
+ - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
153
+ - chore(release): bump version to 0.4.1
154
+ - chore(release): bump version to 0.4.0
155
+ - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
156
+ - chore: bump version to 0.3.2
157
+ - docs: add shields.io badge for changelog link
158
+ - chore: bump version to 0.3.1
159
+ - chore: bump version to 0.2.3
160
+ - docs: update README with 11 MCP tools, structured memory, and advanced tunables
161
+ - chore: bump version to 0.2.2
162
+ - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
163
+ - chore: refresh bench/report.md from latest run [skip release]
164
+ - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
165
+ - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
166
+ - chore: bump version to 0.2.0; add Cargo.toml metadata
167
+ - ci: PR template, linked-issue enforcement, no-claude-trailer check
168
+ - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
169
+ - ci: auto-delete branches after PR merge
170
+ - docs: update Windows installation instructions and prerequisites in README
171
+ - docs: add Windows support and Rust install instructions to README
172
+ - refactor: use session::home_dir() in config and init (Windows compat)
173
+ - ci: trigger promote workflow (test)
174
+ - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
175
+ - docs(readme): add changelog, contribution workflow, and benchmark notes
176
+ - ci(workflow): create/update PR from develop to main on push
177
+ - chore: add .worktrees/ to gitignore
178
+ - chore: add docs/ to gitignore (local design specs)
179
+ - docs: update README for GitHub Copilot CLI support
180
+ - security: fix remaining LOW findings in wrap.rs
181
+ - security: fix 2 follow-up findings from second audit
182
+ - security: fix all 8 findings from security audit
183
+ - ci: build and install binary before running benchmarks
184
+ - chore: add GitHub sponsor button
185
+ - chore: ignore .omc/ directory, remove from tracking
186
+ - chore: update benchmark report (7/7 passing)
187
+ - docs: update README — real benchmarks, Phase 2 config, how it works
188
+ - style: cargo fmt on session.rs and test_session.rs
189
+ - chore: open source files — README, LICENSE, CI/release workflows, install.sh
190
+ - chore: scaffold squeez Rust project
191
+
192
+ ### Fixed
193
+ - fix(opencode): shell-quote bash command before prepending `squeez wrap` (#115)
194
+ - fix(statusline): show compression % and fix Python heredoc expansion bug
195
+ - plan-mode passthrough + release description body (#95)
196
+ - fix(session-start): health check missed top-level event keys (#92)
197
+ - fix(hosts): expand PreToolUse matcher to cover Read, Grep, Glob, Agent, Task (#86)
198
+ - fix(json_util,statusline): whitespace-tolerant JSON parser + UTF-8 statusline on Windows (#81)
199
+ - fix(hosts): preserve user settings.json when existing JSON fails to parse (#83)
200
+ - prevent OOM from unbounded file reads + data integrity fixes
201
+ - fix(ci): use native ubuntu-24.04-arm runner for aarch64 build
202
+ - eliminate memory leaks causing 16 GB RAM on MCP server startup (#79)
203
+ - fix(hooks): add hookEventName to PreToolUse hookSpecificOutput (#78)
204
+ - fix(opencode): align plugin with PluginModule SDK shape (default export + server map) (#72)
205
+ - fix(ci): push release docs directly to main (loop-safe) (#68)
206
+ - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
207
+ - fix(ci): startsWith guard for auto-release recursion (#46)
208
+ - fix(ci): tighten auto-release bump detection + fix tag push (#44)
209
+ - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
210
+ - fix(ci): skip publish gracefully when version already exists on crates.io/npm
211
+ - fix(ci): run update-docs even if publish jobs fail (already published)
212
+ - fix(ci): continue-on-error for publish jobs so update-docs always runs
213
+ - fix(ci): add pull-requests write permission to update-docs job
214
+ - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
215
+ - fix(ci): update-docs creates PR instead of pushing directly to protected main
216
+ - fix(npm): copy README.md into npm package before publish; add readme field
217
+ - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
218
+ - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
219
+ - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
220
+ - fix(ci): fix flaky test tmp dir collision + simplify auto-release
221
+ - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
222
+ - fix(ci): remove secrets in step if-conditions — check token inside script instead
223
+ - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
224
+ - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
225
+ - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
226
+ - fix(statusline): remove Ctx% — show only squeez compression metrics
227
+ - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
228
+ - resolve gap analysis — new handlers, wider redundancy window, token budget
229
+ - install.sh — clarify PostToolUse no-matcher intent, guard version echo
230
+ - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
231
+ - use ends_with for files_committed check in init finalize
232
+ - json_util — guard extract_u64 empty digit, add json_util test coverage
233
+ - add pre-flight binary check to bench/run.sh
234
+ - atomic settings.json write + uninstall safety guards
235
+ - harden pretooluse hook (shlex.quote, error handling, single path source)
236
+ - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
237
+
238
+ ## [1.18.1] - 2026-05-15
239
+
240
+ ### Added
241
+ - feat(hosts): add Pi adapter (#116)
242
+ - feat(compress): plug Agent/Task output, HTML bash, and PreCompact telemetry gaps
243
+ - feat(bench): add pytest, jest, xcode_build scenarios — 23 → 26 scenarios
244
+ - feat(hooks): PreCompact + PostCompact lifecycle hooks (#102)
245
+ - feat(hooks): SubagentStop hook feeds sub-agent output into SessionContext (#101)
246
+ - feat(monitor): add Monitor tool to PostToolUse compress-output dispatch (#100)
247
+ - PostToolUse updatedToolOutput for Read/Grep/Glob (Claude Code v2.1.119+)
248
+ - session-analysis improvements — az JSON, vite noise, prisma generate, hook health check (#90)
249
+ - feat(fs): auto-compress cat'd markdown via compress_md pipeline (#88)
250
+ - feat(economy): compress Agent/Task prompt at PreToolUse time (#87)
251
+ - feat(handlers): xcodebuild noise filter + log-file tail detection (#84)
252
+ - feat(bench): efficiency-proof benchmark suite — quantitative savings for US-001/003/004 (#74)
253
+ - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
254
+ - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
255
+ - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
256
+ - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
257
+ - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
258
+ - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
259
+ - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
260
+ - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
261
+ - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
262
+ - structured session memory, cross-session search, error snippets, configurable tunables
263
+ - feat(setup): create config.ini on first install
264
+ - feat(i18n): locale-aware compress-md with pt-BR support (#25)
265
+ - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
266
+ - Windows setup via cargo/npm + squeez update fix
267
+ - feat(benchmark): add squeez benchmark command with 19-scenario test suite
268
+ - feat(ci): re-add promote-develop workflow with correct registration
269
+ - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
270
+ - feat(npm+crates): add npm package and publish jobs to release workflow
271
+ - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
272
+ - compress-md, caveman persona, squeez update, track-result hook
273
+ - feat(context): adaptive intensity always picks Ultra
274
+ - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
275
+ - add Windows support to install.sh and release.yml
276
+ - add home_dir() helper with USERPROFILE fallback for Windows
277
+ - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
278
+ - add GitHub Copilot CLI support
279
+ - add OpenCode plugin for automatic Bash compression
280
+ - add universal installer support for macOS and Linux
281
+ - expand benchmarks, edge-case tests, and README polish
282
+ - add SessionStart + PostToolUse hooks, update install.sh and README
283
+ - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
284
+ - squeez init — session start, prior memory banner, session finalization (TDD)
285
+ - squeez track — token accumulation + session event log (TDD)
286
+ - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
287
+ - session.rs — CurrentSession, append_event, date math (TDD)
288
+ - json_util helpers + compact_threshold_tokens, memory_retention_days config
289
+ - benchmark system — all fixtures passing
290
+ - build.sh compiles + installs squeez, registers hook
291
+ - PreToolUse hook script
292
+ - fs and runtime handlers — all handler tests passing
293
+ - cloud, database, network handlers (TDD)
294
+ - typescript and build handlers (TDD)
295
+ - package_mgr and test_runner handlers (TDD)
296
+ - git and docker handlers (TDD)
297
+ - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
298
+ - Handler trait with cmd+config, generic handler, command router, filter_stdin
299
+ - truncation strategy (TDD) — all strategy tests passing
300
+ - grouping strategy (TDD)
301
+ - dedup strategy (TDD)
302
+ - smart_filter strategy with node_modules frame removal (TDD)
303
+ - implement config.ini parser (TDD)
304
+
305
+ ### Changed
306
+ - chore(release): bump version to 1.18.1 [squeez-release-bot]
307
+ - docs: update changelog and benchmarks for v1.18.0
308
+ - chore(release): bump version to 1.18.0 [squeez-release-bot]
309
+ - docs: document DCO Signed-off-by requirement in CLAUDE.md (#111)
310
+ - docs: update changelog and benchmarks for v1.17.0
311
+ - chore(release): bump version to 1.17.0 [squeez-release-bot]
312
+ - docs: update changelog and benchmarks for v1.16.0
313
+ - chore(release): bump version to 1.16.0 [squeez-release-bot]
314
+ - docs: update changelog and benchmarks for v1.15.1
315
+ - chore(release): bump version to 1.15.1 [squeez-release-bot]
316
+ - docs: update README and CLAUDE.md for new hooks and PostToolUse rewrite (#108)
317
+ - refactor(bench): unify benches/ into bench/ — single benchmark directory (#106)
318
+ - test: add missing coverage for compress-output, filter dispatch, SubagentStop, hook registration (#103)
319
+ - docs: update changelog and benchmarks for v1.15.0
320
+ - chore(release): bump version to 1.15.0 [squeez-release-bot]
321
+ - docs: update changelog and benchmarks for v1.13.0
322
+ - chore(release): bump version to 1.14.0 [squeez-release-bot]
323
+ - chore(release): bump version to 1.13.0 [squeez-release-bot]
324
+ - docs: update changelog and benchmarks for v1.12.0
325
+ - chore(release): bump version to 1.12.0 [squeez-release-bot]
326
+ - docs(codex): update adapter comments and README for 0.123.0 hook surface
327
+ - docs: update changelog and benchmarks for v1.11.2
328
+ - chore(release): bump version to 1.11.2 [squeez-release-bot]
329
+ - docs: update changelog and benchmarks for v1.11.1
330
+ - chore(release): bump version to 1.11.1 [squeez-release-bot]
331
+ - docs: update changelog and benchmarks for v1.11.0
332
+ - chore(release): bump version to 1.11.0 [squeez-release-bot]
333
+ - docs: update changelog and benchmarks for v1.10.0
334
+ - docs: update changelog and benchmarks for v1.9.0
335
+ - chore(release): bump version to 1.10.0 [squeez-release-bot]
336
+ - docs(readme): document squeez's compression scope and architectural limits (#85)
337
+ - chore(release): bump version to 1.9.0 [squeez-release-bot]
338
+ - chore(release): bump version to 1.8.0 [squeez-release-bot]
339
+ - docs: update changelog and benchmarks for v1.7.7
340
+ - chore(release): bump version to 1.7.7 [squeez-release-bot]
341
+ - docs: update changelog and benchmarks for v1.7.6
342
+ - chore(release): bump version to 1.7.6 [squeez-release-bot]
343
+ - docs: update changelog and benchmarks for v1.7.5
344
+ - chore(release): bump version to 1.7.5 [squeez-release-bot]
345
+ - docs: update changelog and benchmarks for v1.7.4
346
+ - chore(release): bump version to 1.7.4 [squeez-release-bot]
347
+ - perf: O(log n) refactor — tail read, offset index, single-pass parser
348
+ - docs: update changelog and benchmarks for v1.7.3
349
+ - chore(release): bump version to 1.7.3 [squeez-release-bot]
350
+ - chore(release): bump version to 1.7.2 [squeez-release-bot]
351
+ - restore: revert accidental deletion of auto-release.yml workflow
352
+ - docs: update changelog and benchmarks for v1.7.1
353
+ - chore(release): bump version to 1.7.1 [squeez-release-bot]
354
+ - chore: relicense to Apache 2.0 + add DCO policy + banner (#76)
355
+ - docs: update changelog and benchmarks for v1.7.0
356
+ - chore(release): bump version to 1.7.0 [squeez-release-bot]
357
+ - docs: update changelog and benchmarks for v1.6.1
358
+ - chore(release): bump version to 1.6.1 [squeez-release-bot]
359
+ - docs: update changelog and benchmarks for v1.6.0
360
+ - chore(release): bump version to 1.6.0 [squeez-release-bot]
361
+ - docs: update changelog and benchmarks for v1.5.2
362
+ - chore(release): bump version to 1.5.2 [squeez-release-bot]
363
+ - chore(release): bump version to 1.5.1 [squeez-release-bot]
364
+ - docs: five-host matrix + squeez setup/uninstall flow (#63)
365
+ - refactor(install): delegate host registration to 'squeez setup' (#60)
366
+ - chore(release): bump version to 1.5.0 [squeez-release-bot]
367
+ - chore(release): bump version to 1.4.0 [squeez-release-bot]
368
+ - chore(release): bump version to 1.3.0 [squeez-release-bot]
369
+ - chore(release): bump version to 1.2.0 [squeez-release-bot]
370
+ - chore(release): bump version to 1.1.0 [squeez-release-bot]
371
+ - chore(release): bump version to 1.0.0 [skip release]
372
+ - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
373
+ - ci: conventional-commit-driven auto-release (#40)
374
+ - chore(gov): issue-form templates + refined PR template (#39)
375
+ - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
376
+ - chore(release): bump version to 0.4.1
377
+ - chore(release): bump version to 0.4.0
378
+ - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
379
+ - chore: bump version to 0.3.2
380
+ - docs: add shields.io badge for changelog link
381
+ - chore: bump version to 0.3.1
382
+ - chore: bump version to 0.2.3
383
+ - docs: update README with 11 MCP tools, structured memory, and advanced tunables
384
+ - chore: bump version to 0.2.2
385
+ - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
386
+ - chore: refresh bench/report.md from latest run [skip release]
387
+ - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
388
+ - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
389
+ - chore: bump version to 0.2.0; add Cargo.toml metadata
390
+ - ci: PR template, linked-issue enforcement, no-claude-trailer check
391
+ - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
392
+ - ci: auto-delete branches after PR merge
393
+ - docs: update Windows installation instructions and prerequisites in README
394
+ - docs: add Windows support and Rust install instructions to README
395
+ - refactor: use session::home_dir() in config and init (Windows compat)
396
+ - ci: trigger promote workflow (test)
397
+ - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
398
+ - docs(readme): add changelog, contribution workflow, and benchmark notes
399
+ - ci(workflow): create/update PR from develop to main on push
400
+ - chore: add .worktrees/ to gitignore
401
+ - chore: add docs/ to gitignore (local design specs)
402
+ - docs: update README for GitHub Copilot CLI support
403
+ - security: fix remaining LOW findings in wrap.rs
404
+ - security: fix 2 follow-up findings from second audit
405
+ - security: fix all 8 findings from security audit
406
+ - ci: build and install binary before running benchmarks
407
+ - chore: add GitHub sponsor button
408
+ - chore: ignore .omc/ directory, remove from tracking
409
+ - chore: update benchmark report (7/7 passing)
410
+ - docs: update README — real benchmarks, Phase 2 config, how it works
411
+ - style: cargo fmt on session.rs and test_session.rs
412
+ - chore: open source files — README, LICENSE, CI/release workflows, install.sh
413
+ - chore: scaffold squeez Rust project
414
+
415
+ ### Fixed
416
+ - fix(opencode): shell-quote bash command before prepending `squeez wrap` (#115)
417
+ - fix(statusline): show compression % and fix Python heredoc expansion bug
418
+ - plan-mode passthrough + release description body (#95)
419
+ - fix(session-start): health check missed top-level event keys (#92)
420
+ - fix(hosts): expand PreToolUse matcher to cover Read, Grep, Glob, Agent, Task (#86)
421
+ - fix(json_util,statusline): whitespace-tolerant JSON parser + UTF-8 statusline on Windows (#81)
422
+ - fix(hosts): preserve user settings.json when existing JSON fails to parse (#83)
423
+ - prevent OOM from unbounded file reads + data integrity fixes
424
+ - fix(ci): use native ubuntu-24.04-arm runner for aarch64 build
425
+ - eliminate memory leaks causing 16 GB RAM on MCP server startup (#79)
426
+ - fix(hooks): add hookEventName to PreToolUse hookSpecificOutput (#78)
427
+ - fix(opencode): align plugin with PluginModule SDK shape (default export + server map) (#72)
428
+ - fix(ci): push release docs directly to main (loop-safe) (#68)
429
+ - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
430
+ - fix(ci): startsWith guard for auto-release recursion (#46)
431
+ - fix(ci): tighten auto-release bump detection + fix tag push (#44)
432
+ - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
433
+ - fix(ci): skip publish gracefully when version already exists on crates.io/npm
434
+ - fix(ci): run update-docs even if publish jobs fail (already published)
435
+ - fix(ci): continue-on-error for publish jobs so update-docs always runs
436
+ - fix(ci): add pull-requests write permission to update-docs job
437
+ - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
438
+ - fix(ci): update-docs creates PR instead of pushing directly to protected main
439
+ - fix(npm): copy README.md into npm package before publish; add readme field
440
+ - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
441
+ - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
442
+ - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
443
+ - fix(ci): fix flaky test tmp dir collision + simplify auto-release
444
+ - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
445
+ - fix(ci): remove secrets in step if-conditions — check token inside script instead
446
+ - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
447
+ - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
448
+ - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
449
+ - fix(statusline): remove Ctx% — show only squeez compression metrics
450
+ - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
451
+ - resolve gap analysis — new handlers, wider redundancy window, token budget
452
+ - install.sh — clarify PostToolUse no-matcher intent, guard version echo
453
+ - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
454
+ - use ends_with for files_committed check in init finalize
455
+ - json_util — guard extract_u64 empty digit, add json_util test coverage
456
+ - add pre-flight binary check to bench/run.sh
457
+ - atomic settings.json write + uninstall safety guards
458
+ - harden pretooluse hook (shlex.quote, error handling, single path source)
459
+ - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
460
+
12
461
  ## [1.18.0] - 2026-05-14
13
462
 
14
463
  ### Added
@@ -1959,7 +2408,7 @@ conventional commit messages on `main`.
1959
2408
  ## [1.5.1] and earlier
1960
2409
  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.
1961
2410
 
1962
- [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.18.0...HEAD
2411
+ [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.19.0...HEAD
1963
2412
  [1.7.0]: https://github.com/claudioemmanuel/squeez/compare/v1.6.1...v1.7.0
1964
2413
  [1.6.1]: https://github.com/claudioemmanuel/squeez/compare/v1.6.0...v1.6.1
1965
2414
  [1.6.0]: https://github.com/claudioemmanuel/squeez/compare/v1.5.2...v1.6.0
@@ -1981,3 +2430,5 @@ See the [git tag history](https://github.com/claudioemmanuel/squeez/tags) for pr
1981
2430
  [1.16.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.16.0
1982
2431
  [1.17.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.17.0
1983
2432
  [1.18.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.18.0
2433
+ [1.18.1]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.18.1
2434
+ [1.19.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.19.0
package/README.md CHANGED
@@ -162,34 +162,34 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
162
162
 
163
163
  | Scenario | Before | After | Reduction | Latency |
164
164
  |----------|--------|-------|-----------|---------|
165
- | `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 55.3 ms |
166
- | `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 201 µs |
167
- | `xcode_build` | 1,881 tk | 17 tk | **-99%** | 60 µs |
168
- | `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 767 µs |
169
- | `agent_directory_output` | 3,348 tk | 167 tk | **-95%** | 287 µs |
170
- | `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.3 ms |
171
- | `git_log_200` | 2,692 tk | 289 tk | **-89%** | 166 µs |
172
- | `tsc_errors` | 731 tk | 101 tk | **-86%** | 24 µs |
173
- | `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 205 µs |
174
- | `docker_logs` | 665 tk | 186 tk | **-72%** | 42 µs |
175
- | `curl_html_response` | 2,181 tk | 626 tk | **-71%** | 43 µs |
165
+ | `summarize_huge` | 82,257 tk | 420 tk | **-99%** | 55.7 ms |
166
+ | `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 199 µs |
167
+ | `xcode_build` | 1,881 tk | 17 tk | **-99%** | 69 µs |
168
+ | `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 812 µs |
169
+ | `agent_directory_output` | 3,348 tk | 167 tk | **-95%** | 325 µs |
170
+ | `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.7 ms |
171
+ | `git_log_200` | 2,692 tk | 289 tk | **-89%** | 214 µs |
172
+ | `tsc_errors` | 731 tk | 101 tk | **-86%** | 21 µs |
173
+ | `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 251 µs |
174
+ | `docker_logs` | 665 tk | 186 tk | **-72%** | 53 µs |
175
+ | `curl_html_response` | 2,181 tk | 626 tk | **-71%** | 41 µs |
176
176
  | `find_deep` | 424 tk | 134 tk | **-68%** | 73 µs |
177
- | `git_status` | 50 tk | 16 tk | **-68%** | 12 µs |
178
- | `pytest_failures` | 3,402 tk | 1,189 tk | **-65%** | 241 µs |
179
- | `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 238 µs |
180
- | `npm_install` | 524 tk | 232 tk | **-56%** | 38 µs |
181
- | `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.4 ms |
182
- | `ls_la` | 1,782 tk | 886 tk | **-50%** | 163 µs |
183
- | `env_dump` | 441 tk | 287 tk | **-35%** | 20 µs |
184
- | `git_copilot` | 640 tk | 421 tk | **-34%** | 128 µs |
185
- | `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 280 µs |
186
- | `md_prose` | 187 tk | 138 tk | **-26%** | 632 µs |
187
- | `md_claude_md` | 316 tk | 247 tk | **-22%** | 926 µs |
188
- | `claude_md_overhead` | 717 tk | 649 tk | **-9%** | 23 µs |
189
- | `git_diff` | 502 tk | 497 tk | **-1%** | 45 µs |
190
- | `jest_failures` | 451 tk | 448 tk | **-1%** | 42 µs |
191
- | `state_first_simulation` | 182 tk | 181 tk | **-1%** | 6 µs |
192
- | `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 31 µs |
177
+ | `git_status` | 50 tk | 16 tk | **-68%** | 14 µs |
178
+ | `pytest_failures` | 3,402 tk | 1,189 tk | **-65%** | 312 µs |
179
+ | `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 285 µs |
180
+ | `npm_install` | 524 tk | 232 tk | **-56%** | 46 µs |
181
+ | `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.7 ms |
182
+ | `ls_la` | 1,782 tk | 886 tk | **-50%** | 203 µs |
183
+ | `env_dump` | 441 tk | 287 tk | **-35%** | 24 µs |
184
+ | `git_copilot` | 640 tk | 421 tk | **-34%** | 117 µs |
185
+ | `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 318 µs |
186
+ | `md_prose` | 187 tk | 138 tk | **-26%** | 896 µs |
187
+ | `md_claude_md` | 316 tk | 247 tk | **-22%** | 1.3 ms |
188
+ | `claude_md_overhead` | 717 tk | 649 tk | **-9%** | 22 µs |
189
+ | `git_diff` | 502 tk | 497 tk | **-1%** | 42 µs |
190
+ | `jest_failures` | 451 tk | 448 tk | **-1%** | 52 µs |
191
+ | `state_first_simulation` | 182 tk | 181 tk | **-1%** | 5 µs |
192
+ | `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 30 µs |
193
193
 
194
194
  ### Aggregate
195
195
 
@@ -201,7 +201,7 @@ Measured on macOS (Apple Silicon). Token count = `chars / 4` (matches Claude's ~
201
201
  | Wrap / cross-call engine | **-99.2%** |
202
202
  | Quality (signal terms preserved) | **28 / 28 pass** |
203
203
  | Latency p50 (filter mode) | **4.1 ms** |
204
- | Latency p95 (incl. wrap/summarize) | **51 ms** |
204
+ | Latency p95 (incl. wrap/summarize) | **52 ms** |
205
205
 
206
206
  ### Estimated cost savings — Claude Sonnet 4.6 · $3.00 / MTok input
207
207
 
@@ -371,6 +371,15 @@ burn_rate_warn_calls = 20 # warn when < 20 calls remaining
371
371
  agent_spawn_cost = 200000 # estimated tokens per Agent/Task spawn
372
372
  read_max_lines = 0 # max lines injected into Read tool_input (0 = off)
373
373
  grep_max_results = 0 # max results injected into Grep tool_input (0 = off)
374
+
375
+ # ── Auto-curation nudges ──────────────────────────────────────
376
+ nudge_enabled = true # emit [squeez: hint ...] markers on recurring patterns
377
+ nudge_error_threshold = 3 # fingerprint repeats before a nudge fires
378
+ nudge_file_mod_threshold = 5 # writes/creates to same path before nudge fires
379
+ nudge_cmd_repeat_threshold = 4 # expensive-command repeats before nudge fires
380
+
381
+ # ── Continuous handler calibration ────────────────────────────
382
+ handler_stats_enabled = true # accumulate per-handler savings across sessions
374
383
  ```
375
384
 
376
385
  ### Adaptive intensity — Full / Ultra split
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squeez",
3
- "version": "1.18.1",
3
+ "version": "1.19.1",
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",