@ait-co/devtools 0.1.98 → 0.1.99

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 (32) hide show
  1. package/dist/mcp/cli.js +19 -5
  2. package/dist/mcp/cli.js.map +1 -1
  3. package/dist/mcp/server.js +1 -1
  4. package/dist/panel/index.js +18 -4
  5. package/dist/panel/index.js.map +1 -1
  6. package/dist/{qr-http-server-BpQD4s--.js → qr-http-server-B1fmICC4.js} +17 -3
  7. package/dist/qr-http-server-B1fmICC4.js.map +1 -0
  8. package/dist/{qr-http-server-D0Z1RPyL.cjs → qr-http-server-C9NUBysQ.cjs} +17 -3
  9. package/dist/qr-http-server-C9NUBysQ.cjs.map +1 -0
  10. package/dist/{qr-http-server-DOtrPEuO.cjs → qr-http-server-Clvk1weS.cjs} +17 -3
  11. package/dist/qr-http-server-Clvk1weS.cjs.map +1 -0
  12. package/dist/{qr-http-server-CtMI4lpz.js → qr-http-server-ofopTUL-.js} +17 -3
  13. package/dist/qr-http-server-ofopTUL-.js.map +1 -0
  14. package/dist/{tunnel-B_MKEH5C.cjs → tunnel-BmDfjkQI.cjs} +2 -2
  15. package/dist/{tunnel-B_MKEH5C.cjs.map → tunnel-BmDfjkQI.cjs.map} +1 -1
  16. package/dist/{tunnel-a4f_xQ4X.js → tunnel-C_qpse3-.js} +2 -2
  17. package/dist/{tunnel-a4f_xQ4X.js.map → tunnel-C_qpse3-.js.map} +1 -1
  18. package/dist/unplugin/index.cjs +22 -5
  19. package/dist/unplugin/index.cjs.map +1 -1
  20. package/dist/unplugin/index.d.cts +14 -0
  21. package/dist/unplugin/index.d.cts.map +1 -1
  22. package/dist/unplugin/index.d.ts +14 -0
  23. package/dist/unplugin/index.d.ts.map +1 -1
  24. package/dist/unplugin/index.js +22 -5
  25. package/dist/unplugin/index.js.map +1 -1
  26. package/dist/unplugin/tunnel.cjs +1 -1
  27. package/dist/unplugin/tunnel.js +1 -1
  28. package/package.json +1 -1
  29. package/dist/qr-http-server-BpQD4s--.js.map +0 -1
  30. package/dist/qr-http-server-CtMI4lpz.js.map +0 -1
  31. package/dist/qr-http-server-D0Z1RPyL.cjs.map +0 -1
  32. package/dist/qr-http-server-DOtrPEuO.cjs.map +0 -1
@@ -968,7 +968,7 @@ function createDevServer(deps = {}) {
968
968
  const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
969
969
  const server = new Server({
970
970
  name: "ait-devtools",
971
- version: "0.1.98"
971
+ version: "0.1.99"
972
972
  }, { capabilities: { tools: {} } });
973
973
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
974
974
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -25424,8 +25424,15 @@ const en = {
25424
25424
  "launcher.diagTitle": "Viewport diagnostics",
25425
25425
  "launcher.diagYes": "yes",
25426
25426
  "launcher.diagNo": "no",
25427
- "launcher.letterboxDetected": "Letterbox correction +{pt}pt applied using full screen height.",
25427
+ "launcher.letterboxDetected": "An iOS viewport constraint may clip the bottom {pt}pt — rotating to landscape and back to portrait may resolve it.",
25428
25428
  "launcher.letterboxClipped": "An iOS viewport bug makes the bottom {pt}pt unusable — rotating to landscape and back to portrait may recover it.",
25429
+ "launcher.diagVerdictLabel": "Verdict reason",
25430
+ "launcher.diagSafeAreaTrace": "top re-measure trace",
25431
+ "launcher.diagVerdict.detected": "✓ letterbox correction",
25432
+ "launcher.diagVerdict.notStandalone": "not standalone",
25433
+ "launcher.diagVerdict.landscape": "landscape",
25434
+ "launcher.diagVerdict.shortfallTooSmall": "shortfall too small",
25435
+ "launcher.diagVerdict.safeAreaTopZero": "top=0 (env() stale?)",
25429
25436
  "launcher.navbar.defaultTitle": "Mini App",
25430
25437
  "launcher.navbar.back": "Back",
25431
25438
  "launcher.navbar.menu": "Menu",
@@ -25663,8 +25670,15 @@ const ko = {
25663
25670
  "launcher.diagTitle": "뷰포트 진단",
25664
25671
  "launcher.diagYes": "예",
25665
25672
  "launcher.diagNo": "아니요",
25666
- "launcher.letterboxDetected": "letterbox 보정 +{pt}pt 적용됨화면 전체를 사용합니다.",
25673
+ "launcher.letterboxDetected": "iOS 뷰포트 제약으로 화면 아래 {pt}pt 잘릴 수 있습니다 기기를 가로로 돌렸다 세로로 복귀하면 해소될 수 있어요.",
25667
25674
  "launcher.letterboxClipped": "iOS 뷰포트 버그로 화면 아래 {pt}pt를 쓸 수 없습니다 — 기기를 가로로 돌렸다 세로로 돌리면 복구될 수 있어요.",
25675
+ "launcher.diagVerdictLabel": "판정 사유",
25676
+ "launcher.diagSafeAreaTrace": "top 재측정 추이",
25677
+ "launcher.diagVerdict.detected": "✓ letterbox 보정",
25678
+ "launcher.diagVerdict.notStandalone": "홈 화면 앱 아님",
25679
+ "launcher.diagVerdict.landscape": "가로 모드",
25680
+ "launcher.diagVerdict.shortfallTooSmall": "높이 차이 미달",
25681
+ "launcher.diagVerdict.safeAreaTopZero": "top=0 (env() stale?)",
25668
25682
  "launcher.navbar.defaultTitle": "미니앱",
25669
25683
  "launcher.navbar.back": "뒤로가기",
25670
25684
  "launcher.navbar.menu": "메뉴",
@@ -26561,7 +26575,7 @@ function readGlobalString(key) {
26561
26575
  }
26562
26576
  const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
26563
26577
  function getVersion() {
26564
- return "0.1.98";
26578
+ return "0.1.99";
26565
26579
  }
26566
26580
  let panelVisibleSince = null;
26567
26581
  let accumulatedMs = 0;
@@ -30847,7 +30861,7 @@ function Panel() {
30847
30861
  color: "#666",
30848
30862
  fontWeight: 400
30849
30863
  },
30850
- children: ["v", "0.1.98"]
30864
+ children: ["v", "0.1.99"]
30851
30865
  }),
30852
30866
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30853
30867
  type: "button",