billion-context 0.1.115 → 0.1.116-pr.803.682
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/README.md +1 -1
- package/dist/agent/opencode.js +1 -1
- package/dist/agent/opencode.js.map +1 -1
- package/dist/index.js +366 -117
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -203,7 +203,7 @@ bili pi # launch pi through the proxy — file-fre
|
|
|
203
203
|
bili codex # launch codex through the proxy
|
|
204
204
|
bili claude # launch claude through the proxy
|
|
205
205
|
bili omp # pi-style, file-free (#535): env + extension registerProvider + compaction cancel, real ~/.omp untouched
|
|
206
|
-
bili opencode # MITM for HTTPS + temp opencode.json (/bili/ for HTTP) + thin /acp plugin; OpenCode 2.0+: built-in V2 plugin with native bili tools, native compaction auto-disabled. Reads the user's opencode.jsonc / opencode.json / config.json (JSONC comments accepted, merged the same way opencode itself merges them)
|
|
206
|
+
bili opencode # MITM for HTTPS + temp opencode.json (/bili/ for HTTP) + thin /acp plugin; OpenCode 2.0+: built-in V2 plugin with native bili tools, native compaction auto-disabled. Reads the user's opencode.jsonc / opencode.json / config.json (JSONC comments accepted, merged the same way opencode itself merges them); relative local plugin specs (`./x`, `../x`) are re-anchored to absolute paths in the clone — opencode resolves them against the declaring config file's dir (#826)
|
|
207
207
|
bili hermes # file-free (#535): hermes proxy env (HTTPS_PROXY + HERMES_CA_BUNDLE) — https via CONNECT MITM, http via absolute-form forward proxy; real ~/.hermes untouched
|
|
208
208
|
bili dsh # deepseek-harness: non-loopback upstreams ride proxy envs (https MITM, http absolute-form), loopback keeps the overlay DSH_HOME (~/.dsh-bili) rewrite (#535), built-in deepseek route via DEEPSEEK_BASE_URL, native /acp command injected via --patch
|
|
209
209
|
bili codebuddy # Tencent CodeBuddy Code CLI: CODEBUDDY_BASE_URL /bili/ rewrite (OpenAI chat completions wire), budget aligned via CODEBUDDY_AUTO_COMPACT_WINDOW; real ~/.codebuddy untouched
|
package/dist/agent/opencode.js
CHANGED
|
@@ -25599,7 +25599,7 @@ ${captureLines}` : capture.stack;
|
|
|
25599
25599
|
}
|
|
25600
25600
|
});
|
|
25601
25601
|
|
|
25602
|
-
// node_modules/acp-kernel/dist/chunk-
|
|
25602
|
+
// node_modules/acp-kernel/dist/chunk-QPVKTDYF.js
|
|
25603
25603
|
import { createRequire } from "module";
|
|
25604
25604
|
var require2 = createRequire(import.meta.url);
|
|
25605
25605
|
function thinkingTokenValue(thinking) {
|