Releases: buildoak/wet
Releases · buildoak/wet
v0.2.0
Changelog
- e8cfac9 Add standalone serve command for proxy deployments
- 4cd6800 Merge branch 'main' into feat/docker-serve-mode
- f879d3c Merge pull request #6 from OdinYkt/feat/docker-serve-mode
- 99ba533 add Phase 0 session identity verification to wet-compress skill
- f570d43 feat: add wet serve command with lifecycle tests
v0.1.5
v0.1.4
Changelog
- ab514a4 Add CONTRIBUTING.md
- ef6fcdd Add shields.io badges to README
- f6f697f Lower compression threshold to 10%, add Phase 3.5 batching
- 46c438b README: add Known Behaviors section for ToolSearch
- 99ba0d1 README: clarify ToolSearch flag risk as optics, not mechanics
- 7fc0d17 README: revise ToolSearch note, advise against override
- fbbd79e README: rewrite ToS section, subscription safety, ToolSearch advisory
- 2cd095c Update CHANGELOG for v0.1.4 release
- 06cd27b add Anthropic ToS compliance note to README
- 7a461ab add animated demo to README
- 0c4fb7e audit fixes: threshold, tier2 model, onboarding embed, config default
- 22ceecd remove static dashboard image from README
v0.1.3
v0.1.2
Changelog
- 9f03710 add Quick Start section: agent-first install, skill importance
- d0f7be3 add goreleaser config and release workflow
- f0571e8 add one-liner command after tagline, fix em-dashes
- 3a8c18c add real dashboard screenshot to README
- cd0c6df add statusline best-effort disclaimer, point to wet status for precision
- a5a6b22 expand CLI toolbox in README, add token estimation disclaimer
- aae089d fix TestSSEUsageWithGzipUpstream flake on Go 1.22 CI
- 36efcc6 fix one-liner comment: Claude takes the driver seat
- feb6880 fix statusline showing 200k context window on startup
- 3418e57 fix statusline showing fleet-total instead of main-session item count
- 451813b full README rework: structure, How It Works, Tier 2 meta-aware logic, Roadmap
- ca0cb47 inject version via ldflags for goreleaser
- 4c49816 replace mock profiling table with real session data
- ed5ebe2 restore statusline progression examples
- 171810d rework README: What It Is section, audit wording, feature request link
- 2595de7 rework README: rebranding + Why This Exists section
- 2d1f95b rework What It Is: toolbox framing, surgical access, SWE-bench calibration
- 3903337 seed context window with 1M on startup instead of 0
- 7f96325 update README header: Wet Claude branding
- 0cac1ff wire HOMEBREW_TAP_TOKEN for cross-repo formula push
v0.1.1
What's New
Context compression proxy for Claude Code. Sits between Claude Code and the Anthropic API, transparently compressing stale tool results to reclaim context window space.
Bug Fixes (post v0.1.0)
- P1: Fixed stats file write race — concurrent requests could clobber each other's temp file
- P1: Fixed queue overwrite race in compress control plane — second command clobbered first
- P1: Fixed Agent/Task output being mechanically compressed in auto mode (requires explicit replacement text)
- P1: Fixed pause mode disabling accounting and persistence (now only skips compression)
- P2: Fixed passthrough mode undercounting tool results in
wet status - P2: Removed dead code across 4 files
- P2: Normalized
--portflag behavior across all CLI commands
New
- 48 CLI tests (cli package was at 0% coverage)
- Removed AI-generated mock assets and marketing copy from repo
Install
go install github.com/buildoak/wet@v0.1.1