@tunnelbox/cursor 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;
|
|
@@ -2033,7 +2033,7 @@ async function removeSession(sessionID) {
|
|
|
2033
2033
|
}
|
|
2034
2034
|
|
|
2035
2035
|
// src/bridge.ts
|
|
2036
|
-
var VERSION = true ? "0.1.
|
|
2036
|
+
var VERSION = true ? "0.1.10" : "0.0.0-dev";
|
|
2037
2037
|
var AGENT_TYPE = "cursor";
|
|
2038
2038
|
var ADAPTER_COMMANDS = [
|
|
2039
2039
|
{ name: "new", description: "\u65B0\u5EFA\u4F1A\u8BDD" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tunnelbox/cursor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "tunnelbox 的 Cursor 适配器(C 类/B2 头less):手机远程驱动本机 Cursor CLI(agent -p stream-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",
|