@ait-co/devtools 0.1.60 → 0.1.62
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/in-app/index.js +4 -0
- package/dist/in-app/index.js.map +1 -1
- package/dist/mcp/cli.js +81 -30
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +10 -4
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-Byk0Yjk_.cjs → qr-http-server-C34O140J.cjs} +26 -6
- package/dist/qr-http-server-C34O140J.cjs.map +1 -0
- package/dist/{qr-http-server-D_Aj5Vq6.cjs → qr-http-server-CR4p9Y2d.cjs} +26 -6
- package/dist/qr-http-server-CR4p9Y2d.cjs.map +1 -0
- package/dist/{qr-http-server-N4mX8GaC.js → qr-http-server-DBgh4rxe.js} +26 -6
- package/dist/qr-http-server-DBgh4rxe.js.map +1 -0
- package/dist/{qr-http-server-kYvmlXlg.js → qr-http-server-Dp3a1AMl.js} +26 -6
- package/dist/qr-http-server-Dp3a1AMl.js.map +1 -0
- package/dist/{relay-secret-store-5A7_7zOp.js → relay-secret-store-DBcKWUl9.js} +2 -2
- package/dist/{relay-secret-store-5A7_7zOp.js.map → relay-secret-store-DBcKWUl9.js.map} +1 -1
- package/dist/{relay-url-store-qaoe0zOD.js → relay-url-store-Dq3vpd95.js} +2 -2
- package/dist/{relay-url-store-qaoe0zOD.js.map → relay-url-store-Dq3vpd95.js.map} +1 -1
- package/dist/totp-CQFmgOhM.js +3 -0
- package/dist/{totp-BIrJHsQn.js → totp-D0a8VwoR.js} +1 -1
- package/dist/{totp-BIrJHsQn.js.map → totp-D0a8VwoR.js.map} +1 -1
- package/dist/{tunnel-JuZ5_Pci.js → tunnel-EVTPTwlb.js} +2 -2
- package/dist/{tunnel-JuZ5_Pci.js.map → tunnel-EVTPTwlb.js.map} +1 -1
- package/dist/{tunnel-GieyWa22.cjs → tunnel-g6assoEq.cjs} +2 -2
- package/dist/{tunnel-GieyWa22.cjs.map → tunnel-g6assoEq.cjs.map} +1 -1
- package/dist/unplugin/index.cjs +1 -1
- package/dist/unplugin/index.js +1 -1
- package/dist/unplugin/tunnel.cjs +1 -1
- package/dist/unplugin/tunnel.js +1 -1
- package/package.json +1 -1
- package/dist/qr-http-server-Byk0Yjk_.cjs.map +0 -1
- package/dist/qr-http-server-D_Aj5Vq6.cjs.map +0 -1
- package/dist/qr-http-server-N4mX8GaC.js.map +0 -1
- package/dist/qr-http-server-kYvmlXlg.js.map +0 -1
- package/dist/totp-86i_CNqh.js +0 -3
package/dist/mcp/server.js
CHANGED
|
@@ -964,7 +964,7 @@ function createDevServer(deps = {}) {
|
|
|
964
964
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
965
965
|
const server = new Server({
|
|
966
966
|
name: "ait-devtools",
|
|
967
|
-
version: "0.1.
|
|
967
|
+
version: "0.1.62"
|
|
968
968
|
}, { capabilities: { tools: {} } });
|
|
969
969
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
970
970
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
package/dist/panel/index.js
CHANGED
|
@@ -25397,7 +25397,10 @@ const en = {
|
|
|
25397
25397
|
"launcher.noCamera": "No camera available — paste the URL instead.",
|
|
25398
25398
|
"launcher.cameraError": "Could not access the camera — paste the URL instead.",
|
|
25399
25399
|
"launcher.invalidUrlHttps": "Enter a valid https:// URL (the tunnel URL from your terminal).",
|
|
25400
|
-
"launcher.invalidUrl": "Enter a valid http(s):// URL."
|
|
25400
|
+
"launcher.invalidUrl": "Enter a valid http(s):// URL.",
|
|
25401
|
+
"launcher.debugAuthFailed": "Debug connection authentication failed",
|
|
25402
|
+
"launcher.debugAuthFailedHint": "The QR code may have expired. Scan a fresh QR code.",
|
|
25403
|
+
"launcher.debugAuthRescanCta": "Scan a new QR"
|
|
25401
25404
|
};
|
|
25402
25405
|
//#endregion
|
|
25403
25406
|
//#region src/i18n/ko.ts
|
|
@@ -25601,7 +25604,10 @@ const ko = {
|
|
|
25601
25604
|
"launcher.noCamera": "카메라를 사용할 수 없습니다 — URL을 직접 붙여넣으세요.",
|
|
25602
25605
|
"launcher.cameraError": "카메라에 접근할 수 없습니다 — URL을 직접 붙여넣으세요.",
|
|
25603
25606
|
"launcher.invalidUrlHttps": "올바른 https:// URL을 입력하세요 (터미널의 터널 URL).",
|
|
25604
|
-
"launcher.invalidUrl": "올바른 http(s):// URL을 입력하세요."
|
|
25607
|
+
"launcher.invalidUrl": "올바른 http(s):// URL을 입력하세요.",
|
|
25608
|
+
"launcher.debugAuthFailed": "디버그 연결 인증 실패",
|
|
25609
|
+
"launcher.debugAuthFailedHint": "QR 코드가 만료되었을 수 있어요. 새 QR을 다시 스캔하세요.",
|
|
25610
|
+
"launcher.debugAuthRescanCta": "새 QR 스캔하기"
|
|
25605
25611
|
};
|
|
25606
25612
|
//#endregion
|
|
25607
25613
|
//#region src/i18n/index.ts
|
|
@@ -26426,7 +26432,7 @@ function readGlobalString(key) {
|
|
|
26426
26432
|
}
|
|
26427
26433
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26428
26434
|
function getVersion() {
|
|
26429
|
-
return "0.1.
|
|
26435
|
+
return "0.1.62";
|
|
26430
26436
|
}
|
|
26431
26437
|
let panelVisibleSince = null;
|
|
26432
26438
|
let accumulatedMs = 0;
|
|
@@ -30677,7 +30683,7 @@ function Panel() {
|
|
|
30677
30683
|
color: "#666",
|
|
30678
30684
|
fontWeight: 400
|
|
30679
30685
|
},
|
|
30680
|
-
children: ["v", "0.1.
|
|
30686
|
+
children: ["v", "0.1.62"]
|
|
30681
30687
|
}),
|
|
30682
30688
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30683
30689
|
type: "button",
|