skydive-cli 0.5.0 → 0.6.0-beta.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.
package/dist/js/bin.mjs CHANGED
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
- import { c as version, s as name, t as createRestClient } from "./rest-B9__Zsuk.mjs";
3
- import { B as resolveSession$1, C as deleteConfig, D as getPreference, E as getLastSeenVersion, G as setLastSeenVersion, H as saveConfig, I as resolveAppUrl, L as resolveChatAuth, M as getStoredApiKeyId, N as getStoredApiKeyWorkspaceName, O as getPromptHistoryPath, P as getUpdateCheckDisabled, R as resolveConfig, S as PREFERENCES, T as getDefaultAgent, U as saveSession, _ as API_KEYS_URL, b as DEFAULT_API_URL, i as resolveAgent$1, j as getShareMachineDefault, v as API_KEY_FAMILY_PREFIX, w as getConfigPath, y as API_KEY_PREFIX, z as resolveManagementAuth } from "./print-D_UEjdSw.mjs";
4
- import { A as installAgentAlias, B as resolveWorkspaceId, D as machineOsFromPlatform, E as buildImportSeedPrompt, F as detectShell, I as ensureActiveOrganization, L as getActiveWorkspaceId, M as takenAliasNames, N as SUPPORTED_SHELLS, O as aliasActivationHint, P as defaultInstallEnv, R as getSessionIdentity, V as setActiveWorkspace, c as getAutomaticLogsDir, j as slugifyAliasName, k as dedupeAliasName, l as maybeStartProfiling, o as brandHelpArt, t as installCrashHandler, u as profileDir, w as themes, z as listWorkspaces } from "./install-CtAVvERm.mjs";
2
+ import { c as version, s as name, t as createRestClient } from "./rest-B2bynGwY.mjs";
3
+ import { B as resolveSession$1, C as deleteConfig, D as getPreference, E as getLastSeenVersion, G as setLastSeenVersion, H as saveConfig, I as resolveAppUrl, L as resolveChatAuth, M as getStoredApiKeyId, N as getStoredApiKeyWorkspaceName, O as getPromptHistoryPath, P as getUpdateCheckDisabled, R as resolveConfig, S as PREFERENCES, T as getDefaultAgent, U as saveSession, _ as API_KEYS_URL, b as DEFAULT_API_URL, i as resolveAgent$1, j as getShareMachineDefault, v as API_KEY_FAMILY_PREFIX, w as getConfigPath, y as API_KEY_PREFIX, z as resolveManagementAuth } from "./print-CPBx8690.mjs";
4
+ import { A as installAgentAlias, B as resolveWorkspaceId, D as machineOsFromPlatform, E as buildImportSeedPrompt, F as detectShell, I as ensureActiveOrganization, L as getActiveWorkspaceId, M as takenAliasNames, N as SUPPORTED_SHELLS, O as aliasActivationHint, P as defaultInstallEnv, R as getSessionIdentity, V as setActiveWorkspace, c as getAutomaticLogsDir, j as slugifyAliasName, k as dedupeAliasName, l as maybeStartProfiling, o as brandHelpArt, t as installCrashHandler, u as profileDir, w as themes, z as listWorkspaces } from "./install-Bg_9I2-2.mjs";
5
5
  import { n as printError, r as printTable, t as output } from "./output-C9mb3sUB.mjs";
6
6
  import { t as HttpError } from "./http-error-BF2NZZE3.mjs";
7
7
  import "./billing-blocked-D3l5kJlX.mjs";
8
- import { a as resolveMachineIdentity } from "./client--k9cjfkX.mjs";
8
+ import { a as resolveMachineIdentity } from "./client-B-5eaVyt.mjs";
9
9
  import "./tls-cert-Rua2oV7n.mjs";
10
10
  import { i as grantPortalAccess, n as fetchPortalDevices, o as registerPortalDevice, r as findThisDevice, s as revokePortalAccess } from "./api-BFQ4PQDA.mjs";
11
- import { d as daemonPaths, i as queryDaemonStatus, n as ensureDaemonRunning, s as stopDaemon, u as PORTAL_DAEMON_FLAG } from "./daemon-Do1jU2UF.mjs";
11
+ import { d as daemonPaths, i as queryDaemonStatus, n as ensureDaemonRunning, s as stopDaemon, u as PORTAL_DAEMON_FLAG } from "./daemon-CLc3zjcv.mjs";
12
12
  import { a as encodeFsRequest, i as decodeFsResponse, n as SANDBOX_STREAM_PATH, r as streamSpecToQuery, t as SandboxStream } from "./client-Btq6bMzX.mjs";
13
13
  import { hideBin } from "yargs/helpers";
14
14
  import yargs from "yargs";
@@ -1584,7 +1584,7 @@ const importCommand = {
1584
1584
  process.exit(1);
1585
1585
  }
1586
1586
  }
