@tunnelbox/codex 0.1.9 → 0.1.10
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 +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1585,7 +1585,7 @@ async function printPairing(code, type, name, lang) {
|
|
|
1585
1585
|
console.log(" " + tt("qr.fileWritten", { path: file }));
|
|
1586
1586
|
console.log("");
|
|
1587
1587
|
}
|
|
1588
|
-
var DEFAULT_PAGE_SIZE =
|
|
1588
|
+
var DEFAULT_PAGE_SIZE = 20;
|
|
1589
1589
|
var MAX_PART_TEXT = 16e3;
|
|
1590
1590
|
var MAX_PART_ARGS = 4e3;
|
|
1591
1591
|
var MAX_PAGE_BYTES = 15e5;
|
|
@@ -2462,7 +2462,7 @@ function newSessionId() {
|
|
|
2462
2462
|
}
|
|
2463
2463
|
|
|
2464
2464
|
// src/bridge.ts
|
|
2465
|
-
var VERSION = true ? "0.1.
|
|
2465
|
+
var VERSION = true ? "0.1.10" : "0.0.0-dev";
|
|
2466
2466
|
var AGENT_TYPE = "codex";
|
|
2467
2467
|
var ADAPTER_COMMANDS = [
|
|
2468
2468
|
{ 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.10",
|
|
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.10",
|
|
35
35
|
"@types/node": "^22.0.0",
|
|
36
36
|
"@types/qrcode": "^1.5.5",
|
|
37
37
|
"esbuild": "^0.24.0",
|