squeez 1.7.3 → 1.7.4

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 +26 -1084
  2. package/README.md +24 -24
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,1102 +1,44 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to squeez are documented here.
3
+ All notable changes to this project are documented here. The format follows
4
+ [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project
5
+ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
6
 
5
- Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
- This project uses [Semantic Versioning](https://semver.org/).
7
+ Future entries are maintained automatically by release-please from
8
+ conventional commit messages on `main`.
7
9
 
8
10
  ## [Unreleased]
9
11
 
10
- ## [1.7.1] - 2026-04-19
11
-
12
- ### Added
13
- - feat(bench): efficiency-proof benchmark suite — quantitative savings for US-001/003/004 (#74)
14
- - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
15
- - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
16
- - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
17
- - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
18
- - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
19
- - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
20
- - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
21
- - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
22
- - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
23
- - structured session memory, cross-session search, error snippets, configurable tunables
24
- - feat(setup): create config.ini on first install
25
- - feat(i18n): locale-aware compress-md with pt-BR support (#25)
26
- - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
27
- - Windows setup via cargo/npm + squeez update fix
28
- - feat(benchmark): add squeez benchmark command with 19-scenario test suite
29
- - feat(ci): re-add promote-develop workflow with correct registration
30
- - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
31
- - feat(npm+crates): add npm package and publish jobs to release workflow
32
- - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
33
- - compress-md, caveman persona, squeez update, track-result hook
34
- - feat(context): adaptive intensity always picks Ultra
35
- - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
36
- - add Windows support to install.sh and release.yml
37
- - add home_dir() helper with USERPROFILE fallback for Windows
38
- - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
39
- - add GitHub Copilot CLI support
40
- - add OpenCode plugin for automatic Bash compression
41
- - add universal installer support for macOS and Linux
42
- - expand benchmarks, edge-case tests, and README polish
43
- - add SessionStart + PostToolUse hooks, update install.sh and README
44
- - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
45
- - squeez init — session start, prior memory banner, session finalization (TDD)
46
- - squeez track — token accumulation + session event log (TDD)
47
- - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
48
- - session.rs — CurrentSession, append_event, date math (TDD)
49
- - json_util helpers + compact_threshold_tokens, memory_retention_days config
50
- - benchmark system — all fixtures passing
51
- - build.sh compiles + installs squeez, registers hook
52
- - PreToolUse hook script
53
- - fs and runtime handlers — all handler tests passing
54
- - cloud, database, network handlers (TDD)
55
- - typescript and build handlers (TDD)
56
- - package_mgr and test_runner handlers (TDD)
57
- - git and docker handlers (TDD)
58
- - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
59
- - Handler trait with cmd+config, generic handler, command router, filter_stdin
60
- - truncation strategy (TDD) — all strategy tests passing
61
- - grouping strategy (TDD)
62
- - dedup strategy (TDD)
63
- - smart_filter strategy with node_modules frame removal (TDD)
64
- - implement config.ini parser (TDD)
65
-
66
- ### Changed
67
- - chore(release): bump version to 1.7.1 [squeez-release-bot]
68
- - chore: relicense to Apache 2.0 + add DCO policy + banner (#76)
69
- - docs: update changelog and benchmarks for v1.7.0
70
- - chore(release): bump version to 1.7.0 [squeez-release-bot]
71
- - docs: update changelog and benchmarks for v1.6.1
72
- - chore(release): bump version to 1.6.1 [squeez-release-bot]
73
- - docs: update changelog and benchmarks for v1.6.0
74
- - chore(release): bump version to 1.6.0 [squeez-release-bot]
75
- - docs: update changelog and benchmarks for v1.5.2
76
- - chore(release): bump version to 1.5.2 [squeez-release-bot]
77
- - chore(release): bump version to 1.5.1 [squeez-release-bot]
78
- - docs: five-host matrix + squeez setup/uninstall flow (#63)
79
- - refactor(install): delegate host registration to 'squeez setup' (#60)
80
- - chore(release): bump version to 1.5.0 [squeez-release-bot]
81
- - chore(release): bump version to 1.4.0 [squeez-release-bot]
82
- - chore(release): bump version to 1.3.0 [squeez-release-bot]
83
- - chore(release): bump version to 1.2.0 [squeez-release-bot]
84
- - chore(release): bump version to 1.1.0 [squeez-release-bot]
85
- - chore(release): bump version to 1.0.0 [skip release]
86
- - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
87
- - ci: conventional-commit-driven auto-release (#40)
88
- - chore(gov): issue-form templates + refined PR template (#39)
89
- - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
90
- - chore(release): bump version to 0.4.1
91
- - chore(release): bump version to 0.4.0
92
- - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
93
- - chore: bump version to 0.3.2
94
- - docs: add shields.io badge for changelog link
95
- - chore: bump version to 0.3.1
96
- - chore: bump version to 0.2.3
97
- - docs: update README with 11 MCP tools, structured memory, and advanced tunables
98
- - chore: bump version to 0.2.2
99
- - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
100
- - chore: refresh bench/report.md from latest run [skip release]
101
- - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
102
- - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
103
- - chore: bump version to 0.2.0; add Cargo.toml metadata
104
- - ci: PR template, linked-issue enforcement, no-claude-trailer check
105
- - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
106
- - ci: auto-delete branches after PR merge
107
- - docs: update Windows installation instructions and prerequisites in README
108
- - docs: add Windows support and Rust install instructions to README
109
- - refactor: use session::home_dir() in config and init (Windows compat)
110
- - ci: trigger promote workflow (test)
111
- - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
112
- - docs(readme): add changelog, contribution workflow, and benchmark notes
113
- - ci(workflow): create/update PR from develop to main on push
114
- - chore: add .worktrees/ to gitignore
115
- - chore: add docs/ to gitignore (local design specs)
116
- - docs: update README for GitHub Copilot CLI support
117
- - security: fix remaining LOW findings in wrap.rs
118
- - security: fix 2 follow-up findings from second audit
119
- - security: fix all 8 findings from security audit
120
- - ci: build and install binary before running benchmarks
121
- - chore: add GitHub sponsor button
122
- - chore: ignore .omc/ directory, remove from tracking
123
- - chore: update benchmark report (7/7 passing)
124
- - docs: update README — real benchmarks, Phase 2 config, how it works
125
- - style: cargo fmt on session.rs and test_session.rs
126
- - chore: open source files — README, LICENSE, CI/release workflows, install.sh
127
- - chore: scaffold squeez Rust project
128
-
129
- ### Fixed
130
- - fix(hooks): add hookEventName to PreToolUse hookSpecificOutput (#78)
131
- - fix(opencode): align plugin with PluginModule SDK shape (default export + server map) (#72)
132
- - fix(ci): push release docs directly to main (loop-safe) (#68)
133
- - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
134
- - fix(ci): startsWith guard for auto-release recursion (#46)
135
- - fix(ci): tighten auto-release bump detection + fix tag push (#44)
136
- - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
137
- - fix(ci): skip publish gracefully when version already exists on crates.io/npm
138
- - fix(ci): run update-docs even if publish jobs fail (already published)
139
- - fix(ci): continue-on-error for publish jobs so update-docs always runs
140
- - fix(ci): add pull-requests write permission to update-docs job
141
- - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
142
- - fix(ci): update-docs creates PR instead of pushing directly to protected main
143
- - fix(npm): copy README.md into npm package before publish; add readme field
144
- - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
145
- - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
146
- - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
147
- - fix(ci): fix flaky test tmp dir collision + simplify auto-release
148
- - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
149
- - fix(ci): remove secrets in step if-conditions — check token inside script instead
150
- - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
151
- - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
152
- - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
153
- - fix(statusline): remove Ctx% — show only squeez compression metrics
154
- - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
155
- - resolve gap analysis — new handlers, wider redundancy window, token budget
156
- - install.sh — clarify PostToolUse no-matcher intent, guard version echo
157
- - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
158
- - use ends_with for files_committed check in init finalize
159
- - json_util — guard extract_u64 empty digit, add json_util test coverage
160
- - add pre-flight binary check to bench/run.sh
161
- - atomic settings.json write + uninstall safety guards
162
- - harden pretooluse hook (shlex.quote, error handling, single path source)
163
- - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
164
-
165
- ## [1.7.0] - 2026-04-19
166
-
167
- ### Added
168
- - feat(bench): efficiency-proof benchmark suite — quantitative savings for US-001/003/004 (#74)
169
- - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
170
- - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
171
- - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
172
- - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
173
- - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
174
- - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
175
- - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
176
- - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
177
- - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
178
- - structured session memory, cross-session search, error snippets, configurable tunables
179
- - feat(setup): create config.ini on first install
180
- - feat(i18n): locale-aware compress-md with pt-BR support (#25)
181
- - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
182
- - Windows setup via cargo/npm + squeez update fix
183
- - feat(benchmark): add squeez benchmark command with 19-scenario test suite
184
- - feat(ci): re-add promote-develop workflow with correct registration
185
- - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
186
- - feat(npm+crates): add npm package and publish jobs to release workflow
187
- - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
188
- - compress-md, caveman persona, squeez update, track-result hook
189
- - feat(context): adaptive intensity always picks Ultra
190
- - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
191
- - add Windows support to install.sh and release.yml
192
- - add home_dir() helper with USERPROFILE fallback for Windows
193
- - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
194
- - add GitHub Copilot CLI support
195
- - add OpenCode plugin for automatic Bash compression
196
- - add universal installer support for macOS and Linux
197
- - expand benchmarks, edge-case tests, and README polish
198
- - add SessionStart + PostToolUse hooks, update install.sh and README
199
- - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
200
- - squeez init — session start, prior memory banner, session finalization (TDD)
201
- - squeez track — token accumulation + session event log (TDD)
202
- - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
203
- - session.rs — CurrentSession, append_event, date math (TDD)
204
- - json_util helpers + compact_threshold_tokens, memory_retention_days config
205
- - benchmark system — all fixtures passing
206
- - build.sh compiles + installs squeez, registers hook
207
- - PreToolUse hook script
208
- - fs and runtime handlers — all handler tests passing
209
- - cloud, database, network handlers (TDD)
210
- - typescript and build handlers (TDD)
211
- - package_mgr and test_runner handlers (TDD)
212
- - git and docker handlers (TDD)
213
- - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
214
- - Handler trait with cmd+config, generic handler, command router, filter_stdin
215
- - truncation strategy (TDD) — all strategy tests passing
216
- - grouping strategy (TDD)
217
- - dedup strategy (TDD)
218
- - smart_filter strategy with node_modules frame removal (TDD)
219
- - implement config.ini parser (TDD)
220
-
221
- ### Changed
222
- - chore(release): bump version to 1.7.0 [squeez-release-bot]
223
- - docs: update changelog and benchmarks for v1.6.1
224
- - chore(release): bump version to 1.6.1 [squeez-release-bot]
225
- - docs: update changelog and benchmarks for v1.6.0
226
- - chore(release): bump version to 1.6.0 [squeez-release-bot]
227
- - docs: update changelog and benchmarks for v1.5.2
228
- - chore(release): bump version to 1.5.2 [squeez-release-bot]
229
- - chore(release): bump version to 1.5.1 [squeez-release-bot]
230
- - docs: five-host matrix + squeez setup/uninstall flow (#63)
231
- - refactor(install): delegate host registration to 'squeez setup' (#60)
232
- - chore(release): bump version to 1.5.0 [squeez-release-bot]
233
- - chore(release): bump version to 1.4.0 [squeez-release-bot]
234
- - chore(release): bump version to 1.3.0 [squeez-release-bot]
235
- - chore(release): bump version to 1.2.0 [squeez-release-bot]
236
- - chore(release): bump version to 1.1.0 [squeez-release-bot]
237
- - chore(release): bump version to 1.0.0 [skip release]
238
- - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
239
- - ci: conventional-commit-driven auto-release (#40)
240
- - chore(gov): issue-form templates + refined PR template (#39)
241
- - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
242
- - chore(release): bump version to 0.4.1
243
- - chore(release): bump version to 0.4.0
244
- - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
245
- - chore: bump version to 0.3.2
246
- - docs: add shields.io badge for changelog link
247
- - chore: bump version to 0.3.1
248
- - chore: bump version to 0.2.3
249
- - docs: update README with 11 MCP tools, structured memory, and advanced tunables
250
- - chore: bump version to 0.2.2
251
- - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
252
- - chore: refresh bench/report.md from latest run [skip release]
253
- - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
254
- - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
255
- - chore: bump version to 0.2.0; add Cargo.toml metadata
256
- - ci: PR template, linked-issue enforcement, no-claude-trailer check
257
- - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
258
- - ci: auto-delete branches after PR merge
259
- - docs: update Windows installation instructions and prerequisites in README
260
- - docs: add Windows support and Rust install instructions to README
261
- - refactor: use session::home_dir() in config and init (Windows compat)
262
- - ci: trigger promote workflow (test)
263
- - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
264
- - docs(readme): add changelog, contribution workflow, and benchmark notes
265
- - ci(workflow): create/update PR from develop to main on push
266
- - chore: add .worktrees/ to gitignore
267
- - chore: add docs/ to gitignore (local design specs)
268
- - docs: update README for GitHub Copilot CLI support
269
- - security: fix remaining LOW findings in wrap.rs
270
- - security: fix 2 follow-up findings from second audit
271
- - security: fix all 8 findings from security audit
272
- - ci: build and install binary before running benchmarks
273
- - chore: add GitHub sponsor button
274
- - chore: ignore .omc/ directory, remove from tracking
275
- - chore: update benchmark report (7/7 passing)
276
- - docs: update README — real benchmarks, Phase 2 config, how it works
277
- - style: cargo fmt on session.rs and test_session.rs
278
- - chore: open source files — README, LICENSE, CI/release workflows, install.sh
279
- - chore: scaffold squeez Rust project
280
-
281
- ### Fixed
282
- - fix(opencode): align plugin with PluginModule SDK shape (default export + server map) (#72)
283
- - fix(ci): push release docs directly to main (loop-safe) (#68)
284
- - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
285
- - fix(ci): startsWith guard for auto-release recursion (#46)
286
- - fix(ci): tighten auto-release bump detection + fix tag push (#44)
287
- - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
288
- - fix(ci): skip publish gracefully when version already exists on crates.io/npm
289
- - fix(ci): run update-docs even if publish jobs fail (already published)
290
- - fix(ci): continue-on-error for publish jobs so update-docs always runs
291
- - fix(ci): add pull-requests write permission to update-docs job
292
- - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
293
- - fix(ci): update-docs creates PR instead of pushing directly to protected main
294
- - fix(npm): copy README.md into npm package before publish; add readme field
295
- - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
296
- - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
297
- - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
298
- - fix(ci): fix flaky test tmp dir collision + simplify auto-release
299
- - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
300
- - fix(ci): remove secrets in step if-conditions — check token inside script instead
301
- - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
302
- - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
303
- - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
304
- - fix(statusline): remove Ctx% — show only squeez compression metrics
305
- - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
306
- - resolve gap analysis — new handlers, wider redundancy window, token budget
307
- - install.sh — clarify PostToolUse no-matcher intent, guard version echo
308
- - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
309
- - use ends_with for files_committed check in init finalize
310
- - json_util — guard extract_u64 empty digit, add json_util test coverage
311
- - add pre-flight binary check to bench/run.sh
312
- - atomic settings.json write + uninstall safety guards
313
- - harden pretooluse hook (shlex.quote, error handling, single path source)
314
- - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
315
-
316
- ## [1.6.1] - 2026-04-19
317
-
318
- ### Added
319
- - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
320
- - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
321
- - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
322
- - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
323
- - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
324
- - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
325
- - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
326
- - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
327
- - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
328
- - structured session memory, cross-session search, error snippets, configurable tunables
329
- - feat(setup): create config.ini on first install
330
- - feat(i18n): locale-aware compress-md with pt-BR support (#25)
331
- - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
332
- - Windows setup via cargo/npm + squeez update fix
333
- - feat(benchmark): add squeez benchmark command with 19-scenario test suite
334
- - feat(ci): re-add promote-develop workflow with correct registration
335
- - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
336
- - feat(npm+crates): add npm package and publish jobs to release workflow
337
- - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
338
- - compress-md, caveman persona, squeez update, track-result hook
339
- - feat(context): adaptive intensity always picks Ultra
340
- - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
341
- - add Windows support to install.sh and release.yml
342
- - add home_dir() helper with USERPROFILE fallback for Windows
343
- - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
344
- - add GitHub Copilot CLI support
345
- - add OpenCode plugin for automatic Bash compression
346
- - add universal installer support for macOS and Linux
347
- - expand benchmarks, edge-case tests, and README polish
348
- - add SessionStart + PostToolUse hooks, update install.sh and README
349
- - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
350
- - squeez init — session start, prior memory banner, session finalization (TDD)
351
- - squeez track — token accumulation + session event log (TDD)
352
- - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
353
- - session.rs — CurrentSession, append_event, date math (TDD)
354
- - json_util helpers + compact_threshold_tokens, memory_retention_days config
355
- - benchmark system — all fixtures passing
356
- - build.sh compiles + installs squeez, registers hook
357
- - PreToolUse hook script
358
- - fs and runtime handlers — all handler tests passing
359
- - cloud, database, network handlers (TDD)
360
- - typescript and build handlers (TDD)
361
- - package_mgr and test_runner handlers (TDD)
362
- - git and docker handlers (TDD)
363
- - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
364
- - Handler trait with cmd+config, generic handler, command router, filter_stdin
365
- - truncation strategy (TDD) — all strategy tests passing
366
- - grouping strategy (TDD)
367
- - dedup strategy (TDD)
368
- - smart_filter strategy with node_modules frame removal (TDD)
369
- - implement config.ini parser (TDD)
12
+ ## [1.7.3] - 2026-04-19
370
13
 
371
14
  ### Changed
372
- - chore(release): bump version to 1.6.1 [squeez-release-bot]
373
- - docs: update changelog and benchmarks for v1.6.0
374
- - chore(release): bump version to 1.6.0 [squeez-release-bot]
375
- - docs: update changelog and benchmarks for v1.5.2
376
- - chore(release): bump version to 1.5.2 [squeez-release-bot]
377
- - chore(release): bump version to 1.5.1 [squeez-release-bot]
378
- - docs: five-host matrix + squeez setup/uninstall flow (#63)
379
- - refactor(install): delegate host registration to 'squeez setup' (#60)
380
- - chore(release): bump version to 1.5.0 [squeez-release-bot]
381
- - chore(release): bump version to 1.4.0 [squeez-release-bot]
382
- - chore(release): bump version to 1.3.0 [squeez-release-bot]
383
- - chore(release): bump version to 1.2.0 [squeez-release-bot]
384
- - chore(release): bump version to 1.1.0 [squeez-release-bot]
385
- - chore(release): bump version to 1.0.0 [skip release]
386
- - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
387
- - ci: conventional-commit-driven auto-release (#40)
388
- - chore(gov): issue-form templates + refined PR template (#39)
389
- - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
390
- - chore(release): bump version to 0.4.1
391
- - chore(release): bump version to 0.4.0
392
- - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
393
- - chore: bump version to 0.3.2
394
- - docs: add shields.io badge for changelog link
395
- - chore: bump version to 0.3.1
396
- - chore: bump version to 0.2.3
397
- - docs: update README with 11 MCP tools, structured memory, and advanced tunables
398
- - chore: bump version to 0.2.2
399
- - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
400
- - chore: refresh bench/report.md from latest run [skip release]
401
- - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
402
- - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
403
- - chore: bump version to 0.2.0; add Cargo.toml metadata
404
- - ci: PR template, linked-issue enforcement, no-claude-trailer check
405
- - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
406
- - ci: auto-delete branches after PR merge
407
- - docs: update Windows installation instructions and prerequisites in README
408
- - docs: add Windows support and Rust install instructions to README
409
- - refactor: use session::home_dir() in config and init (Windows compat)
410
- - ci: trigger promote workflow (test)
411
- - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
412
- - docs(readme): add changelog, contribution workflow, and benchmark notes
413
- - ci(workflow): create/update PR from develop to main on push
414
- - chore: add .worktrees/ to gitignore
415
- - chore: add docs/ to gitignore (local design specs)
416
- - docs: update README for GitHub Copilot CLI support
417
- - security: fix remaining LOW findings in wrap.rs
418
- - security: fix 2 follow-up findings from second audit
419
- - security: fix all 8 findings from security audit
420
- - ci: build and install binary before running benchmarks
421
- - chore: add GitHub sponsor button
422
- - chore: ignore .omc/ directory, remove from tracking
423
- - chore: update benchmark report (7/7 passing)
424
- - docs: update README — real benchmarks, Phase 2 config, how it works
425
- - style: cargo fmt on session.rs and test_session.rs
426
- - chore: open source files — README, LICENSE, CI/release workflows, install.sh
427
- - chore: scaffold squeez Rust project
15
+ - chore(release): bump version to 1.7.3 [squeez-release-bot]
428
16
 
429
17
  ### Fixed
430
- - fix(opencode): align plugin with PluginModule SDK shape (default export + server map) (#72)
431
- - fix(ci): push release docs directly to main (loop-safe) (#68)
432
- - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
433
- - fix(ci): startsWith guard for auto-release recursion (#46)
434
- - fix(ci): tighten auto-release bump detection + fix tag push (#44)
435
- - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
436
- - fix(ci): skip publish gracefully when version already exists on crates.io/npm
437
- - fix(ci): run update-docs even if publish jobs fail (already published)
438
- - fix(ci): continue-on-error for publish jobs so update-docs always runs
439
- - fix(ci): add pull-requests write permission to update-docs job
440
- - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
441
- - fix(ci): update-docs creates PR instead of pushing directly to protected main
442
- - fix(npm): copy README.md into npm package before publish; add readme field
443
- - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
444
- - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
445
- - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
446
- - fix(ci): fix flaky test tmp dir collision + simplify auto-release
447
- - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
448
- - fix(ci): remove secrets in step if-conditions — check token inside script instead
449
- - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
450
- - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
451
- - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
452
- - fix(statusline): remove Ctx% — show only squeez compression metrics
453
- - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
454
- - resolve gap analysis — new handlers, wider redundancy window, token budget
455
- - install.sh — clarify PostToolUse no-matcher intent, guard version echo
456
- - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
457
- - use ends_with for files_committed check in init finalize
458
- - json_util — guard extract_u64 empty digit, add json_util test coverage
459
- - add pre-flight binary check to bench/run.sh
460
- - atomic settings.json write + uninstall safety guards
461
- - harden pretooluse hook (shlex.quote, error handling, single path source)
462
- - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
463
-
464
- ## [1.6.0] - 2026-04-19
18
+ - fix(ci): use native ubuntu-24.04-arm runner for aarch64 build
465
19
 
466
- ### Added
467
- - token-compression power-up — sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
468
- - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
469
- - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
470
- - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
471
- - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
472
- - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
473
- - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
474
- - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
475
- - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
476
- - structured session memory, cross-session search, error snippets, configurable tunables
477
- - feat(setup): create config.ini on first install
478
- - feat(i18n): locale-aware compress-md with pt-BR support (#25)
479
- - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
480
- - Windows setup via cargo/npm + squeez update fix
481
- - feat(benchmark): add squeez benchmark command with 19-scenario test suite
482
- - feat(ci): re-add promote-develop workflow with correct registration
483
- - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
484
- - feat(npm+crates): add npm package and publish jobs to release workflow
485
- - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
486
- - compress-md, caveman persona, squeez update, track-result hook
487
- - feat(context): adaptive intensity always picks Ultra
488
- - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
489
- - add Windows support to install.sh and release.yml
490
- - add home_dir() helper with USERPROFILE fallback for Windows
491
- - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
492
- - add GitHub Copilot CLI support
493
- - add OpenCode plugin for automatic Bash compression
494
- - add universal installer support for macOS and Linux
495
- - expand benchmarks, edge-case tests, and README polish
496
- - add SessionStart + PostToolUse hooks, update install.sh and README
497
- - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
498
- - squeez init — session start, prior memory banner, session finalization (TDD)
499
- - squeez track — token accumulation + session event log (TDD)
500
- - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
501
- - session.rs — CurrentSession, append_event, date math (TDD)
502
- - json_util helpers + compact_threshold_tokens, memory_retention_days config
503
- - benchmark system — all fixtures passing
504
- - build.sh compiles + installs squeez, registers hook
505
- - PreToolUse hook script
506
- - fs and runtime handlers — all handler tests passing
507
- - cloud, database, network handlers (TDD)
508
- - typescript and build handlers (TDD)
509
- - package_mgr and test_runner handlers (TDD)
510
- - git and docker handlers (TDD)
511
- - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
512
- - Handler trait with cmd+config, generic handler, command router, filter_stdin
513
- - truncation strategy (TDD) — all strategy tests passing
514
- - grouping strategy (TDD)
515
- - dedup strategy (TDD)
516
- - smart_filter strategy with node_modules frame removal (TDD)
517
- - implement config.ini parser (TDD)
20
+ ## [1.7.0] - 2026-04-18
21
+ ### Features
22
+ - Efficiency-proof benchmark suite — quantitative token-savings proof for US-001 / US-003 / US-004 (#74)
518
23
 
519
- ### Changed
520
- - chore(release): bump version to 1.6.0 [squeez-release-bot]
521
- - docs: update changelog and benchmarks for v1.5.2
522
- - chore(release): bump version to 1.5.2 [squeez-release-bot]
523
- - chore(release): bump version to 1.5.1 [squeez-release-bot]
524
- - docs: five-host matrix + squeez setup/uninstall flow (#63)
525
- - refactor(install): delegate host registration to 'squeez setup' (#60)
526
- - chore(release): bump version to 1.5.0 [squeez-release-bot]
527
- - chore(release): bump version to 1.4.0 [squeez-release-bot]
528
- - chore(release): bump version to 1.3.0 [squeez-release-bot]
529
- - chore(release): bump version to 1.2.0 [squeez-release-bot]
530
- - chore(release): bump version to 1.1.0 [squeez-release-bot]
531
- - chore(release): bump version to 1.0.0 [skip release]
532
- - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
533
- - ci: conventional-commit-driven auto-release (#40)
534
- - chore(gov): issue-form templates + refined PR template (#39)
535
- - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
536
- - chore(release): bump version to 0.4.1
537
- - chore(release): bump version to 0.4.0
538
- - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
539
- - chore: bump version to 0.3.2
540
- - docs: add shields.io badge for changelog link
541
- - chore: bump version to 0.3.1
542
- - chore: bump version to 0.2.3
543
- - docs: update README with 11 MCP tools, structured memory, and advanced tunables
544
- - chore: bump version to 0.2.2
545
- - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
546
- - chore: refresh bench/report.md from latest run [skip release]
547
- - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
548
- - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
549
- - chore: bump version to 0.2.0; add Cargo.toml metadata
550
- - ci: PR template, linked-issue enforcement, no-claude-trailer check
551
- - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
552
- - ci: auto-delete branches after PR merge
553
- - docs: update Windows installation instructions and prerequisites in README
554
- - docs: add Windows support and Rust install instructions to README
555
- - refactor: use session::home_dir() in config and init (Windows compat)
556
- - ci: trigger promote workflow (test)
557
- - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
558
- - docs(readme): add changelog, contribution workflow, and benchmark notes
559
- - ci(workflow): create/update PR from develop to main on push
560
- - chore: add .worktrees/ to gitignore
561
- - chore: add docs/ to gitignore (local design specs)
562
- - docs: update README for GitHub Copilot CLI support
563
- - security: fix remaining LOW findings in wrap.rs
564
- - security: fix 2 follow-up findings from second audit
565
- - security: fix all 8 findings from security audit
566
- - ci: build and install binary before running benchmarks
567
- - chore: add GitHub sponsor button
568
- - chore: ignore .omc/ directory, remove from tracking
569
- - chore: update benchmark report (7/7 passing)
570
- - docs: update README — real benchmarks, Phase 2 config, how it works
571
- - style: cargo fmt on session.rs and test_session.rs
572
- - chore: open source files — README, LICENSE, CI/release workflows, install.sh
573
- - chore: scaffold squeez Rust project
24
+ ## [1.6.1] - 2026-04-18
25
+ ### Bug Fixes
26
+ - OpenCode plugin aligned with PluginModule SDK shape (#72)
574
27
 
575
- ### Fixed
576
- - fix(ci): push release docs directly to main (loop-safe) (#68)
577
- - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
578
- - fix(ci): startsWith guard for auto-release recursion (#46)
579
- - fix(ci): tighten auto-release bump detection + fix tag push (#44)
580
- - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
581
- - fix(ci): skip publish gracefully when version already exists on crates.io/npm
582
- - fix(ci): run update-docs even if publish jobs fail (already published)
583
- - fix(ci): continue-on-error for publish jobs so update-docs always runs
584
- - fix(ci): add pull-requests write permission to update-docs job
585
- - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
586
- - fix(ci): update-docs creates PR instead of pushing directly to protected main
587
- - fix(npm): copy README.md into npm package before publish; add readme field
588
- - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
589
- - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
590
- - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
591
- - fix(ci): fix flaky test tmp dir collision + simplify auto-release
592
- - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
593
- - fix(ci): remove secrets in step if-conditions — check token inside script instead
594
- - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
595
- - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
596
- - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
597
- - fix(statusline): remove Ctx% — show only squeez compression metrics
598
- - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
599
- - resolve gap analysis — new handlers, wider redundancy window, token budget
600
- - install.sh — clarify PostToolUse no-matcher intent, guard version echo
601
- - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
602
- - use ends_with for files_committed check in init finalize
603
- - json_util — guard extract_u64 empty digit, add json_util test coverage
604
- - add pre-flight binary check to bench/run.sh
605
- - atomic settings.json write + uninstall safety guards
606
- - harden pretooluse hook (shlex.quote, error handling, single path source)
607
- - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
28
+ ## [1.6.0] - 2026-04-18
29
+ ### Features
30
+ - Token-compression power-up sig-mode, memory-file warn, structured summaries, hypothesis benchmark (#70)
608
31
 
609
32
  ## [1.5.2] - 2026-04-18
33
+ ### Bug Fixes
34
+ - CI: push release docs directly to main (loop-safe)
610
35
 
611
- ### Added
612
- - feat(setup): adapter-driven setup/uninstall across all hosts (#58)
613
- - feat(hosts): Codex CLI adapter (hooks + AGENTS.md soft-budget) (#55)
614
- - feat(hosts): Gemini CLI adapter (BeforeTool/AfterTool hooks) (#52)
615
- - feat(hosts): full-parity OpenCode adapter + plugin rewrite (#48)
616
- - wrangler, playwright, next build handlers + bun/drizzle routing (#34)
617
- - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
618
- - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
619
- - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
620
- - structured session memory, cross-session search, error snippets, configurable tunables
621
- - feat(setup): create config.ini on first install
622
- - feat(i18n): locale-aware compress-md with pt-BR support (#25)
623
- - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
624
- - Windows setup via cargo/npm + squeez update fix
625
- - feat(benchmark): add squeez benchmark command with 19-scenario test suite
626
- - feat(ci): re-add promote-develop workflow with correct registration
627
- - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
628
- - feat(npm+crates): add npm package and publish jobs to release workflow
629
- - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
630
- - compress-md, caveman persona, squeez update, track-result hook
631
- - feat(context): adaptive intensity always picks Ultra
632
- - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
633
- - add Windows support to install.sh and release.yml
634
- - add home_dir() helper with USERPROFILE fallback for Windows
635
- - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
636
- - add GitHub Copilot CLI support
637
- - add OpenCode plugin for automatic Bash compression
638
- - add universal installer support for macOS and Linux
639
- - expand benchmarks, edge-case tests, and README polish
640
- - add SessionStart + PostToolUse hooks, update install.sh and README
641
- - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
642
- - squeez init — session start, prior memory banner, session finalization (TDD)
643
- - squeez track — token accumulation + session event log (TDD)
644
- - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
645
- - session.rs — CurrentSession, append_event, date math (TDD)
646
- - json_util helpers + compact_threshold_tokens, memory_retention_days config
647
- - benchmark system — all fixtures passing
648
- - build.sh compiles + installs squeez, registers hook
649
- - PreToolUse hook script
650
- - fs and runtime handlers — all handler tests passing
651
- - cloud, database, network handlers (TDD)
652
- - typescript and build handlers (TDD)
653
- - package_mgr and test_runner handlers (TDD)
654
- - git and docker handlers (TDD)
655
- - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
656
- - Handler trait with cmd+config, generic handler, command router, filter_stdin
657
- - truncation strategy (TDD) — all strategy tests passing
658
- - grouping strategy (TDD)
659
- - dedup strategy (TDD)
660
- - smart_filter strategy with node_modules frame removal (TDD)
661
- - implement config.ini parser (TDD)
662
-
663
- ### Changed
664
- - chore(release): bump version to 1.5.2 [squeez-release-bot]
665
- - chore(release): bump version to 1.5.1 [squeez-release-bot]
666
- - docs: five-host matrix + squeez setup/uninstall flow (#63)
667
- - refactor(install): delegate host registration to 'squeez setup' (#60)
668
- - chore(release): bump version to 1.5.0 [squeez-release-bot]
669
- - chore(release): bump version to 1.4.0 [squeez-release-bot]
670
- - chore(release): bump version to 1.3.0 [squeez-release-bot]
671
- - chore(release): bump version to 1.2.0 [squeez-release-bot]
672
- - chore(release): bump version to 1.1.0 [squeez-release-bot]
673
- - chore(release): bump version to 1.0.0 [skip release]
674
- - refactor(hosts): extract HostAdapter trait + migrate Claude Code and Copilot (#42)
675
- - ci: conventional-commit-driven auto-release (#40)
676
- - chore(gov): issue-form templates + refined PR template (#39)
677
- - docs: update changelog and benchmarks for v0.4.1 [skip release] (#33)
678
- - chore(release): bump version to 0.4.1
679
- - chore(release): bump version to 0.4.0
680
- - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
681
- - chore: bump version to 0.3.2
682
- - docs: add shields.io badge for changelog link
683
- - chore: bump version to 0.3.1
684
- - chore: bump version to 0.2.3
685
- - docs: update README with 11 MCP tools, structured memory, and advanced tunables
686
- - chore: bump version to 0.2.2
687
- - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
688
- - chore: refresh bench/report.md from latest run [skip release]
689
- - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
690
- - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
691
- - chore: bump version to 0.2.0; add Cargo.toml metadata
692
- - ci: PR template, linked-issue enforcement, no-claude-trailer check
693
- - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
694
- - ci: auto-delete branches after PR merge
695
- - docs: update Windows installation instructions and prerequisites in README
696
- - docs: add Windows support and Rust install instructions to README
697
- - refactor: use session::home_dir() in config and init (Windows compat)
698
- - ci: trigger promote workflow (test)
699
- - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
700
- - docs(readme): add changelog, contribution workflow, and benchmark notes
701
- - ci(workflow): create/update PR from develop to main on push
702
- - chore: add .worktrees/ to gitignore
703
- - chore: add docs/ to gitignore (local design specs)
704
- - docs: update README for GitHub Copilot CLI support
705
- - security: fix remaining LOW findings in wrap.rs
706
- - security: fix 2 follow-up findings from second audit
707
- - security: fix all 8 findings from security audit
708
- - ci: build and install binary before running benchmarks
709
- - chore: add GitHub sponsor button
710
- - chore: ignore .omc/ directory, remove from tracking
711
- - chore: update benchmark report (7/7 passing)
712
- - docs: update README — real benchmarks, Phase 2 config, how it works
713
- - style: cargo fmt on session.rs and test_session.rs
714
- - chore: open source files — README, LICENSE, CI/release workflows, install.sh
715
- - chore: scaffold squeez Rust project
716
-
717
- ### Fixed
718
- - fix(ci): push release docs directly to main (loop-safe) (#68)
719
- - back Copilot BUDGET_HARD with Read/Grep hook + update upstream refs (#65)
720
- - fix(ci): startsWith guard for auto-release recursion (#46)
721
- - fix(ci): tighten auto-release bump detection + fix tag push (#44)
722
- - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
723
- - fix(ci): skip publish gracefully when version already exists on crates.io/npm
724
- - fix(ci): run update-docs even if publish jobs fail (already published)
725
- - fix(ci): continue-on-error for publish jobs so update-docs always runs
726
- - fix(ci): add pull-requests write permission to update-docs job
727
- - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
728
- - fix(ci): update-docs creates PR instead of pushing directly to protected main
729
- - fix(npm): copy README.md into npm package before publish; add readme field
730
- - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
731
- - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
732
- - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
733
- - fix(ci): fix flaky test tmp dir collision + simplify auto-release
734
- - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
735
- - fix(ci): remove secrets in step if-conditions — check token inside script instead
736
- - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
737
- - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
738
- - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
739
- - fix(statusline): remove Ctx% — show only squeez compression metrics
740
- - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
741
- - resolve gap analysis — new handlers, wider redundancy window, token budget
742
- - install.sh — clarify PostToolUse no-matcher intent, guard version echo
743
- - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
744
- - use ends_with for files_committed check in init finalize
745
- - json_util — guard extract_u64 empty digit, add json_util test coverage
746
- - add pre-flight binary check to bench/run.sh
747
- - atomic settings.json write + uninstall safety guards
748
- - harden pretooluse hook (shlex.quote, error handling, single path source)
749
- - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
750
-
751
- ## [0.4.1] - 2026-04-16
752
-
753
- ### Added
754
- - feat(opus47): adapt squeez for Opus 4.7 tokenizer and xhigh effort
755
- - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
756
- - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
757
- - structured session memory, cross-session search, error snippets, configurable tunables
758
- - feat(setup): create config.ini on first install
759
- - feat(i18n): locale-aware compress-md with pt-BR support (#25)
760
- - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
761
- - Windows setup via cargo/npm + squeez update fix
762
- - feat(benchmark): add squeez benchmark command with 19-scenario test suite
763
- - feat(ci): re-add promote-develop workflow with correct registration
764
- - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
765
- - feat(npm+crates): add npm package and publish jobs to release workflow
766
- - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
767
- - compress-md, caveman persona, squeez update, track-result hook
768
- - feat(context): adaptive intensity always picks Ultra
769
- - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
770
- - add Windows support to install.sh and release.yml
771
- - add home_dir() helper with USERPROFILE fallback for Windows
772
- - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
773
- - add GitHub Copilot CLI support
774
- - add OpenCode plugin for automatic Bash compression
775
- - add universal installer support for macOS and Linux
776
- - expand benchmarks, edge-case tests, and README polish
777
- - add SessionStart + PostToolUse hooks, update install.sh and README
778
- - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
779
- - squeez init — session start, prior memory banner, session finalization (TDD)
780
- - squeez track — token accumulation + session event log (TDD)
781
- - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
782
- - session.rs — CurrentSession, append_event, date math (TDD)
783
- - json_util helpers + compact_threshold_tokens, memory_retention_days config
784
- - benchmark system — all fixtures passing
785
- - build.sh compiles + installs squeez, registers hook
786
- - PreToolUse hook script
787
- - fs and runtime handlers — all handler tests passing
788
- - cloud, database, network handlers (TDD)
789
- - typescript and build handlers (TDD)
790
- - package_mgr and test_runner handlers (TDD)
791
- - git and docker handlers (TDD)
792
- - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
793
- - Handler trait with cmd+config, generic handler, command router, filter_stdin
794
- - truncation strategy (TDD) — all strategy tests passing
795
- - grouping strategy (TDD)
796
- - dedup strategy (TDD)
797
- - smart_filter strategy with node_modules frame removal (TDD)
798
- - implement config.ini parser (TDD)
799
-
800
- ### Changed
801
- - chore(release): bump version to 0.4.1
802
- - chore(release): bump version to 0.4.0
803
- - docs: update changelog and benchmarks for v0.3.2 [skip release] (#30)
804
- - chore: bump version to 0.3.2
805
- - docs: add shields.io badge for changelog link
806
- - chore: bump version to 0.3.1
807
- - chore: bump version to 0.2.3
808
- - docs: update README with 11 MCP tools, structured memory, and advanced tunables
809
- - chore: bump version to 0.2.2
810
- - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
811
- - chore: refresh bench/report.md from latest run [skip release]
812
- - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
813
- - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
814
- - chore: bump version to 0.2.0; add Cargo.toml metadata
815
- - ci: PR template, linked-issue enforcement, no-claude-trailer check
816
- - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
817
- - ci: auto-delete branches after PR merge
818
- - docs: update Windows installation instructions and prerequisites in README
819
- - docs: add Windows support and Rust install instructions to README
820
- - refactor: use session::home_dir() in config and init (Windows compat)
821
- - ci: trigger promote workflow (test)
822
- - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
823
- - docs(readme): add changelog, contribution workflow, and benchmark notes
824
- - ci(workflow): create/update PR from develop to main on push
825
- - chore: add .worktrees/ to gitignore
826
- - chore: add docs/ to gitignore (local design specs)
827
- - docs: update README for GitHub Copilot CLI support
828
- - security: fix remaining LOW findings in wrap.rs
829
- - security: fix 2 follow-up findings from second audit
830
- - security: fix all 8 findings from security audit
831
- - ci: build and install binary before running benchmarks
832
- - chore: add GitHub sponsor button
833
- - chore: ignore .omc/ directory, remove from tracking
834
- - chore: update benchmark report (7/7 passing)
835
- - docs: update README — real benchmarks, Phase 2 config, how it works
836
- - style: cargo fmt on session.rs and test_session.rs
837
- - chore: open source files — README, LICENSE, CI/release workflows, install.sh
838
- - chore: scaffold squeez Rust project
839
-
840
- ### Fixed
841
- - fix(ci): add --allow-dirty to cargo publish for Cargo.lock changes
842
- - fix(ci): skip publish gracefully when version already exists on crates.io/npm
843
- - fix(ci): run update-docs even if publish jobs fail (already published)
844
- - fix(ci): continue-on-error for publish jobs so update-docs always runs
845
- - fix(ci): add pull-requests write permission to update-docs job
846
- - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
847
- - fix(ci): update-docs creates PR instead of pushing directly to protected main
848
- - fix(npm): copy README.md into npm package before publish; add readme field
849
- - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
850
- - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
851
- - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
852
- - fix(ci): fix flaky test tmp dir collision + simplify auto-release
853
- - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
854
- - fix(ci): remove secrets in step if-conditions — check token inside script instead
855
- - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
856
- - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
857
- - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
858
- - fix(statusline): remove Ctx% — show only squeez compression metrics
859
- - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
860
- - resolve gap analysis — new handlers, wider redundancy window, token budget
861
- - install.sh — clarify PostToolUse no-matcher intent, guard version echo
862
- - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
863
- - use ends_with for files_committed check in init finalize
864
- - json_util — guard extract_u64 empty digit, add json_util test coverage
865
- - add pre-flight binary check to bench/run.sh
866
- - atomic settings.json write + uninstall safety guards
867
- - harden pretooluse hook (shlex.quote, error handling, single path source)
868
- - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
869
-
870
- ## [0.4.0] - 2026-04-16
871
-
872
- ### Added
873
- - feat(opus47): dual-model cost table in benchmark — Sonnet 4.6 ($3/MTok) + Opus 4.7 ($5/MTok)
874
- - feat(opus47): protocol now educates LLM on xhigh thinking-block overhead (~2× budget burn)
875
-
876
- ### Changed
877
- - feat(opus47): compact_threshold_tokens 120k → 90k (earlier compaction trigger for new tokenizer)
878
- - feat(opus47): agent_spawn_cost 270k → 350k (xhigh subagents burn more tokens)
879
- - feat(opus47): burn_rate_warn_calls 20 → 30 (wider pre-exhaustion warning window)
880
- - feat(opus47): state_warn_calls 5 → 10 (more runway to save session state)
881
- - feat(opus47): ultra_trigger_pct 0.72 → 0.65 (go Ultra compression earlier)
882
- - feat(opus47): MCP context_pressure thresholds — use_state_first ≥90%→≥75%, compact_soon ≥70%→≥55%
883
- - fix: DEFAULT_AGENT_SPAWN_COST constant synced to config default (200k → 270k)
884
-
885
- ## [0.3.2] - 2026-04-16
886
-
887
- ### Added
888
- - feat(setup): auto-detect lang from CLAUDE.md/locale + stderr update notification (#29)
889
- - v0.3.0 — token economy, pt-BR caveman, aggressive defaults, full hook install
890
- - structured session memory, cross-session search, error snippets, configurable tunables
891
- - feat(setup): create config.ini on first install
892
- - feat(i18n): locale-aware compress-md with pt-BR support (#25)
893
- - fuzzy dedup, adaptive intensity, benign summarize, MCP server, temporal memory, protocol payload
894
- - Windows setup via cargo/npm + squeez update fix
895
- - feat(benchmark): add squeez benchmark command with 19-scenario test suite
896
- - feat(ci): re-add promote-develop workflow with correct registration
897
- - feat(init): inject persona into ~/.claude/CLAUDE.md on every session start
898
- - feat(npm+crates): add npm package and publish jobs to release workflow
899
- - feat(statusline): add statusline.sh to repo; install via install.sh; show all-time stats
900
- - compress-md, caveman persona, squeez update, track-result hook
901
- - feat(context): adaptive intensity always picks Ultra
902
- - feat(context): aggressive token-engine — adaptive intensity, redundancy cache, summarize fallback
903
- - add Windows support to install.sh and release.yml
904
- - add home_dir() helper with USERPROFILE fallback for Windows
905
- - cross-platform wrap — shell_command() helper, cfg(unix) signal gates, libc unix-only
906
- - add GitHub Copilot CLI support
907
- - add OpenCode plugin for automatic Bash compression
908
- - add universal installer support for macOS and Linux
909
- - expand benchmarks, edge-case tests, and README polish
910
- - add SessionStart + PostToolUse hooks, update install.sh and README
911
- - wrap.rs — artifact capture (files/errors/git/tests) + compact warning header
912
- - squeez init — session start, prior memory banner, session finalization (TDD)
913
- - squeez track — token accumulation + session event log (TDD)
914
- - memory.rs — Summary, read_last_n, write_summary, prune_old (TDD)
915
- - session.rs — CurrentSession, append_event, date math (TDD)
916
- - json_util helpers + compact_threshold_tokens, memory_retention_days config
917
- - benchmark system — all fixtures passing
918
- - build.sh compiles + installs squeez, registers hook
919
- - PreToolUse hook script
920
- - fs and runtime handlers — all handler tests passing
921
- - cloud, database, network handlers (TDD)
922
- - typescript and build handlers (TDD)
923
- - package_mgr and test_runner handlers (TDD)
924
- - git and docker handlers (TDD)
925
- - wrap subcommand — sh -c, 120s timeout, signal forwarding, bypass check
926
- - Handler trait with cmd+config, generic handler, command router, filter_stdin
927
- - truncation strategy (TDD) — all strategy tests passing
928
- - grouping strategy (TDD)
929
- - dedup strategy (TDD)
930
- - smart_filter strategy with node_modules frame removal (TDD)
931
- - implement config.ini parser (TDD)
932
-
933
- ### Changed
934
- - chore: bump version to 0.3.2
935
- - docs: add shields.io badge for changelog link
936
- - chore: bump version to 0.3.1
937
- - chore: bump version to 0.2.3
938
- - docs: update README with 11 MCP tools, structured memory, and advanced tunables
939
- - chore: bump version to 0.2.2
940
- - docs: rewrite README with full install instructions (curl/npm/cargo) and all commands
941
- - chore: refresh bench/report.md from latest run [skip release]
942
- - chore(ci): remove promote-develop workflow (re-adding to fix broken registration)
943
- - chore: bump version to 0.2.1 + auto-release on merge to main [skip release]
944
- - chore: bump version to 0.2.0; add Cargo.toml metadata
945
- - ci: PR template, linked-issue enforcement, no-claude-trailer check
946
- - docs: update README with PR1+PR2 features, fresh benchmarks, changelog
947
- - ci: auto-delete branches after PR merge
948
- - docs: update Windows installation instructions and prerequisites in README
949
- - docs: add Windows support and Rust install instructions to README
950
- - refactor: use session::home_dir() in config and init (Windows compat)
951
- - ci: trigger promote workflow (test)
952
- - ci(workflow): avoid failing promote job when PR creation is not permitted; add PR_CREATION_TOKEN guidance
953
- - docs(readme): add changelog, contribution workflow, and benchmark notes
954
- - ci(workflow): create/update PR from develop to main on push
955
- - chore: add .worktrees/ to gitignore
956
- - chore: add docs/ to gitignore (local design specs)
957
- - docs: update README for GitHub Copilot CLI support
958
- - security: fix remaining LOW findings in wrap.rs
959
- - security: fix 2 follow-up findings from second audit
960
- - security: fix all 8 findings from security audit
961
- - ci: build and install binary before running benchmarks
962
- - chore: add GitHub sponsor button
963
- - chore: ignore .omc/ directory, remove from tracking
964
- - chore: update benchmark report (7/7 passing)
965
- - docs: update README — real benchmarks, Phase 2 config, how it works
966
- - style: cargo fmt on session.rs and test_session.rs
967
- - chore: open source files — README, LICENSE, CI/release workflows, install.sh
968
- - chore: scaffold squeez Rust project
969
-
970
- ### Fixed
971
- - fix(ci): run update-docs even if publish jobs fail (already published)
972
- - fix(ci): continue-on-error for publish jobs so update-docs always runs
973
- - fix(ci): add pull-requests write permission to update-docs job
974
- - fix(update): cargo-managed self-update + Windows deferred install + session update check (#27)
975
- - fix(ci): update-docs creates PR instead of pushing directly to protected main
976
- - fix(npm): copy README.md into npm package before publish; add readme field
977
- - fix(ci): add toolchain: stable to all dtolnay/rust-toolchain steps
978
- - fix(ci): handle no previous tags in generate-changelog.sh (pipefail + grep -v)
979
- - fix(ci): dispatch release.yml from auto-release to bypass GITHUB_TOKEN chain limit [skip release]
980
- - fix(ci): fix flaky test tmp dir collision + simplify auto-release
981
- - fix(bench): exclude synthetic fixtures from filter-mode bench/run.sh
982
- - fix(ci): remove secrets in step if-conditions — check token inside script instead
983
- - fix(ci): rename promote-develop → promote-to-main to fix broken workflow registration
984
- - fix(ci): bump github-script to v7 in promote-develop to force workflow re-registration
985
- - fix(compress_md): use byte slice comparison to avoid UTF-8 char boundary panic
986
- - fix(statusline): remove Ctx% — show only squeez compression metrics
987
- - fix(statusline): green ✓, proper capitalization, real-time context %, all metrics
988
- - resolve gap analysis — new handlers, wider redundancy window, token budget
989
- - install.sh — clarify PostToolUse no-matcher intent, guard version echo
990
- - wrap.rs — safe git hex check, O(n) dedup, full cmd in event log
991
- - use ends_with for files_committed check in init finalize
992
- - json_util — guard extract_u64 empty digit, add json_util test coverage
993
- - add pre-flight binary check to bench/run.sh
994
- - atomic settings.json write + uninstall safety guards
995
- - harden pretooluse hook (shlex.quote, error handling, single path source)
996
- - wrap — process_group(0) for correct signal forwarding, tighten is_streaming
997
-
998
- ### Fixed
999
- - `squeez update` on Windows now detects cargo-managed installs and delegates to `cargo install squeez` automatically, avoiding exe-lock issues
1000
- - `install_target_path()` uses `current_exe()` instead of hardcoded `~/.claude/squeez/bin`, so the correct binary is always updated regardless of install method
1001
- - Windows self-update fallback spawns a detached `cmd.exe` to move the staged binary after process exit, instead of requiring manual `move /Y`
1002
- - `install_atomic` now returns `Ok(bool)` distinguishing immediate vs deferred installs; success message no longer appears when install was only staged
1003
-
1004
- ### Added
1005
- - `session-start.sh`: rate-limited daily update check — prints `[squeez] Update available` to stderr (visible in terminal) when a new version is detected
1006
- - `squeez setup`: auto-detects user language from `~/.claude/CLAUDE.md` and system locale (`LANG`/`LC_ALL`) and writes correct `lang =` into `config.ini` on first install
1007
-
1008
- ## [0.3.0] - 2026-04-14
1009
-
1010
- ### Added
1011
- - Token economy layer: sub-agent cost tracking via PostToolUse hook (~200K tokens/spawn estimate)
1012
- - Context pressure prediction: sliding-window burn rate with `[budget: ~N calls left]` header
1013
- - Session efficiency scoring: compression ratio, tool choice, context reuse, budget conservation (basis points)
1014
- - Tool result size budgets: per-tool output caps via PreToolUse hook (`read_max_lines`, `grep_max_results`)
1015
- - Auto-calibration on install: `squeez calibrate` runs benchmarks and generates optimized `config.ini`
1016
- - 2 new MCP tools: `squeez_agent_costs`, `squeez_session_efficiency` (11 → 13 total)
1017
- - 2 new CLI commands: `squeez calibrate`, `squeez budget-params <tool>`
1018
- - 5 new config keys: `agent_warn_threshold_pct`, `burn_rate_warn_calls`, `agent_spawn_cost`, `read_max_lines`, `grep_max_results`
1019
- - 29 new economy module unit tests
1020
- - `src/economy/` module: `agent_tracker.rs`, `burn_rate.rs`, `efficiency.rs`, `calibrate.rs`, `budget.rs`
1021
-
1022
- ### Changed
1023
- - PreToolUse hook now matches all tools (was Bash-only) for budget enforcement
1024
- - `build.sh` runs `squeez calibrate` automatically after install
1025
- - Wrap header now shows burn rate and agent cost warnings
1026
- - Session finalization computes and stores efficiency scores in `memory/summaries.jsonl`
1027
- - `SessionContext` extended with agent tracking and burn window fields
1028
-
1029
- ## [0.2.3] - 2026-04-10
1030
-
1031
- ### Added
1032
- - Structured session memory: `investigated`, `learned`, `completed`, `next_steps` fields in summaries
1033
- - Cross-session search: `squeez_search_history`, `squeez_file_history` MCP tools
1034
- - Error snippets: first 128 chars stored alongside FNV fingerprints
1035
- - Configurable tunables: `max_call_log`, `recent_window`, `similarity_threshold`, `ultra_trigger_pct`
1036
- - `squeez_seen_error_details`, `squeez_session_detail`, `squeez_session_stats` MCP tools (6 → 11 total)
1037
- - Locale-aware `compress-md` with pt-BR support (`lang = pt` in config or `--lang pt`)
1038
- - `config.ini` auto-created on first install via `squeez setup`
1039
-
1040
- ### Changed
1041
- - MCP tool count: 6 → 11
1042
- - README rewritten with full install instructions and all commands
1043
-
1044
- ### Fixed
1045
- - Windows setup via cargo/npm + `squeez update` fix
1046
- - CI: dispatch `release.yml` from `auto-release` to bypass GITHUB_TOKEN chain limit
1047
-
1048
- ## [0.2.2] - 2026-03-28
1049
-
1050
- ### Added
1051
- - `squeez benchmark` command: 19-scenario reproducible benchmark suite with quality scoring
1052
- - JSON output mode (`--json`) and scenario filtering (`--scenario`)
1053
-
1054
- ### Changed
1055
- - README rewritten with full install instructions (curl/npm/cargo)
1056
-
1057
- ### Fixed
1058
- - Flaky test tmp dir collision in CI
1059
- - `bench/run.sh` excludes synthetic fixtures (filter-mode only)
1060
- - CI workflow registration fixes for `promote-develop`
1061
-
1062
- ## [0.2.1] - 2026-03-20
1063
-
1064
- ### Added
1065
- - Persona injection into `~/.claude/CLAUDE.md` on every session start
1066
- - npm package and crates.io publish jobs in release workflow
1067
- - Statusline with real-time compression metrics
1068
-
1069
- ### Fixed
1070
- - `compress_md`: byte slice comparison to avoid UTF-8 char boundary panic
1071
- - Statusline: proper capitalization, green checkmark, real-time context %
1072
-
1073
- ## [0.2.0] - 2026-03-15
1074
-
1075
- ### Added
1076
- - Context engine: adaptive intensity, redundancy cache, summarize fallback
1077
- - `compress-md` command: pure-Rust markdown compressor
1078
- - Caveman persona prompt injection
1079
- - `squeez update` self-update command
1080
- - `track-result` PostToolUse hook for file/error tracking
1081
- - Cloud CLI handlers (kubectl, gh, aws, gcloud, az)
1082
- - Database handlers (psql, prisma, mysql)
1083
- - Data tool handlers (jq, yq, terraform)
1084
- - Windows support in `install.sh` and `release.yml`
1085
-
1086
- ### Changed
1087
- - Wider redundancy window, token budget improvements
1088
- - CI: PR template, linked-issue enforcement
36
+ ## [1.5.1] and earlier
37
+ 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.
1089
38
 
1090
- [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.7.1...HEAD
1091
- [0.3.0]: https://github.com/claudioemmanuel/squeez/compare/v0.2.3...v0.3.0
1092
- [0.2.3]: https://github.com/claudioemmanuel/squeez/compare/v0.2.2...v0.2.3
1093
- [0.2.2]: https://github.com/claudioemmanuel/squeez/compare/v0.2.1...v0.2.2
1094
- [0.2.1]: https://github.com/claudioemmanuel/squeez/compare/v0.2.0...v0.2.1
1095
- [0.2.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v0.2.0
1096
- [0.3.2]: https://github.com/claudioemmanuel/squeez/releases/tag/v0.3.2
1097
- [0.4.1]: https://github.com/claudioemmanuel/squeez/releases/tag/v0.4.1
39
+ [Unreleased]: https://github.com/claudioemmanuel/squeez/compare/v1.7.3...HEAD
40
+ [1.7.0]: https://github.com/claudioemmanuel/squeez/compare/v1.6.1...v1.7.0
41
+ [1.6.1]: https://github.com/claudioemmanuel/squeez/compare/v1.6.0...v1.6.1
42
+ [1.6.0]: https://github.com/claudioemmanuel/squeez/compare/v1.5.2...v1.6.0
1098
43
  [1.5.2]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.5.2
1099
- [1.6.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.6.0
1100
- [1.6.1]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.6.1
1101
- [1.7.0]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.7.0
1102
- [1.7.1]: https://github.com/claudioemmanuel/squeez/releases/tag/v1.7.1
44
+ [1.7.3]: https://github.com/claudioemmanuel/squeez/compare/v1.7.2...v1.7.3
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%** | 54.6 ms |
123
- | `repetitive_output` | 4,692 tk | 37 tk | **-99%** | 164 µs |
124
- | `high_context_adaptive` | 4,418 tk | 52 tk | **-99%** | 637 µs |
125
- | `ps_aux` | 40,373 tk | 2,352 tk | **-94%** | 2.2 ms |
126
- | `git_log_200` | 2,692 tk | 289 tk | **-89%** | 179 µs |
127
- | `tsc_errors` | 731 tk | 101 tk | **-86%** | 20 µs |
128
- | `cargo_build_noisy` | 2,106 tk | 452 tk | **-79%** | 201 µs |
129
- | `docker_logs` | 665 tk | 186 tk | **-72%** | 36 µs |
130
- | `find_deep` | 424 tk | 134 tk | **-68%** | 61 µs |
131
- | `git_status` | 50 tk | 16 tk | **-68%** | 9 µs |
132
- | `state_first_simulation` | 182 tk | 69 tk | **-62%** | 9 µs |
133
- | `verbose_app_log` | 4,957 tk | 1,991 tk | **-60%** | 235 µs |
134
- | `npm_install` | 524 tk | 232 tk | **-56%** | 38 µs |
135
- | `claude_md_overhead` | 717 tk | 318 tk | **-56%** | 272 µs |
136
- | `crosscall_redundancy_3x` | 486 tk | 241 tk | **-50%** | 51.2 ms |
137
- | `ls_la` | 1,782 tk | 886 tk | **-50%** | 168 µs |
138
- | `env_dump` | 441 tk | 287 tk | **-35%** | 19 µs |
139
- | `git_copilot` | 640 tk | 421 tk | **-34%** | 88 µs |
140
- | `agent_heavy` | 2,306 tk | 1,564 tk | **-32%** | 310 µs |
141
- | `md_prose` | 187 tk | 138 tk | **-26%** | 505 µs |
142
- | `md_claude_md` | 316 tk | 247 tk | **-22%** | 938 µs |
143
- | `git_diff` | 502 tk | 497 tk | **-1%** | 35 µs |
144
- | `kubectl_pods` | 1,513 tk | 1,513 tk | **-0%** | 20 µs |
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 |
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) | **4.9 ms** |
155
+ | Latency p50 (filter mode) | **5.0 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.3",
3
+ "version": "1.7.4",
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",