@ait-co/devtools 0.1.59 → 0.1.61
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 +85 -34
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +5 -1
- package/dist/mcp/server.js.map +1 -1
- package/dist/panel/index.js +12 -8
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-Bk-9AO9Y.js → qr-http-server-BLQScKGq.js} +26 -10
- package/dist/qr-http-server-BLQScKGq.js.map +1 -0
- package/dist/{qr-http-server-C536UmTm.js → qr-http-server-BTFj0LYB.js} +26 -10
- package/dist/qr-http-server-BTFj0LYB.js.map +1 -0
- package/dist/{qr-http-server-CQZnEAcl.cjs → qr-http-server-CSoE5MdF.cjs} +26 -10
- package/dist/qr-http-server-CSoE5MdF.cjs.map +1 -0
- package/dist/{qr-http-server-GwRt-B9_.cjs → qr-http-server-DgyGxjET.cjs} +26 -10
- package/dist/qr-http-server-DgyGxjET.cjs.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-COMs-wZU.js → tunnel-CArP5y9b.js} +2 -2
- package/dist/{tunnel-COMs-wZU.js.map → tunnel-CArP5y9b.js.map} +1 -1
- package/dist/{tunnel-CAaBFOro.cjs → tunnel-DwL0xizq.cjs} +2 -2
- package/dist/{tunnel-CAaBFOro.cjs.map → tunnel-DwL0xizq.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-Bk-9AO9Y.js.map +0 -1
- package/dist/qr-http-server-C536UmTm.js.map +0 -1
- package/dist/qr-http-server-CQZnEAcl.cjs.map +0 -1
- package/dist/qr-http-server-GwRt-B9_.cjs.map +0 -1
- package/dist/totp-86i_CNqh.js +0 -3
package/dist/panel/index.js
CHANGED
|
@@ -25388,9 +25388,8 @@ const en = {
|
|
|
25388
25388
|
"attach.faq.totp": "<strong>TOTP gate Layer C is inactive</strong> — check that <code>AIT_DEBUG_TOTP_SECRET</code> is set on the relay server",
|
|
25389
25389
|
"attach.url.section": "URL (fallback)",
|
|
25390
25390
|
"launcher.title": "AITC DevTools Launcher",
|
|
25391
|
-
"launcher.description": "
|
|
25391
|
+
"launcher.description": "Scan the terminal QR code or paste the tunnel URL.",
|
|
25392
25392
|
"launcher.installCta": "Install launcher to your phone",
|
|
25393
|
-
"launcher.openOnce": "Open this once without installing",
|
|
25394
25393
|
"launcher.urlPlaceholder": "https://example.trycloudflare.com",
|
|
25395
25394
|
"launcher.openBtn": "Open",
|
|
25396
25395
|
"launcher.scanBtn": "Scan QR with camera",
|
|
@@ -25398,7 +25397,10 @@ const en = {
|
|
|
25398
25397
|
"launcher.noCamera": "No camera available — paste the URL instead.",
|
|
25399
25398
|
"launcher.cameraError": "Could not access the camera — paste the URL instead.",
|
|
25400
25399
|
"launcher.invalidUrlHttps": "Enter a valid https:// URL (the tunnel URL from your terminal).",
|
|
25401
|
-
"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"
|
|
25402
25404
|
};
|
|
25403
25405
|
//#endregion
|
|
25404
25406
|
//#region src/i18n/ko.ts
|
|
@@ -25593,9 +25595,8 @@ const ko = {
|
|
|
25593
25595
|
"attach.faq.totp": "<strong>TOTP gate Layer C가 비활성인 경우</strong> — relay 서버에 <code>AIT_DEBUG_TOTP_SECRET</code>이 설정돼 있는지 확인",
|
|
25594
25596
|
"attach.url.section": "URL (fallback)",
|
|
25595
25597
|
"launcher.title": "AITC DevTools Launcher",
|
|
25596
|
-
"launcher.description": "
|
|
25598
|
+
"launcher.description": "터미널 QR을 스캔하거나 URL을 입력하세요.",
|
|
25597
25599
|
"launcher.installCta": "폰에 런처 설치하기",
|
|
25598
|
-
"launcher.openOnce": "설치 없이 한 번만 열기",
|
|
25599
25600
|
"launcher.urlPlaceholder": "https://example.trycloudflare.com",
|
|
25600
25601
|
"launcher.openBtn": "Open",
|
|
25601
25602
|
"launcher.scanBtn": "QR 카메라로 스캔",
|
|
@@ -25603,7 +25604,10 @@ const ko = {
|
|
|
25603
25604
|
"launcher.noCamera": "카메라를 사용할 수 없습니다 — URL을 직접 붙여넣으세요.",
|
|
25604
25605
|
"launcher.cameraError": "카메라에 접근할 수 없습니다 — URL을 직접 붙여넣으세요.",
|
|
25605
25606
|
"launcher.invalidUrlHttps": "올바른 https:// URL을 입력하세요 (터미널의 터널 URL).",
|
|
25606
|
-
"launcher.invalidUrl": "올바른 http(s):// URL을 입력하세요."
|
|
25607
|
+
"launcher.invalidUrl": "올바른 http(s):// URL을 입력하세요.",
|
|
25608
|
+
"launcher.debugAuthFailed": "디버그 연결 인증 실패",
|
|
25609
|
+
"launcher.debugAuthFailedHint": "QR 코드가 만료되었을 수 있어요. 새 QR을 다시 스캔하세요.",
|
|
25610
|
+
"launcher.debugAuthRescanCta": "새 QR 스캔하기"
|
|
25607
25611
|
};
|
|
25608
25612
|
//#endregion
|
|
25609
25613
|
//#region src/i18n/index.ts
|
|
@@ -26428,7 +26432,7 @@ function readGlobalString(key) {
|
|
|
26428
26432
|
}
|
|
26429
26433
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26430
26434
|
function getVersion() {
|
|
26431
|
-
return "0.1.
|
|
26435
|
+
return "0.1.61";
|
|
26432
26436
|
}
|
|
26433
26437
|
let panelVisibleSince = null;
|
|
26434
26438
|
let accumulatedMs = 0;
|
|
@@ -30679,7 +30683,7 @@ function Panel() {
|
|
|
30679
30683
|
color: "#666",
|
|
30680
30684
|
fontWeight: 400
|
|
30681
30685
|
},
|
|
30682
|
-
children: ["v", "0.1.
|
|
30686
|
+
children: ["v", "0.1.61"]
|
|
30683
30687
|
}),
|
|
30684
30688
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30685
30689
|
type: "button",
|