1587
- const { runChat } = await import("./boot-DD4T-61U.mjs");
1587
+ const { runChat } = await import("./boot-BEvwMeO6.mjs");
1588
1588
  await runChat({
1589
1589
  appUrl,
1590
1590
  sessionToken: session.value.sessionToken,
@@ -1614,7 +1614,7 @@ async function runImportPrintMode({ argv, appUrl }) {
1614
1614
  printError(`${session.error.message} For non-interactive use, run \`skydive auth login --web\` first, or set SKYDIVE_SESSION_TOKEN.`);
1615
1615
  process.exit(1);
1616
1616
  }
1617
- const { connectMachineShare } = await import("./print-share-Cz0EO2RK.mjs");
1617
+ const { connectMachineShare } = await import("./print-share-DW5pHVDz.mjs");
1618
1618
  const machineShare = await connectMachineShare({
1619
1619
  appUrl,
1620
1620
  sessionToken: session.value.sessionToken,
@@ -1622,7 +1622,7 @@ async function runImportPrintMode({ argv, appUrl }) {
1622
1622
  });
1623
1623
  const extra = (argv.print ?? "").trim();
1624
1624
  const prompt = buildImportSeedPrompt(process.cwd(), machineOsFromPlatform(process.platform)) + (extra ? `\n\nAdditional instructions: ${extra}` : "");
1625
- const { runPrint } = await import("./print-Bx8qUC9U.mjs");
1625
+ const { runPrint } = await import("./print-CT1G1LeA.mjs");
1626
1626
  try {
1627
1627
  const result = await runPrint({
1628
1628
  appUrl,
@@ -2029,7 +2029,7 @@ const chatCommand = {
2029
2029
  sessionToken: auth.value.token,
2030
2030
  agentSelector: argv.agent ?? null
2031
2031
  });
2032
- const { runChat } = await import("./boot-DD4T-61U.mjs");
2032
+ const { runChat } = await import("./boot-BEvwMeO6.mjs");
2033
2033
  await runChat({
2034
2034
  appUrl: auth.value.appUrl,
2035
2035
  sessionToken: auth.value.token,
@@ -2113,7 +2113,7 @@ async function runPrintMode({ argv, appUrl }) {
2113
2113
  printError(`${auth.error.message} For non-interactive use, run \`skydive auth login\` first, or set SKYDIVE_API_KEY / SKYDIVE_SESSION_TOKEN.`);
2114
2114
  process.exit(1);
2115
2115
  }
2116
- const { runPrint, readStdin } = await import("./print-Bx8qUC9U.mjs");
2116
+ const { runPrint, readStdin } = await import("./print-CT1G1LeA.mjs");
2117
2117
  const workspaceId = await resolveWorkspaceFlag({
2118
2118
  appUrl,
2119
2119
  sessionToken: auth.value.token,
@@ -2143,7 +2143,7 @@ async function runPrintMode({ argv, appUrl }) {
2143
2143
  process.exit(1);
2144
2144
  }
2145
2145
  } else {
2146
- const { connectMachineShare } = await import("./print-share-Cz0EO2RK.mjs");
2146
+ const { connectMachineShare } = await import("./print-share-DW5pHVDz.mjs");
2147
2147
  machineShare = await connectMachineShare({
2148
2148
  appUrl: auth.value.appUrl,
2149
2149
  sessionToken: auth.value.token,
@@ -2208,7 +2208,7 @@ const getCommand$1 = {
2208
2208
  printError(`${auth.error.message} Run \`skydive auth login\` first, or set SKYDIVE_API_KEY / SKYDIVE_SESSION_TOKEN.`);
2209
2209
  process.exit(1);
2210
2210
  }
2211
- const { messageGet } = await import("./print-Bx8qUC9U.mjs");
2211
+ const { messageGet } = await import("./print-CT1G1LeA.mjs");
2212
2212
  try {
2213
2213
  const result = await messageGet({
2214
2214
  appUrl: auth.value.appUrl,
@@ -2411,7 +2411,7 @@ const switchCommand = {
2411
2411
  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.");
2412
2412
  process.exit(1);
2413
2413
  }
2414
- const { runWorkspacePicker } = await import("./boot-DD4T-61U.mjs");
2414
+ const { runWorkspacePicker } = await import("./boot-BEvwMeO6.mjs");
2415
2415
  await runWorkspacePicker(session);
2416
2416
  return;
2417
2417
  }
@@ -2490,7 +2490,7 @@ const openCommand = {
2490
2490
  const agent = argv.agent ? resolveAgent$1((await fetchPortalDevices(session)).agents, argv.agent) : null;
2491
2491
  const cwd = argv.cwd ? path.resolve(argv.cwd) : process.cwd();
2492
2492
  const { machineName } = await resolveMachineIdentity(null);
2493
- const { PortalDaemonClient } = await import("./daemon-client-C7nE-lLK.mjs");
2493
+ const { PortalDaemonClient } = await import("./daemon-client-pYWyRTyi.mjs");
2494
2494
  let lastLine = "";
2495
2495
  let signalConnected;
2496
2496
  const connected = new Promise((resolve) => {
@@ -2847,8 +2847,8 @@ const sandboxCommand = {
2847
2847
  }).example("skydive sandbox --agent grace", "Live terminal (Ctrl-] detaches)").example("skydive sandbox --agent grace -- tail -n 50 /tmp/harness.log", "One-shot command (use `--` so its flags reach the sandbox)").example("skydive sandbox --agent grace -- sh -c 'ls /tmp | wc -l'", "Shell features go through an explicit `sh -c`"),
2848
2848
  handler: async (argv) => {
2849
2849
  const session = requireSession(argv);
2850
- const { createRestClient } = await import("./rest-Dc0EEok3.mjs");
2851
- const { resolveAgent } = await import("./print-Bx8qUC9U.mjs");
2850
+ const { createRestClient } = await import("./rest-DejyWmRu.mjs");
2851
+ const { resolveAgent } = await import("./print-CT1G1LeA.mjs");
2852
2852
  const client = createRestClient({
2853
2853
  appUrl: session.appUrl,
2854
2854
  sessionToken: session.sessionToken
@@ -3119,8 +3119,8 @@ const fsEditCommand = {
3119
3119
  handler: async (argv) => {
3120
3120
  const session = requireSession(argv);
3121
3121
  const remotePath = argv.path;
3122
- const { createRestClient } = await import("./rest-Dc0EEok3.mjs");
3123
- const { resolveAgent } = await import("./print-Bx8qUC9U.mjs");
3122
+ const { createRestClient } = await import("./rest-DejyWmRu.mjs");
3123
+ const { resolveAgent } = await import("./print-CT1G1LeA.mjs");
3124
3124
  const client = createRestClient({
3125
3125
  appUrl: session.appUrl,
3126
3126
  sessionToken: session.sessionToken
@@ -4573,7 +4573,7 @@ if (process.argv.includes(UPDATE_WORKER_FLAG)) {
4573
4573
  process.exit(0);
4574
4574
  }
4575
4575
  if (process.argv.includes(PORTAL_DAEMON_FLAG)) {
4576
- const { runPortalDaemon } = await import("./daemon-CCgNLD0H.mjs");
4576
+ const { runPortalDaemon } = await import("./daemon-ClXSvjcv.mjs");
4577
4577
  runPortalDaemon(process.argv);
4578
4578
  } else runCli();
4579
4579
  function runCli() {
@@ -1,15 +1,15 @@
1
1
  #!/usr/bin/env node
2
- import { a as errorMessage, i as sendErrorMessage, n as errorDetail, o as isRecord, t as createRestClient } from "./rest-B9__Zsuk.mjs";
3
- import { A as getSavedTheme, F as recordDefaultAgent, V as resolveWebUrl, W as saveTheme, b as DEFAULT_API_URL, c as cardActionErrorMessage, d as reconcileMaskedInput, f as resolveConnectUrl, g as specKeyFor, h as parseConnectCard, i as resolveAgent, k as getReviewStateDir, l as parseExternalOauthConnectParams, m as computeSettledLabel, p as composeQuestionAnswer, s as MASK_CHAR, u as parseOauthConnectParams, w as getConfigPath, x as DEFAULT_APP_URL } from "./print-D_UEjdSw.mjs";
4
- import { A as installAgentAlias, C as themeVersion, D as machineOsFromPlatform, F as detectShell, L as getActiveWorkspaceId, M as takenAliasNames, O as aliasActivationHint, S as themeModeFromColorFgBg, T as themesForMode, V as setActiveWorkspace, _ as monoTheme, a as WORDMARK, b as themeForMode, d as profilingEnabled, f as record, g as findTheme, h as applyTheme, i as MARK_CELLS, j as slugifyAliasName, k as dedupeAliasName, m as DEFAULT_THEME_ID, n as buildCrashReport, p as writeArtifact, r as writeCrashReport, s as splashFitsWidth, t as installCrashHandler, v as noColorRequested, x as themeMode, y as theme, z as listWorkspaces } from "./install-CtAVvERm.mjs";
2
+ import { a as errorMessage, i as sendErrorMessage, n as errorDetail, o as isRecord, t as createRestClient } from "./rest-B2bynGwY.mjs";
3
+ import { A as getSavedTheme, F as recordDefaultAgent, V as resolveWebUrl, W as saveTheme, b as DEFAULT_API_URL, c as cardActionErrorMessage, d as reconcileMaskedInput, f as resolveConnectUrl, g as specKeyFor, h as parseConnectCard, i as resolveAgent, k as getReviewStateDir, l as parseExternalOauthConnectParams, m as computeSettledLabel, p as composeQuestionAnswer, s as MASK_CHAR, u as parseOauthConnectParams, w as getConfigPath, x as DEFAULT_APP_URL } from "./print-CPBx8690.mjs";
4
+ import { A as installAgentAlias, C as themeVersion, D as machineOsFromPlatform, F as detectShell, L as getActiveWorkspaceId, M as takenAliasNames, O as aliasActivationHint, S as themeModeFromColorFgBg, T as themesForMode, V as setActiveWorkspace, _ as monoTheme, a as WORDMARK, b as themeForMode, d as profilingEnabled, f as record, g as findTheme, h as applyTheme, i as MARK_CELLS, j as slugifyAliasName, k as dedupeAliasName, m as DEFAULT_THEME_ID, n as buildCrashReport, p as writeArtifact, r as writeCrashReport, s as splashFitsWidth, t as installCrashHandler, v as noColorRequested, x as themeMode, y as theme, z as listWorkspaces } from "./install-Bg_9I2-2.mjs";
5
5
  import { t as HttpError } from "./http-error-BF2NZZE3.mjs";
6
6
  import { i as billingBlockedOutcomeFromSendResponse } from "./billing-blocked-D3l5kJlX.mjs";
7
- import { t as PortalClient } from "./client--k9cjfkX.mjs";
7
+ import { t as PortalClient } from "./client-B-5eaVyt.mjs";
8
8
  import { t as defaultTlsCertSource } from "./tls-cert-Rua2oV7n.mjs";
9
9
  import "./api-BFQ4PQDA.mjs";
10
- import "./daemon-Do1jU2UF.mjs";
10
+ import "./daemon-CLc3zjcv.mjs";
11
11
  import { t as SandboxStream } from "./client-Btq6bMzX.mjs";
12
- import { t as PortalDaemonClient } from "./daemon-client-Dvad009G.mjs";
12
+ import { t as PortalDaemonClient } from "./daemon-client-DSIb7j28.mjs";
13
13
  import { t as runRawPtyPassthrough } from "./raw-pty-D5PhKZSl.mjs";
14
14
  import * as os$1 from "node:os";
15
15
  import { homedir, platform, release, tmpdir } from "node:os";
@@ -8397,6 +8397,10 @@ const keybindGroups = [
8397
8397
  keys: "end",
8398
8398
  action: "jump to latest (when scrolled up)"
8399
8399
  },
8400
+ {
8401
+ keys: "ctrl+y",
8402
+ action: "jump back to your last message"
8403
+ },
8400
8404
  {
8401
8405
  keys: "click",
8402
8406
  action: "expand a folded plan card back to its finished rows"
@@ -9720,18 +9724,45 @@ function effortLabel(model, level) {
9720
9724
  //#endregion
9721
9725
  //#region src/chat/tui/screens/model-picker.tsx
9722
9726
  /**
9727
+ * A 404 from the pin route means the server predates it, not that the pick
9728
+ * failed: a canary CLI publishes minutes after its release push while the
9729
+ * API deploy on that same push takes far longer (ANY-8191, ANY-8202), so a
9730
+ * fresh canary can briefly call a route production doesn't serve yet. Fall
9731
+ * back to the agent-wide write the switcher used before pins existed — a
9732
+ * pick that lands with a notice beats a dead switcher.
9733
+ */
9734
+ async function withAgentFallback(pin, agentWide) {
9735
+ try {
9736
+ return {
9737
+ settled: await pin(),
9738
+ pinUnsupported: false
9739
+ };
9740
+ } catch (err) {
9741
+ if (!(err instanceof HttpError) || err.status !== 404) throw err;
9742
+ return {
9743
+ settled: await agentWide(),
9744
+ pinUnsupported: true
9745
+ };
9746
+ }
9747
+ }
9748
+ /**
9723
9749
  * In-chat model switcher (opened with ctrl+p, or `/model`). Rendered as an
9724
9750
  * overlay in place of the transcript+composer while the chat screen stays
9725
9751
  * mounted, so the conversation, input draft, and any live run survive picking
9726
9752
  * a model.
9727
9753
  *
9728
- * Selecting a model PATCHes the agent, which changes the model for the
9729
- * agent's next run (send carries no per-message model). `tab` on a reasoning
9730
- * model opens its effort list instead, which is also where `/effort` lands
9731
- * directly. Both callbacks hand the settled values back to the chat screen so
9732
- * its status line updates without a round-trip.
9754
+ * Where a pick LANDS depends on whether the conversation exists yet
9755
+ * (ANY-4652). In a live thread it pins the model to that thread alone, so the
9756
+ * other sessions you have open keep the model they were already using. Before
9757
+ * the first message there is no thread to pin, so the pick moves the agent's
9758
+ * own default and therefore seeds the conversation about to start — the
9759
+ * ChatGPT/Claude behaviour.
9760
+ *
9761
+ * `tab` on a reasoning model opens its effort list instead, which is also
9762
+ * where `/effort` lands directly. Both callbacks hand the settled values back
9763
+ * to the chat screen so its status line updates without a round-trip.
9733
9764
  */
9734
- function ModelPicker({ agentId, currentModel, currentEffort, modelLocked, initialView, onModelSelected, onEffortSelected, onCancel }) {
9765
+ function ModelPicker({ agentId, conversationId, currentModel, currentEffort, modelLocked, initialView, onModelSelected, onEffortSelected, onCancel }) {
9735
9766
  const rest = useStore((s) => s.rest);
9736
9767
  const [state, setState] = useState({ kind: "loading" });
9737
9768
  useEffect(() => {
@@ -9780,6 +9811,7 @@ function ModelPicker({ agentId, currentModel, currentEffort, modelLocked, initia
9780
9811
  modelLocked,
9781
9812
  initialView,
9782
9813
  agentId,
9814
+ conversationId,
9783
9815
  onModelSelected,
9784
9816
  onEffortSelected,
9785
9817
  onCancel
@@ -9811,7 +9843,7 @@ function ModelPickerFrame({ hint, children }) {
9811
9843
  ]
9812
9844
  });
9813
9845
  }
9814
- function ModelSwitcher({ models, initialSavedEfforts, currentModel, currentEffort, modelLocked, initialView, agentId, onModelSelected, onEffortSelected, onCancel }) {
9846
+ function ModelSwitcher({ models, initialSavedEfforts, currentModel, currentEffort, modelLocked, initialView, agentId, conversationId, onModelSelected, onEffortSelected, onCancel }) {
9815
9847
  const rest = useStore((s) => s.rest);
9816
9848
  const [savedEfforts, setSavedEfforts] = useState(initialSavedEfforts);
9817
9849
  const [view, setView] = useState(() => {
@@ -9847,14 +9879,24 @@ function ModelSwitcher({ models, initialSavedEfforts, currentModel, currentEffor
9847
9879
  setSaving(true);
9848
9880
  setSaveError(null);
9849
9881
  try {
9850
- const settled = await rest.updateAgentModel({
9882
+ const agentWide = () => rest.updateAgentModel({
9851
9883
  agentId,
9852
9884
  model: model.id,
9853
9885
  thinkingLevel: effort
9854
9886
  });
9887
+ const { settled, pinUnsupported } = conversationId ? await withAgentFallback(() => rest.setConversationModel({
9888
+ conversationId,
9889
+ agentId,
9890
+ model: model.id,
9891
+ thinkingLevel: effort
9892
+ }), agentWide) : {
9893
+ settled: await agentWide(),
9894
+ pinUnsupported: false
9895
+ };
9855
9896
  onModelSelected({
9856
9897
  model: settled.model ?? model.id,
9857
- effort: settled.thinkingLevel
9898
+ effort: settled.thinkingLevel,
9899
+ pinUnsupported
9858
9900
  });
9859
9901
  } catch (err) {
9860
9902
  failed(err);
@@ -9870,13 +9912,24 @@ function ModelSwitcher({ models, initialSavedEfforts, currentModel, currentEffor
9870
9912
  thinkingLevel: level
9871
9913
  });
9872
9914
  if (model.id === currentModel) {
9873
- await rest.updateAgentEffort({
9915
+ let pinUnsupported = false;
9916
+ if (conversationId) ({pinUnsupported} = await withAgentFallback(() => rest.setConversationModel({
9917
+ conversationId,
9918
+ agentId,
9919
+ model: model.id,
9920
+ thinkingLevel: level
9921
+ }), () => rest.updateAgentEffort({
9922
+ agentId,
9923
+ thinkingLevel: level
9924
+ })));
9925
+ else await rest.updateAgentEffort({
9874
9926
  agentId,
9875
9927
  thinkingLevel: level
9876
9928
  });
9877
9929
  onEffortSelected({
9878
9930
  effort: level,
9879
- label: effortLabel(model, level)
9931
+ label: effortLabel(model, level),
9932
+ pinUnsupported
9880
9933
  });
9881
9934
  return;
9882
9935
  }
@@ -13259,6 +13312,17 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
13259
13312
  });
13260
13313
  setScrolledUp(false);
13261
13314
  }, []);
13315
+ const jumpToLastOwnMessage = useCallback(() => {
13316
+ const box = scrollRef.current;
13317
+ if (!box) return;
13318
+ const prompt = promptForTranscriptIndex(itemsRef.current, itemsRef.current.length - 1);
13319
+ const row = prompt ? transcriptRowRefs.current.get(prompt.id)?.row : null;
13320
+ if (!row) return;
13321
+ box.scrollTo({
13322
+ x: box.scrollLeft,
13323
+ y: box.scrollTop + (row.screenY - box.viewport.screenY)
13324
+ });
13325
+ }, []);
13262
13326
  const scrolledUpRef = useRef(false);
13263
13327
  useEffect(() => {
13264
13328
  const id = setInterval(() => {
@@ -14961,7 +15025,7 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
14961
15025
  }
14962
15026
  if (cardPickerOpen || askPromptOpen || modelPickerOpen || themePickerOpen || prPickerOpen || helpOpen || creditsOpen || bgTasksOpen) return;
14963
15027
  if (grantPrompt) {
14964
- if (key.name === "y") {
15028
+ if (key.name === "y" && !key.ctrl) {
14965
15029
  confirmGrant();
14966
15030
  return;
14967
15031
  }
@@ -14971,7 +15035,7 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
14971
15035
  }
14972
15036
  }
14973
15037
  if (computePrompt) {
14974
- if (key.name === "y") {
15038
+ if (key.name === "y" && !key.ctrl) {
14975
15039
  decideCompute(computePrompt, "approve");
14976
15040
  return;
14977
15041
  }
@@ -14985,7 +15049,7 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
14985
15049
  }
14986
15050
  }
14987
15051
  if (restartConfirm) {
14988
- if (key.name === "y") {
15052
+ if (key.name === "y" && !key.ctrl) {
14989
15053
  setRestartConfirm(false);
14990
15054
  runRestartComputer();
14991
15055
  return;
@@ -15176,6 +15240,10 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
15176
15240
  jumpToBottom();
15177
15241
  return;
15178
15242
  }
15243
+ if (key.name === "y" && key.ctrl) {
15244
+ jumpToLastOwnMessage();
15245
+ return;
15246
+ }
15179
15247
  if (key.name === "c" && key.ctrl) {
15180
15248
  if (runRef.current.kind === "streaming") {
15181
15249
  cancelRun();
@@ -15302,6 +15370,7 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
15302
15370
  });
15303
15371
  if (modelPickerView) return /* @__PURE__ */ jsx(ModelPicker, {
15304
15372
  agentId: agent.id,
15373
+ conversationId,
15305
15374
  currentModel: model,
15306
15375
  currentEffort: effort,
15307
15376
  modelLocked,
@@ -15310,7 +15379,10 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
15310
15379
  setModel(next.model);
15311
15380
  setEffort(next.effort);
15312
15381
  setModelPickerView(null);
15313
- useStore.getState().showToast({
15382
+ useStore.getState().showToast(next.pinUnsupported ? {
15383
+ variant: "warning",
15384
+ message: `model changed to ${next.model} for all conversations — the server doesn't support per-conversation picks yet`
15385
+ } : {
15314
15386
  variant: "success",
15315
15387
  message: `model changed to ${next.model}`
15316
15388
  });
@@ -15318,7 +15390,10 @@ function ChatScreen({ agent, conversation, attachRunId, parentConversationId })
15318
15390
  onEffortSelected: (next) => {
15319
15391
  setEffort(next.effort);
15320
15392
  setModelPickerView(null);
15321
- useStore.getState().showToast({
15393
+ useStore.getState().showToast(next.pinUnsupported ? {
15394
+ variant: "warning",
15395
+ message: `effort changed to ${next.label} for all conversations — the server doesn't support per-conversation picks yet`
15396
+ } : {
15322
15397
  variant: "success",
15323
15398
  message: `effort changed to ${next.label}`
15324
15399
  });
@@ -160,7 +160,7 @@ function errorMessage(err) {
160
160
  * the commit time of the built tree is one monotonic clock they share.
161
161
  */
162
162
  function portalDaemonBuild() {
163
- return "1787785513";
163
+ return "1787949761";
164
164
  }
165
165
  /**
166
166
  * Whether a client carrying `mine` should replace a running daemon carrying
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env node
2
+ import { t as PortalClient } from "./client-B-5eaVyt.mjs";
3
+ import "./api-BFQ4PQDA.mjs";
4
+
5
+ export { PortalClient };
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { i as isRecord, n as isNewerBuild, r as portalDaemonBuild, t as PortalClient } from "./client--k9cjfkX.mjs";
2
+ import { i as isRecord, n as isNewerBuild, r as portalDaemonBuild, t as PortalClient } from "./client-B-5eaVyt.mjs";
3
3
  import { t as defaultTlsCertSource } from "./tls-cert-Rua2oV7n.mjs";
4
4
  import os from "node:os";
5
5
  import path from "node:path";
@@ -7,7 +7,7 @@ import { z } from "zod";
7
7
  import { spawn } from "node:child_process";
8
8
  import { createHash } from "node:crypto";
9
9
  import { connect, createServer } from "node:net";
10
- import { access, appendFile, mkdir, readFile, unlink, writeFile } from "node:fs/promises";
10
+ import { access, appendFile, mkdir, readFile, stat, unlink, writeFile } from "node:fs/promises";
11
11
 
12
12
  //#region ../portal-daemon/src/local-protocol.ts
13
13
  /**
@@ -336,6 +336,14 @@ function parseDaemonMessage(line) {
336
336
  /** Grace period after the last client detaches before the daemon exits. */
337
337
  const IDLE_SHUTDOWN_MS = 3e4;
338
338
  /**
339
+ * Cadence of the socket-ownership watch (see checkSocketOwnership). The
340
+ * singleton is enforced ONLY through the socket path, so this bounds how long
341
+ * a daemon can keep dialing after losing the path — the window in which a
342
+ * spawner can create a duplicate dialer. The server-side connect flap guard
343
+ * caps the damage inside that window.
344
+ */
345
+ const SOCKET_WATCH_TICK_MS = 3e4;
346
+ /**
339
347
  * Upper bound an incumbent daemon waits, during a graceful handoff, for the
340
348
  * successor to dial out and claim presence before giving up and releasing the
341
349
  * slot itself. Comfortably above a normal successor boot + WS dial (a few
@@ -358,17 +366,24 @@ var PortalDaemon = class {
358
366
  handingOff = false;
359
367
  sessionToken = null;
360
368
  deviceToken = null;
361
- constructor(appUrl) {
369
+ socketWatch = null;
370
+ socketId = null;
371
+ socketCheckRunning = false;
372
+ socketWatchTickMs;
373
+ exit;
374
+ constructor(appUrl, options) {
362
375
  this.appUrl = canonicalPortalAppUrl(appUrl);
363
376
  this.paths = daemonPaths(this.appUrl);
364
377
  this.fallbackCwd = process.env.HOME ?? process.cwd();
378
+ this.socketWatchTickMs = options?.socketWatchTickMs ?? SOCKET_WATCH_TICK_MS;
379
+ this.exit = options?.exit ?? (() => process.exit(0));
365
380
  }
366
381
  /** Start listening. Rejects if the socket is already held by another daemon. */
367
382
  async listen() {
368
383
  await mkdir(this.paths.dir, { recursive: true });
369
384
  await this.loadState();
370
385
  await this.clearStaleSocket();
371
- return new Promise((resolve, reject) => {
386
+ await new Promise((resolve, reject) => {
372
387
  const server = createServer((socket) => this.onClientConnect(socket));
373
388
  server.on("error", reject);
374
389
  server.listen(this.paths.socketPath, () => {
@@ -377,6 +392,102 @@ var PortalDaemon = class {
377
392
  resolve();
378
393
  });
379
394
  });
395
+ await this.recordSocketIdentity();
396
+ this.startSocketWatch();
397
+ }
398
+ /**
399
+ * Remember which socket FILE we bound (dev+ino), so the watch can tell "our
400
+ * file is still there" from "someone re-created the path" — the path alone
401
+ * can't: a duplicate daemon's fresh socket lives at the identical path.
402
+ */
403
+ async recordSocketIdentity() {
404
+ const s = await stat(this.paths.socketPath);
405
+ this.socketId = {
406
+ dev: s.dev,
407
+ ino: s.ino
408
+ };
409
+ }
410
+ /**
411
+ * The singleton is enforced ONLY through the socket path — status, stop, and
412
+ * newest-build takeover all reach a daemon by connecting to it. If the file
413
+ * vanishes under us (the OS tmp cleaner purges /var/folders temp items that
414
+ * haven't been touched in days; the daemon holds the bound fd and never
415
+ * notices), this daemon keeps its portal connection and its attached clients
416
+ * but becomes unreachable and unmanageable: every new `skydive` spawn finds
417
+ * no socket and starts a DUPLICATE daemon, and the two fight a supersede war
418
+ * over the machine's presence slot (the 2026-08-25 flap loop). So the daemon
419
+ * re-verifies its claim on a timer: re-bind if the path is free, stand down
420
+ * if another daemon beat us to it.
421
+ */
422
+ startSocketWatch() {
423
+ this.socketWatch = setInterval(() => {
424
+ if (this.socketCheckRunning) return;
425
+ this.socketCheckRunning = true;
426
+ this.checkSocketOwnership().catch((error) => this.logError("socket ownership check failed", error)).finally(() => {
427
+ this.socketCheckRunning = false;
428
+ });
429
+ }, this.socketWatchTickMs);
430
+ this.socketWatch.unref();
431
+ }
432
+ stopSocketWatch() {
433
+ if (this.socketWatch) {
434
+ clearInterval(this.socketWatch);
435
+ this.socketWatch = null;
436
+ }
437
+ }
438
+ async checkSocketOwnership() {
439
+ if (!this.server || this.handingOff) return;
440
+ const current = await stat(this.paths.socketPath).catch(() => null);
441
+ if (current && this.socketId && current.dev === this.socketId.dev && current.ino === this.socketId.ino) return;
442
+ if (current) {
443
+ this.logInfo("control socket path is owned by another daemon; standing down");
444
+ this.standDown();
445
+ return;
446
+ }
447
+ try {
448
+ await this.rebindSocket();
449
+ this.logInfo("control socket file vanished (tmp cleaner?); re-bound");
450
+ } catch (error) {
451
+ this.logError("control socket re-bind failed; standing down", error);
452
+ this.standDown();
453
+ }
454
+ }
455
+ /**
456
+ * Re-create the socket file at our path. The old server object keeps serving
457
+ * its ESTABLISHED connections (close() only stops accepting), so attached
458
+ * clients ride through the swap; only the listener moves to the new file.
459
+ */
460
+ async rebindSocket() {
461
+ const old = this.server;
462
+ this.server = null;
463
+ old?.close();
464
+ await mkdir(this.paths.dir, { recursive: true });
465
+ await new Promise((resolve, reject) => {
466
+ const server = createServer((socket) => this.onClientConnect(socket));
467
+ server.on("error", reject);
468
+ server.listen(this.paths.socketPath, () => {
469
+ this.server = server;
470
+ resolve();
471
+ });
472
+ });
473
+ await this.recordSocketIdentity();
474
+ }
475
+ /**
476
+ * This daemon lost the singleton claim: tear everything down and exit.
477
+ * Attached clients see their control socket close and re-attach through the
478
+ * path — reaching whichever daemon owns it now (or spawning a fresh one) —
479
+ * so the machine converges on a single dialer instead of a supersede war.
480
+ */
481
+ standDown() {
482
+ this.stopSocketWatch();
483
+ for (const conn of this.conns) try {
484
+ conn.socket.destroy();
485
+ } catch (_error) {}
486
+ this.conns.clear();
487
+ this.client?.dispose();
488
+ this.server?.close();
489
+ this.server = null;
490
+ this.exit();
380
491
  }
381
492
  async clearStaleSocket() {
382
493
  if (!await pathExists(this.paths.socketPath)) return;
@@ -560,15 +671,17 @@ var PortalDaemon = class {
560
671
  /** Close the listener without exiting the process (tests own the process). */
561
672
  stopForTest() {
562
673
  this.clearIdleTimer();
674
+ this.stopSocketWatch();
563
675
  this.client?.dispose();
564
676
  this.server?.close();
565
677
  this.server = null;
566
678
  }
567
679
  shutdown() {
568
680
  if (this.conns.size > 0) return;
681
+ this.stopSocketWatch();
569
682
  this.client?.dispose();
570
683
  this.server?.close();
571
- process.exit(0);
684
+ this.exit();
572
685
  }
573
686
  /** Snapshot for a `status` control request. */
574
687
  statusResult() {
@@ -597,13 +710,7 @@ var PortalDaemon = class {
597
710
  * their live exec/tunnel relays), drops the portal connection, and exits.
598
711
  */
599
712
  forceShutdown() {
600
- for (const conn of this.conns) try {
601
- conn.socket.destroy();
602
- } catch (_error) {}
603
- this.conns.clear();
604
- this.client?.dispose();
605
- this.server?.close();
606
- process.exit(0);
713
+ this.standDown();
607
714
  }
608
715
  /**
609
716
  * Graceful takeover step-down (a newer daemon is replacing us). Unlike
@@ -624,6 +731,7 @@ var PortalDaemon = class {
624
731
  async gracefulHandoffShutdown() {
625
732
  if (this.handingOff) return;
626
733
  this.handingOff = true;
734
+ this.stopSocketWatch();
627
735
  for (const conn of this.conns) try {
628
736
  conn.socket.destroy();
629
737
  } catch (_error) {}
@@ -634,7 +742,7 @@ var PortalDaemon = class {
634
742
  await this.client.beginHandoff(HANDOFF_MAX_WAIT_MS);
635
743
  this.client.dispose();
636
744
  }
637
- process.exit(0);
745
+ this.exit();
638
746
  }
639
747
  async loadState() {
640
748
  try {
@@ -718,7 +826,7 @@ function runPortalDaemon(argv) {
718
826
  * CLI's re-exec entry above and the standalone `main.ts` entry.
719
827
  */
720
828
  function startPortalDaemon(appUrl) {
721
- return new PortalDaemon(appUrl).listen();
829
+ return new PortalDaemon(appUrl, null).listen();
722
830
  }
723
831
  async function isDaemonListening(socketPath) {
724
832
  if (!await pathExists(socketPath)) return false;
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- import "./client--k9cjfkX.mjs";
2
+ import "./client-B-5eaVyt.mjs";
3
3
  import "./tls-cert-Rua2oV7n.mjs";
4
4
  import "./api-BFQ4PQDA.mjs";
5
- import { a as runPortalDaemon, c as stopDaemonForHandoff, i as queryDaemonStatus, n as ensureDaemonRunning, o as startPortalDaemon, r as isDaemonListening, s as stopDaemon, t as PortalDaemon } from "./daemon-Do1jU2UF.mjs";
5
+ import { a as runPortalDaemon, c as stopDaemonForHandoff, i as queryDaemonStatus, n as ensureDaemonRunning, o as startPortalDaemon, r as isDaemonListening, s as stopDaemon, t as PortalDaemon } from "./daemon-CLc3zjcv.mjs";
6
6
 
7
7
  export { runPortalDaemon };
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { d as daemonPaths, f as encodeLine, l as LOCAL_PROTOCOL_VERSION, m as parseDaemonMessage, n as ensureDaemonRunning, p as makeLineParser } from "./daemon-Do1jU2UF.mjs";
2
+ import { d as daemonPaths, f as encodeLine, l as LOCAL_PROTOCOL_VERSION, m as parseDaemonMessage, n as ensureDaemonRunning, p as makeLineParser } from "./daemon-CLc3zjcv.mjs";
3
3
  import { randomUUID } from "node:crypto";
4
4
  import { connect } from "node:net";
5
5
 
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env node
2
+ import "./client-B-5eaVyt.mjs";
3
+ import "./tls-cert-Rua2oV7n.mjs";
4
+ import "./api-BFQ4PQDA.mjs";
5
+ import "./daemon-CLc3zjcv.mjs";
6
+ import { t as PortalDaemonClient } from "./daemon-client-DSIb7j28.mjs";
7
+
8
+ export { PortalDaemonClient };
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { c as version$1 } from "./rest-B9__Zsuk.mjs";
3
- import { w as getConfigPath } from "./print-D_UEjdSw.mjs";
2
+ import { c as version$1 } from "./rest-B2bynGwY.mjs";
3
+ import { w as getConfigPath } from "./print-CPBx8690.mjs";
4
4
  import os from "node:os";
5
5
  import path from "node:path";
6
6
  import { err, ok } from "neverthrow";
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as errorMessage, i as sendErrorMessage, o as isRecord, t as createRestClient } from "./rest-B9__Zsuk.mjs";
2
+ import { a as errorMessage, i as sendErrorMessage, o as isRecord, t as createRestClient } from "./rest-B2bynGwY.mjs";
3
3
  import { t as HttpError } from "./http-error-BF2NZZE3.mjs";
4
4
  import { i as billingBlockedOutcomeFromSendResponse, n as BillingBlockedError } from "./billing-blocked-D3l5kJlX.mjs";
5
5
  import path from "node:path";
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import "./rest-B9__Zsuk.mjs";
3
- import { a as runPrint, i as resolveAgent, n as messageGet, o as toPrintError, r as readStdin, t as collectRunText } from "./print-D_UEjdSw.mjs";
2
+ import "./rest-B2bynGwY.mjs";
3
+ import { a as runPrint, i as resolveAgent, n as messageGet, o as toPrintError, r as readStdin, t as collectRunText } from "./print-CPBx8690.mjs";
4
4
  import "./billing-blocked-D3l5kJlX.mjs";
5
5
 
6
6
  export { messageGet, readStdin, resolveAgent, runPrint };
@@ -14,7 +14,7 @@ import { n as printError } from "./output-C9mb3sUB.mjs";
14
14
  * the reply (and to --json).
15
15
  */
16
16
  async function connectMachineShare({ appUrl, sessionToken, timeoutHint }) {
17
- const { PortalClient } = await import("./client-Ct0-JZSS.mjs");
17
+ const { PortalClient } = await import("./client-DebOAhwd.mjs");
18
18
  const { defaultTlsCertSource } = await import("./tls-cert-BpCaD5AT.mjs");
19
19
  let signalConnected;
20
20
  const connected = new Promise((resolve) => {
@@ -6,7 +6,7 @@ import { createParser } from "eventsource-parser";
6
6
 
7
7
  //#region package.json
8
8
  var name = "skydive-cli";
9
- var version = "0.5.0";
9
+ var version = "0.6.0-beta.10";
10
10
 
11
11
  //#endregion
12
12
  //#region src/chat/util.ts
@@ -295,6 +295,11 @@ function createRestClient({ appUrl, sessionToken, workspaceId }) {
295
295
  thinkingLevel: agent.thinkingLevel ?? null
296
296
  };
297
297
  },
298
+ setConversationModel: async ({ conversationId, agentId, model, thinkingLevel }) => post(`/api/v1/conversations/${conversationId}/model`, {
299
+ agentId,
300
+ model,
301
+ thinkingLevel
302
+ }, conversationModelResponseSchema),
298
303
  updateAgentEffort: async ({ agentId, thinkingLevel }) => {
299
304
  const { agent } = await patchAgent(agentId, { thinkingLevel });
300
305
  return { thinkingLevel: agent.thinkingLevel ?? null };
@@ -541,6 +546,10 @@ const platformModelSchema = z.object({
541
546
  }).passthrough();
542
547
  const listModelsResponseSchema = z.object({ models: z.array(platformModelSchema) });
543
548
  const modelEffortPreferencesResponseSchema = z.object({ modelConfigOverrides: z.record(z.string(), z.object({ thinkingLevel: z.string().optional() })).optional() });
549
+ const conversationModelResponseSchema = z.object({
550
+ model: z.string().nullable(),
551
+ thinkingLevel: z.string().nullable()
552
+ });
544
553
  const updateAgentResponseSchema = z.object({ agent: z.object({
545
554
  model: z.string().nullable().optional(),
546
555
  thinkingLevel: z.string().nullable().optional()
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { i as sendErrorMessage, n as errorDetail, r as filenameFromContentDisposition, t as createRestClient } from "./rest-B9__Zsuk.mjs";
2
+ import { i as sendErrorMessage, n as errorDetail, r as filenameFromContentDisposition, t as createRestClient } from "./rest-B2bynGwY.mjs";
3
3
  import { t as HttpError } from "./http-error-BF2NZZE3.mjs";
4
4
  import "./billing-blocked-D3l5kJlX.mjs";
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skydive-cli",
3
- "version": "0.5.0",
3
+ "version": "0.6.0-beta.10",
4
4
  "description": "Skydive CLI — cloud agents from the command line",
5
5
  "homepage": "https://skydive.com",
6
6
  "license": "MIT",
@@ -25,12 +25,13 @@
25
25
  "test:unit": "vitest run --passWithNoTests && yarn test:tui",
26
26
  "test:ci": "vitest run --coverage --coverage.reporter=lcovonly --reporter=default --reporter=github-actions --minWorkers=1 --maxWorkers=2 --passWithNoTests && yarn test:tui",
27
27
  "test:tui": "node scripts/run-tui-tests.mjs",
28
+ "test:blackbox": "bun test test/blackbox --timeout 120000",
28
29
  "render:frames": "bun scripts/render-frames.tsx",
29
30
  "render:send-errors": "bun scripts/render-send-errors.tsx",
30
31
  "typecheck": "tsgo --noEmit"
31
32
  },
32
33
  "dependencies": {
33
- "@opentui/react": "0.4.3",
34
+ "@opentui/react": "0.5.8",
34
35
  "conf": "^13.0.1",
35
36
  "diff": "9.0.0",
36
37
  "eventsource-parser": "^3.0.8",
@@ -38,7 +39,7 @@
38
39
  "fuzzysort": "^3.1.0",
39
40
  "neverthrow": "^8.2.0",
40
41
  "open": "^10.1.0",
41
- "react": "^19.0.0",
42
+ "react": "^19.2.0",
42
43
  "react-devtools-core": "^7.0.1",
43
44
  "safe-stable-stringify": "^2.3.1",
44
45
  "semver": "^7.7.4",
@@ -70,9 +71,9 @@
70
71
  },
71
72
  "//optionalDependencies": "The per-platform binary packages (skydive-cli-<os>-<arch>) are INTENTIONALLY not committed here. They are published by release-skydive-cli-binaries.yml and injected — pinned to the exact version being published — into the published launcher's optionalDependencies at release time (scripts/prepare-platform-packages.mjs --pin-version, run in release-skydive-cli.yml). Committing them would make `yarn install` try to resolve versions that only exist post-publish, breaking local dev and CI. npm installs of a published skydive-cli still get them (os/cpu-gated); the launcher (src/launcher.ts) resolves and execs the matching one. Local dev never needs them: it runs the JS bundle or `build:binary` directly.",
72
73
  "optionalDependencies": {
73
- "skydive-cli-darwin-arm64": "0.5.0",
74
- "skydive-cli-darwin-x64": "0.5.0",
75
- "skydive-cli-linux-x64": "0.5.0",
76
- "skydive-cli-linux-arm64": "0.5.0"
74
+ "skydive-cli-darwin-arm64": "0.6.0-beta.10",
75
+ "skydive-cli-darwin-x64": "0.6.0-beta.10",
76
+ "skydive-cli-linux-x64": "0.6.0-beta.10",
77
+ "skydive-cli-linux-arm64": "0.6.0-beta.10"
77
78
  }
78
79
  }
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env node
2
- import { t as PortalClient } from "./client--k9cjfkX.mjs";
3
- import "./api-BFQ4PQDA.mjs";
4
-
5
- export { PortalClient };
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env node
2
- import "./client--k9cjfkX.mjs";
3
- import "./tls-cert-Rua2oV7n.mjs";
4
- import "./api-BFQ4PQDA.mjs";
5
- import "./daemon-Do1jU2UF.mjs";
6
- import { t as PortalDaemonClient } from "./daemon-client-Dvad009G.mjs";
7
-
8
- export { PortalDaemonClient };