agent-yes 1.212.1 → 1.213.0
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/{SUPPORTED_CLIS-B6Ko89sh.js → SUPPORTED_CLIS-Brr-lZKs.js} +2 -2
- package/dist/SUPPORTED_CLIS-J9mRCi-N.js +9 -0
- package/dist/{agentShare-Ckt_UhKA.js → agentShare-JKXK0Orc.js} +2 -2
- package/dist/cli.js +4 -4
- package/dist/index.js +2 -2
- package/dist/{notifyDaemon-DXydURfn.js → notifyDaemon-BgNSlj9R.js} +2 -2
- package/dist/{rustBinary-B9PXn8Iq.js → rustBinary-BaEgnjOJ.js} +2 -2
- package/dist/{schedule-Dna_QzCE.js → schedule-Cc92WjM9.js} +4 -4
- package/dist/{serve-gW96lcbv.js → serve-CABoohJc.js} +12 -12
- package/dist/{setup-ARsnNbvr.js → setup-D_ltRmO0.js} +2 -2
- package/dist/{subcommands-BwGrz9s7.js → subcommands-CYizXJaZ.js} +7 -7
- package/dist/{subcommands-B97BUuBF.js → subcommands-DZJYkB0q.js} +1 -1
- package/dist/{ts-BA2ZRNy2.js → ts-D5x7jQtv.js} +2 -2
- package/dist/{versionChecker-CACJ5ubE.js → versionChecker-Dp2CZL5F.js} +2 -2
- package/dist/{ws-iPlbRNiG.js → ws-Bt6riuj1.js} +2 -2
- package/lab/ui/index.html +76 -1
- package/package.json +1 -1
- package/dist/SUPPORTED_CLIS-WiSO25EC.js +0 -9
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as CLIS_CONFIG } from "./ts-
|
|
1
|
+
import { t as CLIS_CONFIG } from "./ts-D5x7jQtv.js";
|
|
2
2
|
|
|
3
3
|
//#region ts/SUPPORTED_CLIS.ts
|
|
4
4
|
const SUPPORTED_CLIS = Object.keys(CLIS_CONFIG);
|
|
5
5
|
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SUPPORTED_CLIS as t };
|
|
8
|
-
//# sourceMappingURL=SUPPORTED_CLIS-
|
|
8
|
+
//# sourceMappingURL=SUPPORTED_CLIS-Brr-lZKs.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "./ts-D5x7jQtv.js";
|
|
2
|
+
import "./logger-CDIsZ-Pp.js";
|
|
3
|
+
import "./versionChecker-Dp2CZL5F.js";
|
|
4
|
+
import "./pidStore-BIvsBQ8X.js";
|
|
5
|
+
import "./globalPidIndex-CoNr7tS8.js";
|
|
6
|
+
import "./messageLog-CxrKJj77.js";
|
|
7
|
+
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-Brr-lZKs.js";
|
|
8
|
+
|
|
9
|
+
export { SUPPORTED_CLIS };
|
|
@@ -2,7 +2,7 @@ import "./logger-CDIsZ-Pp.js";
|
|
|
2
2
|
import "./globalPidIndex-CoNr7tS8.js";
|
|
3
3
|
import "./messageLog-CxrKJj77.js";
|
|
4
4
|
import "./configShared-aKTg-sa5.js";
|
|
5
|
-
import { M as resolveOne } from "./subcommands-
|
|
5
|
+
import { M as resolveOne } from "./subcommands-CYizXJaZ.js";
|
|
6
6
|
import "./e2e-jb0Hp43q.js";
|
|
7
7
|
import "./webrtcLink-B7REGtK2.js";
|
|
8
8
|
import "./remotes-Cim0dBU7.js";
|
|
@@ -229,4 +229,4 @@ function transformEvent(rawEvent, agentId, forwarded) {
|
|
|
229
229
|
|
|
230
230
|
//#endregion
|
|
231
231
|
export { createScopedShare, listShares, revokeAllShares, revokeShare };
|
|
232
|
-
//# sourceMappingURL=agentShare-
|
|
232
|
+
//# sourceMappingURL=agentShare-JKXK0Orc.js.map
|
package/dist/cli.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
import { t as invokedCliName } from "./invokedCli-uqM2YYA7.js";
|
|
3
3
|
import { n as logger } from "./logger-CDIsZ-Pp.js";
|
|
4
|
-
import { i as versionString, n as displayVersion, t as checkAndAutoUpdate } from "./versionChecker-
|
|
5
|
-
import { n as getRustBinary } from "./rustBinary-
|
|
4
|
+
import { i as versionString, n as displayVersion, t as checkAndAutoUpdate } from "./versionChecker-Dp2CZL5F.js";
|
|
5
|
+
import { n as getRustBinary } from "./rustBinary-BaEgnjOJ.js";
|
|
6
6
|
import { argv } from "process";
|
|
7
7
|
import { spawn } from "child_process";
|
|
8
8
|
import ms from "ms";
|
|
@@ -285,7 +285,7 @@ function buildRustArgs(argv, cliFromScript, supportedClis) {
|
|
|
285
285
|
const rawArg = process.argv[2];
|
|
286
286
|
const managerCommands = !invokedCliName(process.argv);
|
|
287
287
|
const isHelpFlag = rawArg === "-h" || rawArg === "--help";
|
|
288
|
-
const { isSubcommand, runSubcommand, cmdHelp } = await import("./subcommands-
|
|
288
|
+
const { isSubcommand, runSubcommand, cmdHelp } = await import("./subcommands-DZJYkB0q.js");
|
|
289
289
|
if (isHelpFlag && process.argv.length === 3) {
|
|
290
290
|
await cmdHelp(managerCommands);
|
|
291
291
|
process.exit(0);
|
|
@@ -327,7 +327,7 @@ if (config.useRust) {
|
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
if (rustBinary) {
|
|
330
|
-
const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-
|
|
330
|
+
const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-J9mRCi-N.js");
|
|
331
331
|
const rustArgs = buildRustArgs(process.argv, config.cli, SUPPORTED_CLIS);
|
|
332
332
|
if (config.verbose) {
|
|
333
333
|
console.log(`[rust] Using binary: ${rustBinary}`);
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as removeControlCharacters, i as AgentContext, n as agentYes, r as config, t as CLIS_CONFIG } from "./ts-
|
|
1
|
+
import { a as removeControlCharacters, i as AgentContext, n as agentYes, r as config, t as CLIS_CONFIG } from "./ts-D5x7jQtv.js";
|
|
2
2
|
import "./logger-CDIsZ-Pp.js";
|
|
3
|
-
import "./versionChecker-
|
|
3
|
+
import "./versionChecker-Dp2CZL5F.js";
|
|
4
4
|
import "./pidStore-BIvsBQ8X.js";
|
|
5
5
|
import "./globalPidIndex-CoNr7tS8.js";
|
|
6
6
|
import "./messageLog-CxrKJj77.js";
|
|
@@ -2,7 +2,7 @@ import { n as logger } from "./logger-CDIsZ-Pp.js";
|
|
|
2
2
|
import "./globalPidIndex-CoNr7tS8.js";
|
|
3
3
|
import "./messageLog-CxrKJj77.js";
|
|
4
4
|
import "./configShared-aKTg-sa5.js";
|
|
5
|
-
import { $ as daemonLockOwnerPath, G as gcInboxes, J as listInboxParents, K as hostId, Q as daemonLockDir, S as listRecords, W as appendEvent, X as readInbox, Y as liveWatchers, Z as shouldStealLock, _ as isPidAlive, c as deriveLiveState, et as notifyDir, k as renderLogTailLines } from "./subcommands-
|
|
5
|
+
import { $ as daemonLockOwnerPath, G as gcInboxes, J as listInboxParents, K as hostId, Q as daemonLockDir, S as listRecords, W as appendEvent, X as readInbox, Y as liveWatchers, Z as shouldStealLock, _ as isPidAlive, c as deriveLiveState, et as notifyDir, k as renderLogTailLines } from "./subcommands-CYizXJaZ.js";
|
|
6
6
|
import "./e2e-jb0Hp43q.js";
|
|
7
7
|
import "./webrtcLink-B7REGtK2.js";
|
|
8
8
|
import "./remotes-Cim0dBU7.js";
|
|
@@ -589,4 +589,4 @@ async function ensureDaemon() {
|
|
|
589
589
|
|
|
590
590
|
//#endregion
|
|
591
591
|
export { daemonStatus, ensureDaemon, requestDaemonStop, runDaemon };
|
|
592
|
-
//# sourceMappingURL=notifyDaemon-
|
|
592
|
+
//# sourceMappingURL=notifyDaemon-BgNSlj9R.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as getInstalledPackage } from "./versionChecker-
|
|
1
|
+
import { r as getInstalledPackage } from "./versionChecker-Dp2CZL5F.js";
|
|
2
2
|
import { execFileSync } from "child_process";
|
|
3
3
|
import { existsSync, mkdirSync, unlinkSync } from "fs";
|
|
4
4
|
import { chmod, copyFile } from "fs/promises";
|
|
@@ -225,4 +225,4 @@ async function getRustBinary(options = {}) {
|
|
|
225
225
|
|
|
226
226
|
//#endregion
|
|
227
227
|
export { getRustBinary as n, findSpawnHiddenLauncher as t };
|
|
228
|
-
//# sourceMappingURL=rustBinary-
|
|
228
|
+
//# sourceMappingURL=rustBinary-BaEgnjOJ.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import "./ts-
|
|
1
|
+
import "./ts-D5x7jQtv.js";
|
|
2
2
|
import "./logger-CDIsZ-Pp.js";
|
|
3
|
-
import "./versionChecker-
|
|
3
|
+
import "./versionChecker-Dp2CZL5F.js";
|
|
4
4
|
import "./pidStore-BIvsBQ8X.js";
|
|
5
5
|
import "./globalPidIndex-CoNr7tS8.js";
|
|
6
6
|
import "./messageLog-CxrKJj77.js";
|
|
7
|
-
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
7
|
+
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-Brr-lZKs.js";
|
|
8
8
|
import { d as resolveSpawnCwd } from "./workspaceConfig-CjaRvTjf.js";
|
|
9
9
|
import { n as liveEnv, t as ensureNodeRuntime } from "./nodeRuntime-CwNJuwH5.js";
|
|
10
10
|
import { createHash } from "node:crypto";
|
|
@@ -151,4 +151,4 @@ async function cmdSchedule(rest) {
|
|
|
151
151
|
|
|
152
152
|
//#endregion
|
|
153
153
|
export { cmdSchedule };
|
|
154
|
-
//# sourceMappingURL=schedule-
|
|
154
|
+
//# sourceMappingURL=schedule-Cc92WjM9.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import "./ts-
|
|
1
|
+
import "./ts-D5x7jQtv.js";
|
|
2
2
|
import "./logger-CDIsZ-Pp.js";
|
|
3
|
-
import { r as getInstalledPackage } from "./versionChecker-
|
|
4
|
-
import { t as findSpawnHiddenLauncher } from "./rustBinary-
|
|
3
|
+
import { r as getInstalledPackage } from "./versionChecker-Dp2CZL5F.js";
|
|
4
|
+
import { t as findSpawnHiddenLauncher } from "./rustBinary-BaEgnjOJ.js";
|
|
5
5
|
import { t as agentYesHome$1 } from "./agentYesHome-CtHb5b71.js";
|
|
6
6
|
import "./pidStore-BIvsBQ8X.js";
|
|
7
7
|
import { a as updateGlobalPidStatus } from "./globalPidIndex-CoNr7tS8.js";
|
|
8
8
|
import { r as recordInbox } from "./messageLog-CxrKJj77.js";
|
|
9
9
|
import { t as pgidForWrapper } from "./reaper-BUHCyxdF.js";
|
|
10
10
|
import "./configShared-aKTg-sa5.js";
|
|
11
|
-
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
12
|
-
import { A as renderRawLog, D as recentMessageEdges, E as readPtysize, L as snapshotStatus, M as resolveOne, O as recentReadEdges, S as listRecords, T as readNotes, U as writeToIpc, b as isUserTyping, f as extractNeedsInput, k as renderLogTailLines, l as deriveLiveStatus, o as controlCodeFromName, p as extractTaskCounts, q as isTransientLockMkdirError, tt as TYPING_BADGE, u as extractBadges } from "./subcommands-
|
|
11
|
+
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-Brr-lZKs.js";
|
|
12
|
+
import { A as renderRawLog, D as recentMessageEdges, E as readPtysize, L as snapshotStatus, M as resolveOne, O as recentReadEdges, S as listRecords, T as readNotes, U as writeToIpc, b as isUserTyping, f as extractNeedsInput, k as renderLogTailLines, l as deriveLiveStatus, o as controlCodeFromName, p as extractTaskCounts, q as isTransientLockMkdirError, tt as TYPING_BADGE, u as extractBadges } from "./subcommands-CYizXJaZ.js";
|
|
13
13
|
import "./e2e-jb0Hp43q.js";
|
|
14
14
|
import "./webrtcLink-B7REGtK2.js";
|
|
15
15
|
import "./remotes-Cim0dBU7.js";
|
|
@@ -1893,7 +1893,7 @@ Options:
|
|
|
1893
1893
|
}
|
|
1894
1894
|
});
|
|
1895
1895
|
if (req.method === "GET" && p === "/api/ws") {
|
|
1896
|
-
const ws = await import("./ws-
|
|
1896
|
+
const ws = await import("./ws-Bt6riuj1.js");
|
|
1897
1897
|
try {
|
|
1898
1898
|
await ws.loadProvision();
|
|
1899
1899
|
} catch (e) {
|
|
@@ -1913,7 +1913,7 @@ Options:
|
|
|
1913
1913
|
if (req.method === "GET" && p === "/api/ws/status") {
|
|
1914
1914
|
const dirRaw = url.searchParams.get("path");
|
|
1915
1915
|
if (!dirRaw) return new Response("missing ?path=<workspace dir>", { status: 400 });
|
|
1916
|
-
const ws = await import("./ws-
|
|
1916
|
+
const ws = await import("./ws-Bt6riuj1.js");
|
|
1917
1917
|
let prov;
|
|
1918
1918
|
try {
|
|
1919
1919
|
prov = await ws.loadProvision();
|
|
@@ -2474,7 +2474,7 @@ Options:
|
|
|
2474
2474
|
const perm = body.perm ?? "r";
|
|
2475
2475
|
if (perm !== "r" && perm !== "rw") return new Response(`invalid perm ${perm} (want r or rw)`, { status: 400 });
|
|
2476
2476
|
try {
|
|
2477
|
-
const { createScopedShare } = await import("./agentShare-
|
|
2477
|
+
const { createScopedShare } = await import("./agentShare-JKXK0Orc.js");
|
|
2478
2478
|
const share = await createScopedShare({
|
|
2479
2479
|
agent: body.agent,
|
|
2480
2480
|
perm,
|
|
@@ -2489,12 +2489,12 @@ Options:
|
|
|
2489
2489
|
}
|
|
2490
2490
|
}
|
|
2491
2491
|
if (req.method === "GET" && p === "/api/shares") {
|
|
2492
|
-
const { listShares } = await import("./agentShare-
|
|
2492
|
+
const { listShares } = await import("./agentShare-JKXK0Orc.js");
|
|
2493
2493
|
return Response.json(listShares());
|
|
2494
2494
|
}
|
|
2495
2495
|
const revokeM = /^\/api\/share\/([^/]+)$/.exec(p);
|
|
2496
2496
|
if (req.method === "DELETE" && revokeM) {
|
|
2497
|
-
const { revokeShare } = await import("./agentShare-
|
|
2497
|
+
const { revokeShare } = await import("./agentShare-JKXK0Orc.js");
|
|
2498
2498
|
const ok = revokeShare(decodeURIComponent(revokeM[1]));
|
|
2499
2499
|
return new Response(ok ? "revoked" : "no such share", { status: ok ? 200 : 404 });
|
|
2500
2500
|
}
|
|
@@ -2680,7 +2680,7 @@ Options:
|
|
|
2680
2680
|
const shutdown = (resolve) => {
|
|
2681
2681
|
if (heartbeat) clearInterval(heartbeat);
|
|
2682
2682
|
closeShare?.();
|
|
2683
|
-
import("./agentShare-
|
|
2683
|
+
import("./agentShare-JKXK0Orc.js").then((m) => m.revokeAllShares()).catch(() => {});
|
|
2684
2684
|
server?.stop();
|
|
2685
2685
|
Promise.resolve(releaseHostLock?.()).catch(() => {}).then(resolve);
|
|
2686
2686
|
};
|
|
@@ -2693,4 +2693,4 @@ Options:
|
|
|
2693
2693
|
|
|
2694
2694
|
//#endregion
|
|
2695
2695
|
export { cmdServe };
|
|
2696
|
-
//# sourceMappingURL=serve-
|
|
2696
|
+
//# sourceMappingURL=serve-CABoohJc.js.map
|
|
@@ -32,7 +32,7 @@ async function cmdSetup(rest) {
|
|
|
32
32
|
if (!existsSync(abs)) process.stderr.write(` note: that directory doesn't exist yet — create it, or agents spawned there will fail\n`);
|
|
33
33
|
if (noShare) return 0;
|
|
34
34
|
process.stdout.write(`\nsharing this machine to agent-yes.com…\n`);
|
|
35
|
-
const { cmdServe } = await import("./serve-
|
|
35
|
+
const { cmdServe } = await import("./serve-CABoohJc.js");
|
|
36
36
|
return cmdServe([
|
|
37
37
|
"install",
|
|
38
38
|
"--share",
|
|
@@ -42,4 +42,4 @@ async function cmdSetup(rest) {
|
|
|
42
42
|
|
|
43
43
|
//#endregion
|
|
44
44
|
export { cmdSetup };
|
|
45
|
-
//# sourceMappingURL=setup-
|
|
45
|
+
//# sourceMappingURL=setup-D_ltRmO0.js.map
|
|
@@ -1237,19 +1237,19 @@ async function runSubcommand(argv) {
|
|
|
1237
1237
|
case "restart": return await cmdRestart(rest);
|
|
1238
1238
|
case "note": return await cmdNote(rest);
|
|
1239
1239
|
case "serve": {
|
|
1240
|
-
const { cmdServe } = await import("./serve-
|
|
1240
|
+
const { cmdServe } = await import("./serve-CABoohJc.js");
|
|
1241
1241
|
return cmdServe(rest);
|
|
1242
1242
|
}
|
|
1243
1243
|
case "setup": {
|
|
1244
|
-
const { cmdSetup } = await import("./setup-
|
|
1244
|
+
const { cmdSetup } = await import("./setup-D_ltRmO0.js");
|
|
1245
1245
|
return cmdSetup(rest);
|
|
1246
1246
|
}
|
|
1247
1247
|
case "ws": {
|
|
1248
|
-
const { cmdWs } = await import("./ws-
|
|
1248
|
+
const { cmdWs } = await import("./ws-Bt6riuj1.js");
|
|
1249
1249
|
return cmdWs(rest);
|
|
1250
1250
|
}
|
|
1251
1251
|
case "schedule": {
|
|
1252
|
-
const { cmdSchedule } = await import("./schedule-
|
|
1252
|
+
const { cmdSchedule } = await import("./schedule-Cc92WjM9.js");
|
|
1253
1253
|
return cmdSchedule(rest);
|
|
1254
1254
|
}
|
|
1255
1255
|
case "remote": {
|
|
@@ -4269,7 +4269,7 @@ async function cmdNotify(rest) {
|
|
|
4269
4269
|
}
|
|
4270
4270
|
const ensure = async () => {
|
|
4271
4271
|
if (!argv["ensure-daemon"]) return;
|
|
4272
|
-
const { ensureDaemon } = await import("./notifyDaemon-
|
|
4272
|
+
const { ensureDaemon } = await import("./notifyDaemon-BgNSlj9R.js");
|
|
4273
4273
|
await ensureDaemon().catch(() => null);
|
|
4274
4274
|
};
|
|
4275
4275
|
await heartbeatWatcher(parent, selfStartedAt);
|
|
@@ -4343,7 +4343,7 @@ async function cmdNotifyCursor(args) {
|
|
|
4343
4343
|
}
|
|
4344
4344
|
async function cmdNotifyd(rest) {
|
|
4345
4345
|
const sub = rest[0] ?? "status";
|
|
4346
|
-
const daemon = await import("./notifyDaemon-
|
|
4346
|
+
const daemon = await import("./notifyDaemon-BgNSlj9R.js");
|
|
4347
4347
|
switch (sub) {
|
|
4348
4348
|
case "run": return daemon.runDaemon();
|
|
4349
4349
|
case "once": return daemon.runDaemon({ once: true });
|
|
@@ -4370,4 +4370,4 @@ async function cmdNotifyd(rest) {
|
|
|
4370
4370
|
|
|
4371
4371
|
//#endregion
|
|
4372
4372
|
export { daemonLockOwnerPath as $, renderRawLog as A, submitAndConfirm as B, matchKeyword as C, recentMessageEdges as D, readPtysize as E, restartHintLines as F, gcInboxes as G, writeKeysPaced as H, runSubcommand as I, listInboxParents as J, hostId as K, snapshotStatus as L, resolveOne as M, resolveReadWindow as N, recentReadEdges as O, resolveResumeArgs as P, daemonLockDir as Q, stdinActivityPath as R, listRecords as S, readNotes as T, writeToIpc as U, waitForLogQuiet as V, appendEvent as W, readInbox as X, liveWatchers as Y, shouldStealLock as Z, isPidAlive as _, cmdHelp as a, isUserTyping as b, deriveLiveState as c, extractMenu as d, notifyDir as et, extractNeedsInput as f, isExitRequest as g, isAgentStuck as h, backoffWhileTyping as i, renderRawLogLines as j, renderLogTailLines as k, deriveLiveStatus as l, finalizedLines as m, READ_PAGE_DEFAULT as n, controlCodeFromName as o, extractTaskCounts as p, isTransientLockMkdirError as q, TYPING_WINDOW_MS as r, cursorAbs as s, GRACEFUL_EXIT_COMMANDS as t, TYPING_BADGE as tt, extractBadges as u, isSlashCommand as v, menuSelectKeys as w, lastStdinAt as x, isSubcommand as y, stopTipForCli as z };
|
|
4373
|
-
//# sourceMappingURL=subcommands-
|
|
4373
|
+
//# sourceMappingURL=subcommands-CYizXJaZ.js.map
|
|
@@ -2,7 +2,7 @@ import "./logger-CDIsZ-Pp.js";
|
|
|
2
2
|
import "./globalPidIndex-CoNr7tS8.js";
|
|
3
3
|
import "./messageLog-CxrKJj77.js";
|
|
4
4
|
import "./configShared-aKTg-sa5.js";
|
|
5
|
-
import { A as renderRawLog, B as submitAndConfirm, C as matchKeyword, D as recentMessageEdges, E as readPtysize, F as restartHintLines, H as writeKeysPaced, I as runSubcommand, L as snapshotStatus, M as resolveOne, N as resolveReadWindow, O as recentReadEdges, P as resolveResumeArgs, R as stdinActivityPath, S as listRecords, T as readNotes, U as writeToIpc, V as waitForLogQuiet, _ as isPidAlive, a as cmdHelp, b as isUserTyping, c as deriveLiveState, d as extractMenu, f as extractNeedsInput, g as isExitRequest, h as isAgentStuck, i as backoffWhileTyping, j as renderRawLogLines, k as renderLogTailLines, l as deriveLiveStatus, m as finalizedLines, n as READ_PAGE_DEFAULT, o as controlCodeFromName, p as extractTaskCounts, r as TYPING_WINDOW_MS, s as cursorAbs, t as GRACEFUL_EXIT_COMMANDS, u as extractBadges, v as isSlashCommand, w as menuSelectKeys, x as lastStdinAt, y as isSubcommand, z as stopTipForCli } from "./subcommands-
|
|
5
|
+
import { A as renderRawLog, B as submitAndConfirm, C as matchKeyword, D as recentMessageEdges, E as readPtysize, F as restartHintLines, H as writeKeysPaced, I as runSubcommand, L as snapshotStatus, M as resolveOne, N as resolveReadWindow, O as recentReadEdges, P as resolveResumeArgs, R as stdinActivityPath, S as listRecords, T as readNotes, U as writeToIpc, V as waitForLogQuiet, _ as isPidAlive, a as cmdHelp, b as isUserTyping, c as deriveLiveState, d as extractMenu, f as extractNeedsInput, g as isExitRequest, h as isAgentStuck, i as backoffWhileTyping, j as renderRawLogLines, k as renderLogTailLines, l as deriveLiveStatus, m as finalizedLines, n as READ_PAGE_DEFAULT, o as controlCodeFromName, p as extractTaskCounts, r as TYPING_WINDOW_MS, s as cursorAbs, t as GRACEFUL_EXIT_COMMANDS, u as extractBadges, v as isSlashCommand, w as menuSelectKeys, x as lastStdinAt, y as isSubcommand, z as stopTipForCli } from "./subcommands-CYizXJaZ.js";
|
|
6
6
|
import "./e2e-jb0Hp43q.js";
|
|
7
7
|
import "./webrtcLink-B7REGtK2.js";
|
|
8
8
|
import "./remotes-Cim0dBU7.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as logger, t as addTransport } from "./logger-CDIsZ-Pp.js";
|
|
2
|
-
import { r as getInstalledPackage } from "./versionChecker-
|
|
2
|
+
import { r as getInstalledPackage } from "./versionChecker-Dp2CZL5F.js";
|
|
3
3
|
import { t as agentYesHome } from "./agentYesHome-CtHb5b71.js";
|
|
4
4
|
import { i as shouldUseLock, r as releaseLock, t as acquireLock } from "./runningLock-CNMl13dC.js";
|
|
5
5
|
import { t as PidStore } from "./pidStore-BIvsBQ8X.js";
|
|
@@ -1901,4 +1901,4 @@ function sleep(ms) {
|
|
|
1901
1901
|
|
|
1902
1902
|
//#endregion
|
|
1903
1903
|
export { removeControlCharacters as a, AgentContext as i, agentYes as n, config as r, CLIS_CONFIG as t };
|
|
1904
|
-
//# sourceMappingURL=ts-
|
|
1904
|
+
//# sourceMappingURL=ts-D5x7jQtv.js.map
|
|
@@ -7,7 +7,7 @@ import { fileURLToPath } from "url";
|
|
|
7
7
|
|
|
8
8
|
//#region package.json
|
|
9
9
|
var name = "agent-yes";
|
|
10
|
-
var version = "1.
|
|
10
|
+
var version = "1.213.0";
|
|
11
11
|
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region ts/versionChecker.ts
|
|
@@ -215,4 +215,4 @@ async function displayVersion() {
|
|
|
215
215
|
|
|
216
216
|
//#endregion
|
|
217
217
|
export { versionString as i, displayVersion as n, getInstalledPackage as r, checkAndAutoUpdate as t };
|
|
218
|
-
//# sourceMappingURL=versionChecker-
|
|
218
|
+
//# sourceMappingURL=versionChecker-Dp2CZL5F.js.map
|
|
@@ -2,7 +2,7 @@ import "./logger-CDIsZ-Pp.js";
|
|
|
2
2
|
import "./globalPidIndex-CoNr7tS8.js";
|
|
3
3
|
import "./messageLog-CxrKJj77.js";
|
|
4
4
|
import "./configShared-aKTg-sa5.js";
|
|
5
|
-
import { S as listRecords } from "./subcommands-
|
|
5
|
+
import { S as listRecords } from "./subcommands-CYizXJaZ.js";
|
|
6
6
|
import "./e2e-jb0Hp43q.js";
|
|
7
7
|
import "./webrtcLink-B7REGtK2.js";
|
|
8
8
|
import "./remotes-Cim0dBU7.js";
|
|
@@ -418,4 +418,4 @@ async function cmdWs(args) {
|
|
|
418
418
|
|
|
419
419
|
//#endregion
|
|
420
420
|
export { WS_JSON_SCHEMA, cmdWs, collectWorkspaces, isPathInside, loadProvision, workspaceStatus };
|
|
421
|
-
//# sourceMappingURL=ws-
|
|
421
|
+
//# sourceMappingURL=ws-Bt6riuj1.js.map
|
package/lab/ui/index.html
CHANGED
|
@@ -171,6 +171,38 @@
|
|
|
171
171
|
vertical-align: middle;
|
|
172
172
|
user-select: all; /* one tap selects the whole SHA for copy */
|
|
173
173
|
}
|
|
174
|
+
/* prod ⇄ beta hop, next to the build stamp. Same channel styling as the
|
|
175
|
+
stamp but clickable; padded to a comfortable tap target on mobile. */
|
|
176
|
+
h1 .envswitch {
|
|
177
|
+
font-size: 10px;
|
|
178
|
+
font-weight: 600;
|
|
179
|
+
color: var(--accent);
|
|
180
|
+
vertical-align: middle;
|
|
181
|
+
text-decoration: none;
|
|
182
|
+
padding: 2px 6px;
|
|
183
|
+
border: 1px solid var(--line);
|
|
184
|
+
border-radius: 999px;
|
|
185
|
+
margin-left: 2px;
|
|
186
|
+
}
|
|
187
|
+
/* "New deploy" pill (watchVersion): floats above the composer, tap =
|
|
188
|
+
reload. Replaces the old silent auto-reload, which could yank the
|
|
189
|
+
page mid-typing. Rides --kb so the soft keyboard can't cover it. */
|
|
190
|
+
.updatebar {
|
|
191
|
+
position: fixed;
|
|
192
|
+
left: 50%;
|
|
193
|
+
transform: translateX(-50%);
|
|
194
|
+
bottom: calc(18px + var(--sab, 0px) + var(--kb, 0px));
|
|
195
|
+
z-index: 80;
|
|
196
|
+
background: var(--panel2);
|
|
197
|
+
color: var(--fg);
|
|
198
|
+
border: 1px solid var(--accent);
|
|
199
|
+
border-radius: 999px;
|
|
200
|
+
padding: 8px 14px;
|
|
201
|
+
font: 12px var(--mono);
|
|
202
|
+
cursor: pointer;
|
|
203
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
|
|
204
|
+
white-space: nowrap;
|
|
205
|
+
}
|
|
174
206
|
/* Connection-path pill in the header: at a glance, is the terminal you're
|
|
175
207
|
watching on the fast local/lan path or the slow relayed path? */
|
|
176
208
|
/* Per-peer connection-type pill in the terminal header — describes how this
|
|
@@ -1850,6 +1882,7 @@
|
|
|
1850
1882
|
<h1>
|
|
1851
1883
|
<span class="tag">agent-yes</span> · console
|
|
1852
1884
|
<span class="build" id="buildtag" title="frontend build (deploy commit)"></span>
|
|
1885
|
+
<a class="envswitch" id="envswitch" hidden></a>
|
|
1853
1886
|
</h1>
|
|
1854
1887
|
<div class="sub">
|
|
1855
1888
|
Live <code>ay ls</code> + per-agent tail & send. Backed by <code>ay serve</code>.
|
|
@@ -2315,6 +2348,31 @@
|
|
|
2315
2348
|
const installPackage = BETA_ORIGINS.has(location.hostname) ? "agent-yes@beta" : "agent-yes";
|
|
2316
2349
|
$("setup-sh").textContent = `curl -fsSL ${installOrigin}/setup.sh | sh`;
|
|
2317
2350
|
$("buildtag").textContent = window.AY_BUILD; // deploy stamp (see <head>)
|
|
2351
|
+
// prod ⇄ beta hop: both consoles speak to the SAME signaling
|
|
2352
|
+
// (s.agent-yes.com is hardcoded — see SIG_DEFAULT) and the same rooms,
|
|
2353
|
+
// only the frontend channel differs (beta = newest main, prod = release
|
|
2354
|
+
// train). The href is minted at click time so the CURRENT #room:pid
|
|
2355
|
+
// deep link rides along. Hidden on any other origin (ay serve /
|
|
2356
|
+
// localhost), where a channel hop is meaningless. Room tokens live in
|
|
2357
|
+
// per-origin localStorage, so the first hop into a private room may ask
|
|
2358
|
+
// to re-auth — the deep link itself still resolves.
|
|
2359
|
+
{
|
|
2360
|
+
const sw = $("envswitch");
|
|
2361
|
+
const beta = BETA_ORIGINS.has(location.hostname);
|
|
2362
|
+
if (beta || location.hostname === "agent-yes.com") {
|
|
2363
|
+
sw.hidden = false;
|
|
2364
|
+
sw.textContent = beta ? "⇄ prod" : "⇄ beta";
|
|
2365
|
+
sw.title = beta
|
|
2366
|
+
? "switch to the production console (agent-yes.com)"
|
|
2367
|
+
: "switch to the beta console (newest main build)";
|
|
2368
|
+
sw.href = "#";
|
|
2369
|
+
sw.addEventListener("click", (e) => {
|
|
2370
|
+
e.preventDefault();
|
|
2371
|
+
const host = beta ? "agent-yes.com" : "beta.agent-yes.com";
|
|
2372
|
+
location.href = "https://" + host + "/w/" + location.hash;
|
|
2373
|
+
});
|
|
2374
|
+
}
|
|
2375
|
+
}
|
|
2318
2376
|
$("setup-sh").title = `installs ${installPackage}`;
|
|
2319
2377
|
$("setup-ps").textContent = `powershell -c "irm ${installOrigin}/setup.ps1 | iex"`;
|
|
2320
2378
|
$("setup-ps").title = `installs ${installPackage}`;
|
|
@@ -7327,6 +7385,23 @@
|
|
|
7327
7385
|
// ignores failures (e.g. remote rooms / cross-origin).
|
|
7328
7386
|
function watchVersion() {
|
|
7329
7387
|
let seen = null;
|
|
7388
|
+
// A new deploy no longer hard-reloads on the spot (that could yank the
|
|
7389
|
+
// page mid-typing) — it raises a tap-to-reload pill instead. The
|
|
7390
|
+
// incoming AY_BUILD stamp is scraped from the fetched body so the pill
|
|
7391
|
+
// can say WHICH build is waiting; selection + filter are restored
|
|
7392
|
+
// across the reload so the update itself stays seamless.
|
|
7393
|
+
const offerUpdate = (body) => {
|
|
7394
|
+
if ($("updatebar")) return; // already offered
|
|
7395
|
+
const m = /"dev" : "([^"]+)"/.exec(body);
|
|
7396
|
+
const sha = m && m[1] !== "__AY_BUILD__" ? m[1] : "";
|
|
7397
|
+
const bar = document.createElement("button");
|
|
7398
|
+
bar.id = "updatebar";
|
|
7399
|
+
bar.className = "updatebar";
|
|
7400
|
+
bar.textContent = "console updated" + (sha ? " → " + sha : "") + " — tap to reload";
|
|
7401
|
+
bar.title = "a new frontend build was deployed; reload to run it";
|
|
7402
|
+
bar.addEventListener("click", () => location.reload());
|
|
7403
|
+
document.body.appendChild(bar);
|
|
7404
|
+
};
|
|
7330
7405
|
const check = async () => {
|
|
7331
7406
|
if (!isActive()) return;
|
|
7332
7407
|
try {
|
|
@@ -7337,7 +7412,7 @@
|
|
|
7337
7412
|
h = Math.imul(h, 0x01000193);
|
|
7338
7413
|
}
|
|
7339
7414
|
const tag = h >>> 0;
|
|
7340
|
-
if (seen !== null && seen !== tag) return
|
|
7415
|
+
if (seen !== null && seen !== tag) return offerUpdate(body);
|
|
7341
7416
|
seen = tag;
|
|
7342
7417
|
} catch {}
|
|
7343
7418
|
};
|
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import "./ts-BA2ZRNy2.js";
|
|
2
|
-
import "./logger-CDIsZ-Pp.js";
|
|
3
|
-
import "./versionChecker-CACJ5ubE.js";
|
|
4
|
-
import "./pidStore-BIvsBQ8X.js";
|
|
5
|
-
import "./globalPidIndex-CoNr7tS8.js";
|
|
6
|
-
import "./messageLog-CxrKJj77.js";
|
|
7
|
-
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-B6Ko89sh.js";
|
|
8
|
-
|
|
9
|
-
export { SUPPORTED_CLIS };
|