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