@tunnelbox/codex 0.1.11 → 0.1.16
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/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2527,7 +2527,7 @@ function newSessionId() {
|
|
|
2527
2527
|
}
|
|
2528
2528
|
|
|
2529
2529
|
// src/bridge.ts
|
|
2530
|
-
var VERSION = true ? "0.1.
|
|
2530
|
+
var VERSION = true ? "0.1.16" : "0.0.0-dev";
|
|
2531
2531
|
var AGENT_TYPE = "codex";
|
|
2532
2532
|
var ADAPTER_COMMANDS = [
|
|
2533
2533
|
{ name: "new", description: "\u65B0\u5EFA\u4F1A\u8BDD" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tunnelbox/codex",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "tunnelbox 的 Codex 适配器(B 类):手机远程驱动本机 Codex CLI(codex exec --json,会话/流式/中止/删除)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"qrcode": "^1.5.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@tunnelbox/core": "0.1.
|
|
34
|
+
"@tunnelbox/core": "0.1.16",
|
|
35
35
|
"@types/node": "^22.0.0",
|
|
36
36
|
"@types/qrcode": "^1.5.5",
|
|
37
37
|
"esbuild": "^0.24.0",
|