skydive-cli 0.3.0-beta.975 → 0.4.0-beta.1029
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/CHANGELOG.md +15 -1
- package/dist/js/bin.mjs +18 -18
- package/dist/js/{boot-DS3TT6Sl.mjs → boot-BSHn51iw.mjs} +56 -5
- package/dist/js/client-BpAnESuq.mjs +6 -0
- package/dist/js/{client-CKzK-12y.mjs → client-DiaJZQG6.mjs} +1 -1
- package/dist/js/{daemon-CaFz7Wtw.mjs → daemon-BSSZpzto.mjs} +2 -2
- package/dist/js/{daemon-BADmpJAs.mjs → daemon-ybnlDUgi.mjs} +3 -3
- package/dist/js/{install-DhiXANaU.mjs → install-C_N51msl.mjs} +2 -2
- package/dist/js/{print-X2N5wJ5l.mjs → print-CiaU2ygh.mjs} +1 -1
- package/dist/js/{print-share-D72CfWJk.mjs → print-share-DlO5RSBt.mjs} +1 -1
- package/dist/js/{print-BXNq9UxE.mjs → print-vUf9stcK.mjs} +2 -2
- package/dist/js/{rest-imDZZGQA.mjs → rest-CG7VpQ56.mjs} +3 -0
- package/dist/js/{rest-Br2eFTlj.mjs → rest-DfpoRJ_Q.mjs} +1 -1
- package/package.json +1 -1
- package/dist/js/client-D6apKmV0.mjs +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.0] - 2026-08-07
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
14
|
+
- `skydive chat` works with API key auth: an API key alone now opens the chat TUI (and headless `chat -p`) without a browser login, using the key's pinned workspace.
|
|
15
|
+
- `skydive config` command to view and set the safe, hand-editable CLI preferences (`shareMachineDefault`, `updateCheck`) without opening `config.json`. `config`/`config list` shows each key, its effective value, and whether it comes from the file or the built-in default; `config get`/`set`/`unset` read and change one key; `config path` prints the config file location. It only ever touches those preference keys, never credentials or flow-managed state.
|
|
12
16
|
- Billing-blocked sends and runs now surface the server-authored recovery
|
|
13
17
|
guidance from the typed billing outcome. The chat TUI renders it as a
|
|
14
18
|
warning-toned system-notice row — live when a send is refused or a run is
|
|
@@ -18,6 +22,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
22
|
step, and manage-billing URL) on stderr, keep any partial output already
|
|
19
23
|
streamed on stdout, and exit with code `5` (distinct from the generic `1`)
|
|
20
24
|
so scripted callers can tell a billing pause from a failure.
|
|
25
|
+
- Syntax highlighting for 14 more languages in the chat transcript and file/review panes (python, bash, go, rust, c, cpp, java, ruby, css, html, json, yaml, and more) — previously only JavaScript/TypeScript rendered colored.
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- `skydive agent list` lists the full agent roster by default instead of a truncated page.
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
- Long multi-line bash tool-call commands (e.g. heredocs) are clamped with a `+N more · click to expand` tail instead of dumping their whole body into the scrollback.
|
|
34
|
+
- Tool error output is clipped the same way as ok output, so a failing command no longer floods the transcript.
|
|
35
|
+
- The TUI toast overlay has an opaque background instead of letting the transcript bleed through.
|
|
21
36
|
|
|
22
37
|
## [0.3.0] - 2026-08-04
|
|
23
38
|
|
|
@@ -47,7 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
47
62
|
- Agent-led coding-agent import (`skydive import`).
|
|
48
63
|
- Per-workspace scoping on the REST client, and cross-org `--agent <uuid>` auto-switches workspace.
|
|
49
64
|
- `skydive-beta` wrapper for the canary channel.
|
|
50
|
-
- `skydive config` command to view and set the safe, hand-editable CLI preferences (`shareMachineDefault`, `updateCheck`) without opening `config.json`. `config`/`config list` shows each key, its effective value, and whether it comes from the file or the built-in default; `config get`/`set`/`unset` read and change one key; `config path` prints the config file location. It only ever touches those preference keys, never credentials or flow-managed state.
|
|
51
65
|
|
|
52
66
|
### Fixed
|
|
53
67
|
|
package/dist/js/bin.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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-
|
|
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-
|
|
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-C_N51msl.mjs";
|
|
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-CiaU2ygh.mjs";
|
|
4
4
|
import { n as printError, r as printTable, t as output } from "./output-DYzzdXYV.mjs";
|
|
5
|
-
import { n as createRestClient, t as HttpError } from "./rest-
|
|
5
|
+
import { n as createRestClient, t as HttpError } from "./rest-CG7VpQ56.mjs";
|
|
6
6
|
import "./billing-blocked-CwfG1BTR.mjs";
|
|
7
|
-
import { a as registerPortalDevice, i as grantPortalAccess, n as fetchPortalDevices, o as revokePortalAccess, r as findThisDevice, s as machineIdentity } from "./client-
|
|
8
|
-
import { c as PORTAL_DAEMON_FLAG, i as queryDaemonStatus, l as daemonPaths, n as ensureDaemonRunning, o as stopDaemon } from "./daemon-
|
|
7
|
+
import { a as registerPortalDevice, i as grantPortalAccess, n as fetchPortalDevices, o as revokePortalAccess, r as findThisDevice, s as machineIdentity } from "./client-DiaJZQG6.mjs";
|
|
8
|
+
import { c as PORTAL_DAEMON_FLAG, i as queryDaemonStatus, l as daemonPaths, n as ensureDaemonRunning, o as stopDaemon } from "./daemon-BSSZpzto.mjs";
|
|
9
9
|
import { t as SandboxStream } from "./client-D8s9vY4p.mjs";
|
|
10
10
|
import { hideBin } from "yargs/helpers";
|
|
11
11
|
import yargs from "yargs";
|
|
@@ -1505,7 +1505,7 @@ const importCommand = {
|
|
|
1505
1505
|
process.exit(1);
|
|
1506
1506
|
}
|
|
1507
1507
|
}
|
|
1508
|
-
const { runChat } = await import("./boot-
|
|
1508
|
+
const { runChat } = await import("./boot-BSHn51iw.mjs");
|
|
1509
1509
|
await runChat({
|
|
1510
1510
|
appUrl,
|
|
1511
1511
|
sessionToken: session.value.sessionToken,
|
|
@@ -1532,7 +1532,7 @@ async function runImportPrintMode({ argv, appUrl }) {
|
|
|
1532
1532
|
printError(`${session.error.message} For non-interactive use, run \`skydive auth login --web\` first, or set SKYDIVE_SESSION_TOKEN.`);
|
|
1533
1533
|
process.exit(1);
|
|
1534
1534
|
}
|
|
1535
|
-
const { connectMachineShare } = await import("./print-share-
|
|
1535
|
+
const { connectMachineShare } = await import("./print-share-DlO5RSBt.mjs");
|
|
1536
1536
|
const machineShare = await connectMachineShare({
|
|
1537
1537
|
appUrl,
|
|
1538
1538
|
sessionToken: session.value.sessionToken,
|
|
@@ -1540,7 +1540,7 @@ async function runImportPrintMode({ argv, appUrl }) {
|
|
|
1540
1540
|
});
|
|
1541
1541
|
const extra = (argv.print ?? "").trim();
|
|
1542
1542
|
const prompt = buildImportSeedPrompt(process.cwd()) + (extra ? `\n\nAdditional instructions: ${extra}` : "");
|
|
1543
|
-
const { runPrint } = await import("./print-
|
|
1543
|
+
const { runPrint } = await import("./print-vUf9stcK.mjs");
|
|
1544
1544
|
try {
|
|
1545
1545
|
const result = await runPrint({
|
|
1546
1546
|
appUrl,
|
|
@@ -1917,7 +1917,7 @@ const chatCommand = {
|
|
|
1917
1917
|
sessionToken: auth.value.token,
|
|
1918
1918
|
agentSelector: argv.agent ?? null
|
|
1919
1919
|
});
|
|
1920
|
-
const { runChat } = await import("./boot-
|
|
1920
|
+
const { runChat } = await import("./boot-BSHn51iw.mjs");
|
|
1921
1921
|
await runChat({
|
|
1922
1922
|
appUrl: auth.value.appUrl,
|
|
1923
1923
|
sessionToken: auth.value.token,
|
|
@@ -1984,7 +1984,7 @@ async function runPrintMode({ argv, appUrl }) {
|
|
|
1984
1984
|
printError(`${auth.error.message} For non-interactive use, run \`skydive auth login\` first, or set SKYDIVE_API_KEY / SKYDIVE_SESSION_TOKEN.`);
|
|
1985
1985
|
process.exit(1);
|
|
1986
1986
|
}
|
|
1987
|
-
const { runPrint, readStdin } = await import("./print-
|
|
1987
|
+
const { runPrint, readStdin } = await import("./print-vUf9stcK.mjs");
|
|
1988
1988
|
await ensureAgentWorkspace({
|
|
1989
1989
|
appUrl,
|
|
1990
1990
|
sessionToken: auth.value.token,
|
|
@@ -2009,7 +2009,7 @@ async function runPrintMode({ argv, appUrl }) {
|
|
|
2009
2009
|
process.exit(1);
|
|
2010
2010
|
}
|
|
2011
2011
|
} else {
|
|
2012
|
-
const { connectMachineShare } = await import("./print-share-
|
|
2012
|
+
const { connectMachineShare } = await import("./print-share-DlO5RSBt.mjs");
|
|
2013
2013
|
machineShare = await connectMachineShare({
|
|
2014
2014
|
appUrl: auth.value.appUrl,
|
|
2015
2015
|
sessionToken: auth.value.token,
|
|
@@ -2073,7 +2073,7 @@ const getCommand$1 = {
|
|
|
2073
2073
|
printError(`${auth.error.message} Run \`skydive auth login\` first, or set SKYDIVE_API_KEY / SKYDIVE_SESSION_TOKEN.`);
|
|
2074
2074
|
process.exit(1);
|
|
2075
2075
|
}
|
|
2076
|
-
const { messageGet } = await import("./print-
|
|
2076
|
+
const { messageGet } = await import("./print-vUf9stcK.mjs");
|
|
2077
2077
|
try {
|
|
2078
2078
|
const result = await messageGet({
|
|
2079
2079
|
appUrl: auth.value.appUrl,
|
|
@@ -2276,7 +2276,7 @@ const switchCommand = {
|
|
|
2276
2276
|
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.");
|
|
2277
2277
|
process.exit(1);
|
|
2278
2278
|
}
|
|
2279
|
-
const { runWorkspacePicker } = await import("./boot-
|
|
2279
|
+
const { runWorkspacePicker } = await import("./boot-BSHn51iw.mjs");
|
|
2280
2280
|
await runWorkspacePicker(session);
|
|
2281
2281
|
return;
|
|
2282
2282
|
}
|
|
@@ -2354,7 +2354,7 @@ const openCommand = {
|
|
|
2354
2354
|
const agent = argv.agent ? resolveAgent((await fetchPortalDevices(session)).agents, argv.agent) : null;
|
|
2355
2355
|
const cwd = argv.cwd ? path.resolve(argv.cwd) : process.cwd();
|
|
2356
2356
|
const { machineName } = machineIdentity();
|
|
2357
|
-
const { PortalClient } = await import("./client-
|
|
2357
|
+
const { PortalClient } = await import("./client-BpAnESuq.mjs");
|
|
2358
2358
|
let lastLine = "";
|
|
2359
2359
|
let signalConnected;
|
|
2360
2360
|
const connected = new Promise((resolve) => {
|
|
@@ -2627,8 +2627,8 @@ const sandboxCommand = {
|
|
|
2627
2627
|
}).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`"),
|
|
2628
2628
|
handler: async (argv) => {
|
|
2629
2629
|
const session = requireSession(argv);
|
|
2630
|
-
const { createRestClient } = await import("./rest-
|
|
2631
|
-
const { resolveAgent } = await import("./print-
|
|
2630
|
+
const { createRestClient } = await import("./rest-DfpoRJ_Q.mjs");
|
|
2631
|
+
const { resolveAgent } = await import("./print-vUf9stcK.mjs");
|
|
2632
2632
|
const client = createRestClient({
|
|
2633
2633
|
appUrl: session.appUrl,
|
|
2634
2634
|
sessionToken: session.sessionToken
|
|
@@ -3744,7 +3744,7 @@ function setupUpdateCheck(argv) {
|
|
|
3744
3744
|
|
|
3745
3745
|
//#endregion
|
|
3746
3746
|
//#region src/changelog.generated.ts
|
|
3747
|
-
const CHANGELOG_MD = "# Changelog\n\nAll notable changes to the Skydive CLI are documented here.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n\n### Added\n\n- Billing-blocked sends and runs now surface the server-authored recovery\n guidance from the typed billing outcome. The chat TUI renders it as a\n warning-toned system-notice row — live when a send is refused or a run is\n stopped at the billing boundary, and again when reopening a conversation\n that holds a persisted billing notice — instead of a generic error.\n Headless `chat -p` and `messages get` print the guidance (state, recovery\n step, and manage-billing URL) on stderr, keep any partial output already\n streamed on stdout, and exit with code `5` (distinct from the generic `1`)\n so scripted callers can tell a billing pause from a failure.\n\n## [0.3.0] - 2026-08-04\n\n### Added\n\n**Chat TUI**\n\n- `/fork` slash command to fork a conversation at any point and continue in a new thread.\n- `/conversation` switches threads from inside a live session.\n- `/compact` triggers manual conversation compaction.\n- `/portal` and `/copy` slash commands.\n- Archive the current conversation from the chat TUI.\n- `--new` flag on `skydive chat` to start a fresh conversation.\n- Debounced server-side conversation search in the picker, with title matches ranked first.\n- File review pane orientation toggle, and review comments in the file pane.\n- Pinned plan card controls and a jump-to-latest hint.\n- Terminal title (OSC) follows the live conversation title on every screen; inside cmux the workspace is renamed too, and linked PRs are pushed to the cmux sidebar.\n- Every participating agent shows in the conversation list; connect cards each have their own identity, and ctrl+r asks which connect card to act on.\n- Colored Skydive splash art in `skydive --help` and the TUI pickers.\n- New-agent name prefilled from the server's suggestion.\n\n**CLI & platform**\n\n- `skydive update` self-updater, with an update notice when a new version is available.\n- Shell completions for bash, zsh, and fish via `completion install`.\n- Portal daemon: one connection per host with per-conversation working directories.\n- Agent-led coding-agent import (`skydive import`).\n- Per-workspace scoping on the REST client, and cross-org `--agent <uuid>` auto-switches workspace.\n- `skydive-beta` wrapper for the canary channel.\n
|
|
3747
|
+
const CHANGELOG_MD = "# Changelog\n\nAll notable changes to the Skydive CLI are documented here.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n\n## [0.4.0] - 2026-08-07\n\n### Added\n\n- `skydive chat` works with API key auth: an API key alone now opens the chat TUI (and headless `chat -p`) without a browser login, using the key's pinned workspace.\n- `skydive config` command to view and set the safe, hand-editable CLI preferences (`shareMachineDefault`, `updateCheck`) without opening `config.json`. `config`/`config list` shows each key, its effective value, and whether it comes from the file or the built-in default; `config get`/`set`/`unset` read and change one key; `config path` prints the config file location. It only ever touches those preference keys, never credentials or flow-managed state.\n- Billing-blocked sends and runs now surface the server-authored recovery\n guidance from the typed billing outcome. The chat TUI renders it as a\n warning-toned system-notice row — live when a send is refused or a run is\n stopped at the billing boundary, and again when reopening a conversation\n that holds a persisted billing notice — instead of a generic error.\n Headless `chat -p` and `messages get` print the guidance (state, recovery\n step, and manage-billing URL) on stderr, keep any partial output already\n streamed on stdout, and exit with code `5` (distinct from the generic `1`)\n so scripted callers can tell a billing pause from a failure.\n- Syntax highlighting for 14 more languages in the chat transcript and file/review panes (python, bash, go, rust, c, cpp, java, ruby, css, html, json, yaml, and more) — previously only JavaScript/TypeScript rendered colored.\n\n### Changed\n\n- `skydive agent list` lists the full agent roster by default instead of a truncated page.\n\n### Fixed\n\n- Long multi-line bash tool-call commands (e.g. heredocs) are clamped with a `+N more · click to expand` tail instead of dumping their whole body into the scrollback.\n- Tool error output is clipped the same way as ok output, so a failing command no longer floods the transcript.\n- The TUI toast overlay has an opaque background instead of letting the transcript bleed through.\n\n## [0.3.0] - 2026-08-04\n\n### Added\n\n**Chat TUI**\n\n- `/fork` slash command to fork a conversation at any point and continue in a new thread.\n- `/conversation` switches threads from inside a live session.\n- `/compact` triggers manual conversation compaction.\n- `/portal` and `/copy` slash commands.\n- Archive the current conversation from the chat TUI.\n- `--new` flag on `skydive chat` to start a fresh conversation.\n- Debounced server-side conversation search in the picker, with title matches ranked first.\n- File review pane orientation toggle, and review comments in the file pane.\n- Pinned plan card controls and a jump-to-latest hint.\n- Terminal title (OSC) follows the live conversation title on every screen; inside cmux the workspace is renamed too, and linked PRs are pushed to the cmux sidebar.\n- Every participating agent shows in the conversation list; connect cards each have their own identity, and ctrl+r asks which connect card to act on.\n- Colored Skydive splash art in `skydive --help` and the TUI pickers.\n- New-agent name prefilled from the server's suggestion.\n\n**CLI & platform**\n\n- `skydive update` self-updater, with an update notice when a new version is available.\n- Shell completions for bash, zsh, and fish via `completion install`.\n- Portal daemon: one connection per host with per-conversation working directories.\n- Agent-led coding-agent import (`skydive import`).\n- Per-workspace scoping on the REST client, and cross-org `--agent <uuid>` auto-switches workspace.\n- `skydive-beta` wrapper for the canary channel.\n\n### Fixed\n\n- `skydive update` no longer claims an update is available on every npm install.\n- Chat memory is bounded (payload clamps + windowed rows) with a memory watchdog and OOM diagnostic report; transcript rows are memoized so streaming stops re-rendering the whole chat.\n- Chat-send failures map to real error messages.\n- Notification and sidebar previews use the last text block of the reply and strip inline markdown.\n- Picker rows no longer overlap when a conversation title contains a newline, tab, or control character.\n- Sending to non-web channel conversations is blocked in the TUI.\n- GitHub bot connect opens on the web front door, not api.skydive.com.\n- TUI activity counter times from the run, not the screen.\n\n## [0.2.0] - 2026-07-29\n\n### Added\n\n**Sandbox & machine access**\n\n- Standalone `skydive sandbox` command for direct access to an agent's sandbox.\n- `/sandbox` in the chat TUI — live PTY session and one-shot command execution.\n- Headless machine sharing via `skydive portal`, with self-registering portal grants.\n- `shareMachineDefault` config key for always-on portal sharing.\n\n**Chat TUI**\n\n- File pane (`ctrl+g`) with Changes and Files tabs: a shared file tree plus source viewer and a workspace browser, mouse-resizable and responsive to terminal size.\n- Agent todo list rendered in the chat TUI, above the composer, mirroring the web chat's todo card.\n- Fuzzy finder in the conversation and agent pickers.\n- Slash-command autocomplete menu.\n- Paste or drag-and-drop any file into the composer; paste clipboard images with Cmd+V.\n- Run local shell commands with `!` in the composer.\n- Conversation recaps, streamed live title updates, and per-agent attribution on assistant turns.\n- Working timer rolls up into minutes and hours.\n- Conversation picker paginates past 50 conversations and shows only your own conversations.\n- Esc leaves a live run; typing `exit` quits the chat.\n- Cursor Dark theme.\n- Picker rows no longer overlap when a conversation title contains a newline, tab, or control character.\n\n**Headless & scripting**\n\n- Resume a conversation by id.\n- `conversations list` and `conversations show` for transcript reads.\n- `messages get`, with run recovery keyed on message id.\n- Connect cards surface in headless `-p` mode so a driving agent never gets stuck.\n\n**Authentication**\n\n- `skydive auth login` via the browser now auto-mints an API key, so one login yields both a chat session and a usable management credential. Management commands announce the key's pinned workspace when it drives them, so a workspace mismatch is visible at use time.\n- Workspace picker on the device authorization page.\n- Account and workspace identity shown in `auth status`.\n\n**Platform**\n\n- Standalone binary builds compiling the CLI into a per-target executable.\n- Interactive workspace switcher; management commands follow the active workspace.\n- Terminal host integrations and agent notifications.\n\n### Fixed\n\n- Transcript errors collapse to one line, click to expand (REST and portal errors keep their full body).\n- Dragged/pasted image file paths attach the file instead of inserting path text, including macOS paths with literal parentheses.\n- Bare URLs in chat markdown are hyperlinked so they survive text wrap.\n- Composer draft is preserved across TUI overlays.\n- Relative connect links resolve before opening the browser.\n- Numbered markdown headings render colored in the TUI.\n- Chat transcript pages by 75% of a screen; picker rows stay on one line.\n- Run starts push to the TUI over the conversation stream.\n- Security: remediated high-severity dependency findings and cleared tar/shell-quote CVEs.\n\n## [0.1.0] - 2026-07-21\n\nInitial public release: `skydive chat` TUI, agent and conversation management,\ndevice authorization, and headless `-p` mode.\n";
|
|
3748
3748
|
|
|
3749
3749
|
//#endregion
|
|
3750
3750
|
//#region src/whats-new.ts
|
|
@@ -3886,7 +3886,7 @@ if (process.argv.includes(UPDATE_WORKER_FLAG)) {
|
|
|
3886
3886
|
process.exit(0);
|
|
3887
3887
|
}
|
|
3888
3888
|
if (process.argv.includes(PORTAL_DAEMON_FLAG)) {
|
|
3889
|
-
const { runPortalDaemon } = await import("./daemon-
|
|
3889
|
+
const { runPortalDaemon } = await import("./daemon-ybnlDUgi.mjs");
|
|
3890
3890
|
runPortalDaemon(process.argv);
|
|
3891
3891
|
} else runCli();
|
|
3892
3892
|
function runCli() {
|
|
@@ -1,10 +1,10 @@
|
|
|
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-
|
|
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-
|
|
4
|
-
import { a as errorMessage, i as sendErrorMessage, n as createRestClient, o as isRecord, r as errorDetail, t as HttpError } from "./rest-
|
|
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-C_N51msl.mjs";
|
|
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-CiaU2ygh.mjs";
|
|
4
|
+
import { a as errorMessage, i as sendErrorMessage, n as createRestClient, o as isRecord, r as errorDetail, t as HttpError } from "./rest-CG7VpQ56.mjs";
|
|
5
5
|
import { i as billingBlockedOutcomeFromSendResponse } from "./billing-blocked-CwfG1BTR.mjs";
|
|
6
|
-
import { t as PortalClient } from "./client-
|
|
7
|
-
import { d as makeLineParser, f as parseDaemonMessage, l as daemonPaths, n as ensureDaemonRunning, s as LOCAL_PROTOCOL_VERSION, u as encodeLine } from "./daemon-
|
|
6
|
+
import { t as PortalClient } from "./client-DiaJZQG6.mjs";
|
|
7
|
+
import { d as makeLineParser, f as parseDaemonMessage, l as daemonPaths, n as ensureDaemonRunning, s as LOCAL_PROTOCOL_VERSION, u as encodeLine } from "./daemon-BSSZpzto.mjs";
|
|
8
8
|
import { t as SandboxStream } from "./client-D8s9vY4p.mjs";
|
|
9
9
|
import { t as runRawPtyPassthrough } from "./raw-pty-DAmb8uqt.mjs";
|
|
10
10
|
import * as os$1 from "node:os";
|
|
@@ -5728,6 +5728,10 @@ const keybindGroups = [
|
|
|
5728
5728
|
keys: "/plan [show|hide]",
|
|
5729
5729
|
action: "show / hide the pinned plan card"
|
|
5730
5730
|
},
|
|
5731
|
+
{
|
|
5732
|
+
keys: "/rename <title>",
|
|
5733
|
+
action: "rename this conversation (for everyone)"
|
|
5734
|
+
},
|
|
5731
5735
|
{
|
|
5732
5736
|
keys: "/",
|
|
5733
5737
|
action: "open the command menu (start of message)"
|
|
@@ -6188,6 +6192,13 @@ const slashCommands = [
|
|
|
6188
6192
|
description: "archive this conversation and hide it from your list",
|
|
6189
6193
|
action: { kind: "archive-conversation" }
|
|
6190
6194
|
},
|
|
6195
|
+
{
|
|
6196
|
+
name: "rename",
|
|
6197
|
+
aliases: ["title"],
|
|
6198
|
+
argsHint: "<new title>",
|
|
6199
|
+
description: "rename this conversation (for everyone)",
|
|
6200
|
+
action: { kind: "rename-conversation" }
|
|
6201
|
+
},
|
|
6191
6202
|
{
|
|
6192
6203
|
name: "conversation",
|
|
6193
6204
|
aliases: ["conversations", "conv"],
|
|
@@ -9321,6 +9332,10 @@ function routeInput(raw) {
|
|
|
9321
9332
|
kind: "open-conversation",
|
|
9322
9333
|
ref: match.rest
|
|
9323
9334
|
} : { kind: "conversation-picker" };
|
|
9335
|
+
case "rename-conversation": return {
|
|
9336
|
+
kind: "rename-conversation",
|
|
9337
|
+
title: match.rest
|
|
9338
|
+
};
|
|
9324
9339
|
case "plan": {
|
|
9325
9340
|
const arg = match.rest.toLowerCase();
|
|
9326
9341
|
return {
|
|
@@ -10525,6 +10540,38 @@ function ChatScreen({ agent, conversation }) {
|
|
|
10525
10540
|
goTo,
|
|
10526
10541
|
agent
|
|
10527
10542
|
]);
|
|
10543
|
+
const renameConversation = useCallback((rawTitle) => {
|
|
10544
|
+
const title = rawTitle.trim();
|
|
10545
|
+
if (!title) {
|
|
10546
|
+
useStore.getState().showToast({ message: "usage: /rename <new title>" });
|
|
10547
|
+
return;
|
|
10548
|
+
}
|
|
10549
|
+
if (title.length > 100) {
|
|
10550
|
+
useStore.getState().showToast({
|
|
10551
|
+
variant: "error",
|
|
10552
|
+
message: `title is too long (${String(title.length)}/100 characters)`
|
|
10553
|
+
});
|
|
10554
|
+
return;
|
|
10555
|
+
}
|
|
10556
|
+
if (!conversationId) {
|
|
10557
|
+
useStore.getState().showToast({ message: "nothing to rename yet — send a message to start this one" });
|
|
10558
|
+
return;
|
|
10559
|
+
}
|
|
10560
|
+
if (!rest) return;
|
|
10561
|
+
rest.renameConversation({
|
|
10562
|
+
conversationId,
|
|
10563
|
+
title
|
|
10564
|
+
}).then(() => {
|
|
10565
|
+
useStore.getState().setChatTitle(title);
|
|
10566
|
+
useStore.getState().showToast({
|
|
10567
|
+
variant: "success",
|
|
10568
|
+
message: `renamed to “${title}”`
|
|
10569
|
+
});
|
|
10570
|
+
}).catch((err) => useStore.getState().showToast({
|
|
10571
|
+
variant: "error",
|
|
10572
|
+
message: `couldn't rename: ${errorMessage(err)}`
|
|
10573
|
+
}));
|
|
10574
|
+
}, [conversationId, rest]);
|
|
10528
10575
|
/**
|
|
10529
10576
|
* Leave this conversation for another screen without ending its run: drop
|
|
10530
10577
|
* our own SSE subscription and nothing else — never `rest.cancelRun` — so
|
|
@@ -10693,6 +10740,9 @@ function ChatScreen({ agent, conversation }) {
|
|
|
10693
10740
|
case "archive-conversation":
|
|
10694
10741
|
archiveConversation();
|
|
10695
10742
|
break;
|
|
10743
|
+
case "rename-conversation":
|
|
10744
|
+
renameConversation(routed.title);
|
|
10745
|
+
break;
|
|
10696
10746
|
case "new-conversation":
|
|
10697
10747
|
if (runRef.current.kind !== "idle") {
|
|
10698
10748
|
useStore.getState().showToast({ message: "finish or cancel the run first (ctrl+c)" });
|
|
@@ -10806,6 +10856,7 @@ function ChatScreen({ agent, conversation }) {
|
|
|
10806
10856
|
runSandboxExec,
|
|
10807
10857
|
runSandboxPty,
|
|
10808
10858
|
archiveConversation,
|
|
10859
|
+
renameConversation,
|
|
10809
10860
|
forkAndContinue,
|
|
10810
10861
|
leaveForScreen,
|
|
10811
10862
|
openConversationRef,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as errorMessage, t as HttpError } from "./rest-
|
|
2
|
+
import { a as errorMessage, t as HttpError } from "./rest-CG7VpQ56.mjs";
|
|
3
3
|
import os from "node:os";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
import { spawn } from "node:child_process";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { o as isRecord } from "./rest-
|
|
3
|
-
import { t as PortalClient } from "./client-
|
|
2
|
+
import { o as isRecord } from "./rest-CG7VpQ56.mjs";
|
|
3
|
+
import { t as PortalClient } from "./client-DiaJZQG6.mjs";
|
|
4
4
|
import os from "node:os";
|
|
5
5
|
import path from "node:path";
|
|
6
6
|
import { z } from "zod";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import "./rest-
|
|
2
|
+
import "./rest-CG7VpQ56.mjs";
|
|
3
3
|
import "./billing-blocked-CwfG1BTR.mjs";
|
|
4
|
-
import "./client-
|
|
5
|
-
import { a as runPortalDaemon, i as queryDaemonStatus, n as ensureDaemonRunning, o as stopDaemon, r as isDaemonListening, t as PortalDaemon } from "./daemon-
|
|
4
|
+
import "./client-DiaJZQG6.mjs";
|
|
5
|
+
import { a as runPortalDaemon, i as queryDaemonStatus, n as ensureDaemonRunning, o as stopDaemon, r as isDaemonListening, t as PortalDaemon } from "./daemon-BSSZpzto.mjs";
|
|
6
6
|
|
|
7
7
|
export { runPortalDaemon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { S as getConfigPath } from "./print-
|
|
2
|
+
import { S as getConfigPath } from "./print-CiaU2ygh.mjs";
|
|
3
3
|
import os from "node:os";
|
|
4
4
|
import path from "node:path";
|
|
5
5
|
import { err, ok } from "neverthrow";
|
|
@@ -8,7 +8,7 @@ import fs from "node:fs";
|
|
|
8
8
|
|
|
9
9
|
//#region package.json
|
|
10
10
|
var name = "skydive-cli";
|
|
11
|
-
var version$1 = "0.
|
|
11
|
+
var version$1 = "0.4.0-beta.1029";
|
|
12
12
|
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/auth/organization.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as errorMessage, i as sendErrorMessage, n as createRestClient, o as isRecord, t as HttpError } from "./rest-
|
|
2
|
+
import { a as errorMessage, i as sendErrorMessage, n as createRestClient, o as isRecord, t as HttpError } from "./rest-CG7VpQ56.mjs";
|
|
3
3
|
import { i as billingBlockedOutcomeFromSendResponse, n as BillingBlockedError } from "./billing-blocked-CwfG1BTR.mjs";
|
|
4
4
|
import path from "node:path";
|
|
5
5
|
import Conf from "conf";
|
|
@@ -14,7 +14,7 @@ import { n as printError } from "./output-DYzzdXYV.mjs";
|
|
|
14
14
|
* the reply (and to --json).
|
|
15
15
|
*/
|
|
16
16
|
async function connectMachineShare({ appUrl, sessionToken, timeoutHint }) {
|
|
17
|
-
const { PortalClient } = await import("./client-
|
|
17
|
+
const { PortalClient } = await import("./client-BpAnESuq.mjs");
|
|
18
18
|
let signalConnected;
|
|
19
19
|
const connected = new Promise((resolve) => {
|
|
20
20
|
signalConnected = resolve;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as runPrint, i as resolveAgent, n as messageGet, o as toPrintError, r as readStdin, t as collectRunText } from "./print-
|
|
3
|
-
import "./rest-
|
|
2
|
+
import { a as runPrint, i as resolveAgent, n as messageGet, o as toPrintError, r as readStdin, t as collectRunText } from "./print-CiaU2ygh.mjs";
|
|
3
|
+
import "./rest-CG7VpQ56.mjs";
|
|
4
4
|
import "./billing-blocked-CwfG1BTR.mjs";
|
|
5
5
|
|
|
6
6
|
export { messageGet, readStdin, resolveAgent, runPrint };
|
|
@@ -334,6 +334,9 @@ function createRestClient({ appUrl, sessionToken, workspaceId }) {
|
|
|
334
334
|
setConversationArchived: async ({ conversationId, archived }) => {
|
|
335
335
|
await post(`/api/v1/conversations/${encodeURIComponent(conversationId)}/archive`, { archived }, z.object({ archived: z.boolean() }));
|
|
336
336
|
},
|
|
337
|
+
renameConversation: async ({ conversationId, title }) => {
|
|
338
|
+
await post(`/api/v1/conversations/${encodeURIComponent(conversationId)}`, { title }, z.object({ conversation: z.object({ id: z.string() }) }), "PATCH");
|
|
339
|
+
},
|
|
337
340
|
sendMessage: async ({ clientSurface, ...input }) => post("/api/v1/chat/send", {
|
|
338
341
|
...input,
|
|
339
342
|
clientSurface
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { i as sendErrorMessage, n as createRestClient, r as errorDetail, t as HttpError } from "./rest-
|
|
2
|
+
import { i as sendErrorMessage, n as createRestClient, r as errorDetail, t as HttpError } from "./rest-CG7VpQ56.mjs";
|
|
3
3
|
import "./billing-blocked-CwfG1BTR.mjs";
|
|
4
4
|
|
|
5
5
|
export { createRestClient };
|
package/package.json
CHANGED