@tunnelbox/claude-code 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
|
@@ -1582,7 +1582,7 @@ async function printPairing(code, type, name, lang) {
|
|
|
1582
1582
|
console.log(" " + tt("qr.fileWritten", { path: file }));
|
|
1583
1583
|
console.log("");
|
|
1584
1584
|
}
|
|
1585
|
-
var DEFAULT_PAGE_SIZE =
|
|
1585
|
+
var DEFAULT_PAGE_SIZE = 20;
|
|
1586
1586
|
var MAX_PART_TEXT = 16e3;
|
|
1587
1587
|
var MAX_PART_ARGS = 4e3;
|
|
1588
1588
|
var MAX_PAGE_BYTES = 15e5;
|
|
@@ -2111,7 +2111,7 @@ function newSessionId() {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
|
|
2113
2113
|
// src/bridge.ts
|
|
2114
|
-
var VERSION = true ? "0.1.
|
|
2114
|
+
var VERSION = true ? "0.1.10" : "0.0.0-dev";
|
|
2115
2115
|
var AGENT_TYPE = "claude-code";
|
|
2116
2116
|
var APPROVAL_TIMEOUT_MS = 12e4;
|
|
2117
2117
|
var ADAPTER_COMMANDS = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tunnelbox/claude-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "tunnelbox 的 Claude Code 集成(官方 Agent SDK 桥 + 官方插件 official-plugin):手机远程驱动 Claude Code(会话/流式/审批/中止)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"qrcode": "^1.5.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tunnelbox/core": "0.1.
|
|
37
|
+
"@tunnelbox/core": "0.1.10",
|
|
38
38
|
"@types/node": "^22.0.0",
|
|
39
39
|
"@types/qrcode": "^1.5.5",
|
|
40
40
|
"esbuild": "^0.24.0",
|