@ait-co/devtools 0.1.66 → 0.1.67

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.
@@ -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.66"
967
+ version: "0.1.67"
968
968
  }, { capabilities: { tools: {} } });
969
969
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
970
970
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -25376,6 +25376,8 @@ const en = {
25376
25376
  "dashboard.attach.hint": "Call the build_attach_url MCP tool to show the QR here.",
25377
25377
  "dashboard.pages.section": "Connected Pages",
25378
25378
  "dashboard.pages.empty": "No attached pages",
25379
+ "dashboard.url.copy": "Copy",
25380
+ "dashboard.url.copied": "Copied",
25379
25381
  "attach.title": "AIT Debug Session — QR Scan",
25380
25382
  "attach.deployment": "deployment: {label}",
25381
25383
  "attach.steps.section": "How to scan",
@@ -25585,6 +25587,8 @@ const ko = {
25585
25587
  "dashboard.attach.hint": "build_attach_url MCP tool을 호출하면 QR이 여기에 표시됩니다.",
25586
25588
  "dashboard.pages.section": "연결된 Pages",
25587
25589
  "dashboard.pages.empty": "attach된 페이지 없음",
25590
+ "dashboard.url.copy": "복사",
25591
+ "dashboard.url.copied": "복사됨",
25588
25592
  "attach.title": "AIT 디버그 세션 — QR 스캔",
25589
25593
  "attach.deployment": "deployment: {label}",
25590
25594
  "attach.steps.section": "스캔 절차",
@@ -26436,7 +26440,7 @@ function readGlobalString(key) {
26436
26440
  }
26437
26441
  const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
26438
26442
  function getVersion() {
26439
- return "0.1.66";
26443
+ return "0.1.67";
26440
26444
  }
26441
26445
  let panelVisibleSince = null;
26442
26446
  let accumulatedMs = 0;
@@ -30687,7 +30691,7 @@ function Panel() {
30687
30691
  color: "#666",
30688
30692
  fontWeight: 400
30689
30693
  },
30690
- children: ["v", "0.1.66"]
30694
+ children: ["v", "0.1.67"]
30691
30695
  }),
30692
30696
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30693
30697
  type: "button",