@inspecto-dev/core 0.3.9 → 0.3.10
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.
|
@@ -2799,7 +2799,7 @@ function formatRuntimeRecord(record) {
|
|
|
2799
2799
|
|
|
2800
2800
|
// src/http.ts
|
|
2801
2801
|
import { INSPECTO_API_PATHS } from "@inspecto-dev/types";
|
|
2802
|
-
var BASE_URL = globalThis.__AI_INSPECTOR_SERVER_URL__ || "http://
|
|
2802
|
+
var BASE_URL = globalThis.__AI_INSPECTOR_SERVER_URL__ || "http://127.0.0.1:5678";
|
|
2803
2803
|
var _a;
|
|
2804
2804
|
var AI_BATCH_DISPATCH_PATH = (_a = INSPECTO_API_PATHS.AI_BATCH_DISPATCH) != null ? _a : "/inspecto/api/v1/ai/dispatch/annotations";
|
|
2805
2805
|
function setBaseUrl(url) {
|
|
@@ -5774,7 +5774,12 @@ function createAnnotateSidebarDom(shadowRoot) {
|
|
|
5774
5774
|
latestSessionRefreshButton.style.fontSize = "12px";
|
|
5775
5775
|
latestSessionRefreshButton.title = t("annotate.latestSession.refresh");
|
|
5776
5776
|
latestSessionRefreshButton.style.marginLeft = "auto";
|
|
5777
|
-
latestSessionHeader.append(
|
|
5777
|
+
latestSessionHeader.append(
|
|
5778
|
+
latestSessionTitle,
|
|
5779
|
+
latestSessionStatus,
|
|
5780
|
+
latestSessionMeta,
|
|
5781
|
+
latestSessionRefreshButton
|
|
5782
|
+
);
|
|
5778
5783
|
const latestSessionMessage = document.createElement("div");
|
|
5779
5784
|
latestSessionMessage.className = annotateSidebarTextClass;
|
|
5780
5785
|
latestSessionMessage.style.fontSize = "12px";
|
|
@@ -7413,4 +7418,4 @@ if (typeof customElements !== "undefined" && !customElements.get("inspecto-overl
|
|
|
7413
7418
|
export {
|
|
7414
7419
|
InspectoElement
|
|
7415
7420
|
};
|
|
7416
|
-
//# sourceMappingURL=component-
|
|
7421
|
+
//# sourceMappingURL=component-SDAMNKDH.js.map
|