Releases

What’s new.

Notes for every SuperCompress ship — coding-agent plugin, API, and product. Mirrored on GitHub Releases.

0.5.7 2026-07-31 site

Repository & site

  • Public source of truth on github.com/Supercompress/Supercompress.
  • Product site, docs, and package metadata link to GitHub; GitLab kept as a private CI mirror.
  • Changelog page mirrored to GitHub Releases.
0.5.6 2026-07-31 proxy

Coding agent plugin

  • Every-message compress threshold lowered (compress prompts ≥40 chars; tiny ones still write inbox).
0.5.5 2026-07-31 proxy

Coding agent plugin

  • Every-message auto-compress: IDE beforeSubmitPrompt writes ~/.supercompress/inbox/latest.md on every submit; Claude Code + Codex UserPromptSubmit inject compressed digests; postToolUse threshold lowered to 800 chars.
  • Always-on agent rule forces Read of inbox digest first every turn.
0.5.4 2026-07-28 proxy

Coding agent plugin

  • OpenCode MCP: write enabled: true, timeout: 60000, and experimental.mcp_timeout. Prefer supercompress-mcp on PATH over a baked absolute Node path.
0.5.3 2026-07-28 proxy

Coding agent plugin

  • Harden MCP stdio server against -32000: Connection closed: catch unhandled errors, keep process alive on tool failures, timeouts on API calls, stderr-only logging.
0.5.2 2026-07-26 proxy

Coding agent plugin

  • Ship LICENSE + CHANGELOG in the npm tarball.
0.5.1 2026-07-26 proxy

Coding agent plugin

  • postinstall is guidance-only — no longer rewrites agent MCP configs on npm install. Use supercompress setup or supercompress plugin.
  • FreeBuff dual-launch — MCP compress handshake waits for tool responses.
  • Docs/README aligned with MCP-first install path; agent catalog count 49.
0.5.0 2026-07-26 proxy

Coding agent plugin

  • MCP-first coding-agent plugin (compress_context, connect_account, usage_summary).
  • Optional localhost API proxy via supercompress setup --proxy.
  • Hard launch of SuperCompress coding agent integrations (Cursor, Claude Code, Codex, and more).

Source of truth: CHANGELOG.md. Publish with scripts/publish-github-release.sh <version>.