skydive-cli 0.3.0-beta.823 → 0.3.0-beta.839
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.
package/dist/js/bin.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { C as setActiveWorkspace, S as listWorkspaces, T as version, _ as themes, b as getActiveWorkspaceId, o as brandHelpArt, t as installCrashHandler, w as name, x as getSessionIdentity, y as ensureActiveOrganization } from "./install-
|
|
2
|
+
import { C as setActiveWorkspace, S as listWorkspaces, T as version, _ as themes, b as getActiveWorkspaceId, o as brandHelpArt, t as installCrashHandler, w as name, x as getSessionIdentity, y as ensureActiveOrganization } from "./install-BFRPMDz_.mjs";
|
|
3
3
|
import { A as getStoredApiKeyWorkspaceName, C as getLastSeenVersion, F as resolveManagementAuth, I as resolveSession, M as resolveAppUrl, N as resolveChatAuth, O as getShareMachineDefault, P as resolveConfig, R as saveConfig, S as getConfigPath, T as getPromptHistoryPath, V as setLastSeenVersion, _ as API_KEY_PREFIX, b as PREFERENCES, g as API_KEY_FAMILY_PREFIX, h as API_KEYS_URL, i as resolveAgent, j as getUpdateCheckDisabled, k as getStoredApiKeyId, v as DEFAULT_API_URL, w as getPreference, x as deleteConfig, z as saveSession } from "./print-Bs_6CrTC.mjs";
|
|
4
4
|
import { n as printError, r as printTable, t as output } from "./output-DYzzdXYV.mjs";
|
|
5
5
|
import { n as createRestClient, t as HttpError } from "./rest-BlN_uWmL.mjs";
|
|
@@ -1504,7 +1504,7 @@ const importCommand = {
|
|
|
1504
1504
|
process.exit(1);
|
|
1505
1505
|
}
|
|
1506
1506
|
}
|
|
1507
|
-
const { runChat } = await import("./boot-
|
|
1507
|
+
const { runChat } = await import("./boot-D6SjZGWK.mjs");
|
|
1508
1508
|
await runChat({
|
|
1509
1509
|
appUrl,
|
|
1510
1510
|
sessionToken: session.value.sessionToken,
|
|
@@ -1916,7 +1916,7 @@ const chatCommand = {
|
|
|
1916
1916
|
sessionToken: auth.value.token,
|
|
1917
1917
|
agentSelector: argv.agent ?? null
|
|
1918
1918
|
});
|
|
1919
|
-
const { runChat } = await import("./boot-
|
|
1919
|
+
const { runChat } = await import("./boot-D6SjZGWK.mjs");
|
|
1920
1920
|
await runChat({
|
|
1921
1921
|
appUrl: auth.value.appUrl,
|
|
1922
1922
|
sessionToken: auth.value.token,
|
|
@@ -2263,7 +2263,7 @@ const switchCommand = {
|
|
|
2263
2263
|
printError("The workspace picker needs the Bun runtime and it could not be set up automatically. Pass a workspace slug instead, or install Bun and retry.");
|
|
2264
2264
|
process.exit(1);
|
|
2265
2265
|
}
|
|
2266
|
-
const { runWorkspacePicker } = await import("./boot-
|
|
2266
|
+
const { runWorkspacePicker } = await import("./boot-D6SjZGWK.mjs");
|
|
2267
2267
|
await runWorkspacePicker(session);
|
|
2268
2268
|
return;
|
|
2269
2269
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { C as setActiveWorkspace, S as listWorkspaces, a as WORDMARK, b as getActiveWorkspaceId, c as applyTheme, d as noColorRequested, f as theme, g as themeVersion, h as themeModeFromColorFgBg, i as MARK_CELLS, l as findTheme, m as themeMode, n as buildCrashReport, p as themeForMode, r as writeCrashReport, s as DEFAULT_THEME_ID, t as installCrashHandler, u as monoTheme, v as themesForMode } from "./install-
|
|
2
|
+
import { C as setActiveWorkspace, S as listWorkspaces, a as WORDMARK, b as getActiveWorkspaceId, c as applyTheme, d as noColorRequested, f as theme, g as themeVersion, h as themeModeFromColorFgBg, i as MARK_CELLS, l as findTheme, m as themeMode, n as buildCrashReport, p as themeForMode, r as writeCrashReport, s as DEFAULT_THEME_ID, t as installCrashHandler, u as monoTheme, v as themesForMode } from "./install-BFRPMDz_.mjs";
|
|
3
3
|
import { B as saveTheme, D as getSavedTheme, E as getReviewStateDir, L as resolveWebUrl, S as getConfigPath, c as cardActionErrorMessage, d as reconcileMaskedInput, f as resolveConnectUrl, i as resolveAgent, l as parseExternalOauthConnectParams, m as specKeyFor, p as parseConnectCard, s as MASK_CHAR, u as parseOauthConnectParams, v as DEFAULT_API_URL, y as DEFAULT_APP_URL } from "./print-Bs_6CrTC.mjs";
|
|
4
4
|
import { a as errorMessage, i as sendErrorMessage, n as createRestClient, o as isRecord, r as errorDetail, t as HttpError } from "./rest-BlN_uWmL.mjs";
|
|
5
5
|
import { t as PortalClient } from "./client-Dc7GZ3PG.mjs";
|
|
@@ -11539,6 +11539,7 @@ function ToastView() {
|
|
|
11539
11539
|
maxWidth: Math.min(60, Math.max(20, width - 6)),
|
|
11540
11540
|
border: true,
|
|
11541
11541
|
borderColor: toastColor(toast.variant),
|
|
11542
|
+
backgroundColor: theme.surface ?? "#1a1a1a",
|
|
11542
11543
|
paddingLeft: 1,
|
|
11543
11544
|
paddingRight: 1
|
|
11544
11545
|
},
|