@ait-co/devtools 0.1.64 → 0.1.66

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.64"
967
+ version: "0.1.66"
968
968
  }, { capabilities: { tools: {} } });
969
969
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
970
970
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -25365,6 +25365,8 @@ const en = {
25365
25365
  "notifications.option.newAgreement": "newAgreement (first-time agree)",
25366
25366
  "notifications.option.alreadyAgreed": "alreadyAgreed (already opted-in)",
25367
25367
  "notifications.option.agreementRejected": "agreementRejected (user declined)",
25368
+ "dashboard.lang.ko": "한국어",
25369
+ "dashboard.lang.en": "English",
25368
25370
  "dashboard.title": "AIT Debug Dashboard",
25369
25371
  "dashboard.updated": "Last updated: {ts}",
25370
25372
  "dashboard.tunnel.section": "Tunnel status",
@@ -25572,6 +25574,8 @@ const ko = {
25572
25574
  "notifications.option.newAgreement": "newAgreement (최초 동의)",
25573
25575
  "notifications.option.alreadyAgreed": "alreadyAgreed (이미 동의됨)",
25574
25576
  "notifications.option.agreementRejected": "agreementRejected (사용자 거절)",
25577
+ "dashboard.lang.ko": "한국어",
25578
+ "dashboard.lang.en": "English",
25575
25579
  "dashboard.title": "AIT 디버그 Dashboard",
25576
25580
  "dashboard.updated": "마지막 갱신: {ts}",
25577
25581
  "dashboard.tunnel.section": "터널 상태",
@@ -26432,7 +26436,7 @@ function readGlobalString(key) {
26432
26436
  }
26433
26437
  const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
26434
26438
  function getVersion() {
26435
- return "0.1.64";
26439
+ return "0.1.66";
26436
26440
  }
26437
26441
  let panelVisibleSince = null;
26438
26442
  let accumulatedMs = 0;
@@ -30683,7 +30687,7 @@ function Panel() {
30683
30687
  color: "#666",
30684
30688
  fontWeight: 400
30685
30689
  },
30686
- children: ["v", "0.1.64"]
30690
+ children: ["v", "0.1.66"]
30687
30691
  }),
30688
30692
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30689
30693
  type: "button",