diff --git a/package-lock.json b/package-lock.json index 5fc90b54..9cacef94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "billion-context", - "version": "0.1.117", + "version": "0.1.118", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "billion-context", - "version": "0.1.117", + "version": "0.1.118", "license": "MIT", "bin": { "bili": "dist/index.js", diff --git a/package.json b/package.json index b43cea33..64f7a604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billion-context", - "version": "0.1.117", + "version": "0.1.118", "description": "Context-compression proxy that lets AI coding agents run for days — billions of tokens through one context window. Sits between any agent (Claude Code, Codex, Cursor, Aider, …) and its model API, folding consumed conversation into reversible, prefix-cache-friendly summaries. Zero per-agent code: just point your base URL at the proxy.", "type": "module", "main": "dist/index.js",