@ait-co/devtools 0.1.60 → 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.
Files changed (36) hide show
  1. package/dist/in-app/index.js +4 -0
  2. package/dist/in-app/index.js.map +1 -1
  3. package/dist/mcp/cli.js +79 -30
  4. package/dist/mcp/cli.js.map +1 -1
  5. package/dist/mcp/server.js +1 -1
  6. package/dist/panel/index.js +10 -4
  7. package/dist/panel/index.js.map +1 -1
  8. package/dist/{qr-http-server-N4mX8GaC.js → qr-http-server-BLQScKGq.js} +24 -6
  9. package/dist/qr-http-server-BLQScKGq.js.map +1 -0
  10. package/dist/{qr-http-server-kYvmlXlg.js → qr-http-server-BTFj0LYB.js} +24 -6
  11. package/dist/qr-http-server-BTFj0LYB.js.map +1 -0
  12. package/dist/{qr-http-server-Byk0Yjk_.cjs → qr-http-server-CSoE5MdF.cjs} +24 -6
  13. package/dist/qr-http-server-CSoE5MdF.cjs.map +1 -0
  14. package/dist/{qr-http-server-D_Aj5Vq6.cjs → qr-http-server-DgyGxjET.cjs} +24 -6
  15. package/dist/qr-http-server-DgyGxjET.cjs.map +1 -0
  16. package/dist/{relay-secret-store-5A7_7zOp.js → relay-secret-store-DBcKWUl9.js} +2 -2
  17. package/dist/{relay-secret-store-5A7_7zOp.js.map → relay-secret-store-DBcKWUl9.js.map} +1 -1
  18. package/dist/{relay-url-store-qaoe0zOD.js → relay-url-store-Dq3vpd95.js} +2 -2
  19. package/dist/{relay-url-store-qaoe0zOD.js.map → relay-url-store-Dq3vpd95.js.map} +1 -1
  20. package/dist/totp-CQFmgOhM.js +3 -0
  21. package/dist/{totp-BIrJHsQn.js → totp-D0a8VwoR.js} +1 -1
  22. package/dist/{totp-BIrJHsQn.js.map → totp-D0a8VwoR.js.map} +1 -1
  23. package/dist/{tunnel-JuZ5_Pci.js → tunnel-CArP5y9b.js} +2 -2
  24. package/dist/{tunnel-JuZ5_Pci.js.map → tunnel-CArP5y9b.js.map} +1 -1
  25. package/dist/{tunnel-GieyWa22.cjs → tunnel-DwL0xizq.cjs} +2 -2
  26. package/dist/{tunnel-GieyWa22.cjs.map → tunnel-DwL0xizq.cjs.map} +1 -1
  27. package/dist/unplugin/index.cjs +1 -1
  28. package/dist/unplugin/index.js +1 -1
  29. package/dist/unplugin/tunnel.cjs +1 -1
  30. package/dist/unplugin/tunnel.js +1 -1
  31. package/package.json +1 -1
  32. package/dist/qr-http-server-Byk0Yjk_.cjs.map +0 -1
  33. package/dist/qr-http-server-D_Aj5Vq6.cjs.map +0 -1
  34. package/dist/qr-http-server-N4mX8GaC.js.map +0 -1
  35. package/dist/qr-http-server-kYvmlXlg.js.map +0 -1
  36. package/dist/totp-86i_CNqh.js +0 -3
@@ -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.60"
967
+ version: "0.1.61"
968
968
  }, { capabilities: { tools: {} } });
969
969
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
970
970
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -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.60";
26435
+ return "0.1.61";
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.60"]
30686
+ children: ["v", "0.1.61"]
30681
30687
  }),
30682
30688
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30683
30689
  type: "button",