From ee01387ff9a8134e3d58856048d1542ec00ded02 Mon Sep 17 00:00:00 2001 From: ework-agent Date: Fri, 11 Sep 2026 16:08:18 +0800 Subject: [PATCH] release v0.1.105 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88b8778d..d6116631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "billion-context", - "version": "0.1.104", + "version": "0.1.105", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "billion-context", - "version": "0.1.104", + "version": "0.1.105", "license": "MIT", "bin": { "bili": "dist/index.js", diff --git a/package.json b/package.json index 8d50a64b..7191a87b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billion-context", - "version": "0.1.104", + "version": "0.1.105", "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",