agent-yes 1.245.0 → 1.246.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-BCS2WfVQ.js → SUPPORTED_CLIS-D_2-k7ZK.js} +2 -2
- package/dist/{SUPPORTED_CLIS-oSjK-ufr.js → SUPPORTED_CLIS-DcP6VQha.js} +3 -3
- package/dist/{agentShare-vadfTmlY.js → agentShare-DhITqvKb.js} +2 -2
- package/dist/{callback-BmlmOVf0.js → callback-CeNybWS2.js} +3 -3
- package/dist/{callback-D1Q5NrnA.js → callback-DdLX8E0I.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/index.js +2 -2
- package/dist/{notifyDaemon-CkzMOGfO.js → notifyDaemon-XpKwV3oq.js} +2 -2
- package/dist/{rustBinary-Zdlc7xPm.js → rustBinary-BHVUt_lk.js} +2 -2
- package/dist/{schedule-DpeF3r1s.js → schedule-JbSWgSN9.js} +4 -4
- package/dist/{serve-BLzE5MjC.js → serve-DsfTZs_W.js} +13 -13
- package/dist/{setup-DSpauin6.js → setup-PZhaZPTH.js} +2 -2
- package/dist/{subcommands-CIzgfkgJ.js → subcommands-DIJlW9WX.js} +58 -15
- package/dist/{subcommands-BGlhd-Kv.js → subcommands-DWIL0HU9.js} +1 -1
- package/dist/{terminal-B6YzpoUB.js → terminal-DGFIXF4G.js} +2 -2
- package/dist/{ts-DBiaYW-p.js → ts-OaAlshag.js} +2 -2
- package/dist/{versionChecker-DAhFOZGV.js → versionChecker-BPMjOlO6.js} +2 -2
- package/dist/{widget-B8fcwaFd.js → widget-DneBUOXf.js} +3 -3
- package/dist/{ws-DXBkdqP_.js → ws-D-givibu.js} +2 -2
- package/package.json +1 -1
- package/ts/subcommands.ts +63 -7
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as CLIS_CONFIG } from "./ts-
|
|
1
|
+
import { t as CLIS_CONFIG } from "./ts-OaAlshag.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-D_2-k7ZK.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./logger-CDIsZ-Pp.js";
|
|
2
|
-
import "./versionChecker-
|
|
3
|
-
import "./ts-
|
|
2
|
+
import "./versionChecker-BPMjOlO6.js";
|
|
3
|
+
import "./ts-OaAlshag.js";
|
|
4
4
|
import "./todoAutomation-Buo457VO.js";
|
|
5
5
|
import "./JsonlStore-CPGIR0Wy.js";
|
|
6
6
|
import "./globalPidIndex-D9DOSd-c.js";
|
|
7
7
|
import "./pidStore-6EZd5DUv.js";
|
|
8
8
|
import "./messageLog-C-YIzhRj.js";
|
|
9
|
-
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
9
|
+
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-D_2-k7ZK.js";
|
|
10
10
|
|
|
11
11
|
export { SUPPORTED_CLIS };
|
|
@@ -3,7 +3,7 @@ import "./globalPidIndex-D9DOSd-c.js";
|
|
|
3
3
|
import "./messageLog-C-YIzhRj.js";
|
|
4
4
|
import "./e2e-CEIdJGZ7.js";
|
|
5
5
|
import "./configShared-9wVlbPyC.js";
|
|
6
|
-
import { P as resolveOne } from "./subcommands-
|
|
6
|
+
import { P as resolveOne } from "./subcommands-DIJlW9WX.js";
|
|
7
7
|
import "./webrtcLink-BMYneHbu.js";
|
|
8
8
|
import "./remotes-BxQnNxQv.js";
|
|
9
9
|
import { a as startShare } from "./share-BGl3wutJ.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-DhITqvKb.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as agentYesHome } from "./agentYesHome-CtmsY6I-.js";
|
|
2
|
-
import { P as resolveOne } from "./subcommands-
|
|
2
|
+
import { P as resolveOne } from "./subcommands-DIJlW9WX.js";
|
|
3
3
|
import { a as mintCapability, o as parseExpires } from "./callbackCore-Dd28_cBM.js";
|
|
4
4
|
import { randomBytes } from "node:crypto";
|
|
5
5
|
import { mkdir, readFile, writeFile } from "node:fs/promises";
|
|
@@ -72,7 +72,7 @@ async function resolveBase(flag) {
|
|
|
72
72
|
if (flag) return flag;
|
|
73
73
|
if (process.env.AGENT_YES_CALLBACK_BASE) return process.env.AGENT_YES_CALLBACK_BASE;
|
|
74
74
|
try {
|
|
75
|
-
const { resolveLocalServeUrl } = await import("./serve-
|
|
75
|
+
const { resolveLocalServeUrl } = await import("./serve-DsfTZs_W.js");
|
|
76
76
|
const url = await resolveLocalServeUrl();
|
|
77
77
|
if (url) return url;
|
|
78
78
|
} catch {}
|
|
@@ -187,4 +187,4 @@ async function cmdCallback(rest) {
|
|
|
187
187
|
|
|
188
188
|
//#endregion
|
|
189
189
|
export { loadOrCreateCallbackSecret as i, isCallbackRevoked as n, loadCallbackSecretReadOnly as r, cmdCallback as t };
|
|
190
|
-
//# sourceMappingURL=callback-
|
|
190
|
+
//# sourceMappingURL=callback-CeNybWS2.js.map
|
|
@@ -3,10 +3,10 @@ import "./globalPidIndex-D9DOSd-c.js";
|
|
|
3
3
|
import "./messageLog-C-YIzhRj.js";
|
|
4
4
|
import "./e2e-CEIdJGZ7.js";
|
|
5
5
|
import "./configShared-9wVlbPyC.js";
|
|
6
|
-
import "./subcommands-
|
|
6
|
+
import "./subcommands-DIJlW9WX.js";
|
|
7
7
|
import "./webrtcLink-BMYneHbu.js";
|
|
8
8
|
import "./remotes-BxQnNxQv.js";
|
|
9
9
|
import "./callbackCore-Dd28_cBM.js";
|
|
10
|
-
import { i as loadOrCreateCallbackSecret, n as isCallbackRevoked, r as loadCallbackSecretReadOnly, t as cmdCallback } from "./callback-
|
|
10
|
+
import { i as loadOrCreateCallbackSecret, n as isCallbackRevoked, r as loadCallbackSecretReadOnly, t as cmdCallback } from "./callback-CeNybWS2.js";
|
|
11
11
|
|
|
12
12
|
export { cmdCallback };
|
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-BPMjOlO6.js";
|
|
5
|
+
import { n as getRustBinary } from "./rustBinary-BHVUt_lk.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, isUnknownManagerToken } = await import("./subcommands-
|
|
288
|
+
const { isSubcommand, runSubcommand, cmdHelp, isUnknownManagerToken } = await import("./subcommands-DWIL0HU9.js");
|
|
289
289
|
if (isHelpFlag && process.argv.length === 3) {
|
|
290
290
|
await cmdHelp(managerCommands);
|
|
291
291
|
process.exit(0);
|
|
@@ -295,7 +295,7 @@ function buildRustArgs(argv, cliFromScript, supportedClis) {
|
|
|
295
295
|
process.exit(code ?? 0);
|
|
296
296
|
}
|
|
297
297
|
{
|
|
298
|
-
const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-
|
|
298
|
+
const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-DcP6VQha.js");
|
|
299
299
|
if (isUnknownManagerToken(rawArg, managerCommands, SUPPORTED_CLIS)) {
|
|
300
300
|
process.stderr.write(`ay: unknown subcommand or CLI '${rawArg}'.\n See 'ay help' for subcommands. To run an agent, name a CLI:\n 'ay <cli> …' (e.g. 'ay claude …') or 'ay --cli <cli> …'.\n`);
|
|
301
301
|
process.exit(1);
|
|
@@ -346,7 +346,7 @@ if (config.useRust) {
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
if (rustBinary) {
|
|
349
|
-
const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-
|
|
349
|
+
const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-DcP6VQha.js");
|
|
350
350
|
const rustArgs = buildRustArgs(process.argv, config.cli, SUPPORTED_CLIS);
|
|
351
351
|
if (config.verbose) {
|
|
352
352
|
console.log(`[rust] Using binary: ${rustBinary}`);
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./logger-CDIsZ-Pp.js";
|
|
2
|
-
import "./versionChecker-
|
|
3
|
-
import { a as hasTodoStore, c as AgentContext, i as answerAsk, n as agentYes, o as listAsks, r as config, s as listAsksForProject, t as CLIS_CONFIG } from "./ts-
|
|
2
|
+
import "./versionChecker-BPMjOlO6.js";
|
|
3
|
+
import { a as hasTodoStore, c as AgentContext, i as answerAsk, n as agentYes, o as listAsks, r as config, s as listAsksForProject, t as CLIS_CONFIG } from "./ts-OaAlshag.js";
|
|
4
4
|
import { _ as isKnownKind, a as renderTree, b as statesOf, c as monitorHint, d as openStore, f as DONE_STATE, g as initialState, h as canTransition, i as renderDigest, l as CycleError, m as ORPHANED_STATE, o as unblockedTasks, p as LIFECYCLES, r as openBlockers, s as describeBlock, t as reconcileTodos, u as TodoStore, v as nextStates, x as removeControlCharacters, y as requiredGate } from "./todoAutomation-Buo457VO.js";
|
|
5
5
|
import "./JsonlStore-CPGIR0Wy.js";
|
|
6
6
|
import "./globalPidIndex-D9DOSd-c.js";
|
|
@@ -3,7 +3,7 @@ import "./globalPidIndex-D9DOSd-c.js";
|
|
|
3
3
|
import "./messageLog-C-YIzhRj.js";
|
|
4
4
|
import "./e2e-CEIdJGZ7.js";
|
|
5
5
|
import "./configShared-9wVlbPyC.js";
|
|
6
|
-
import { $ as shouldStealLock, C as listRecords, J as hostId, K as appendEvent, Q as readInbox, X as listInboxParents, Z as liveWatchers, _ as isPidAlive, c as deriveLiveState, et as daemonLockDir, j as renderLogTailLines, nt as notifyDir, q as gcInboxes, tt as daemonLockOwnerPath } from "./subcommands-
|
|
6
|
+
import { $ as shouldStealLock, C as listRecords, J as hostId, K as appendEvent, Q as readInbox, X as listInboxParents, Z as liveWatchers, _ as isPidAlive, c as deriveLiveState, et as daemonLockDir, j as renderLogTailLines, nt as notifyDir, q as gcInboxes, tt as daemonLockOwnerPath } from "./subcommands-DIJlW9WX.js";
|
|
7
7
|
import "./webrtcLink-BMYneHbu.js";
|
|
8
8
|
import "./remotes-BxQnNxQv.js";
|
|
9
9
|
import { mkdir, readFile, rename, rm, stat, writeFile } from "fs/promises";
|
|
@@ -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-XpKwV3oq.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as getInstalledPackage } from "./versionChecker-
|
|
1
|
+
import { r as getInstalledPackage } from "./versionChecker-BPMjOlO6.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-BHVUt_lk.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "./logger-CDIsZ-Pp.js";
|
|
2
|
-
import "./versionChecker-
|
|
3
|
-
import "./ts-
|
|
2
|
+
import "./versionChecker-BPMjOlO6.js";
|
|
3
|
+
import "./ts-OaAlshag.js";
|
|
4
4
|
import "./todoAutomation-Buo457VO.js";
|
|
5
5
|
import "./JsonlStore-CPGIR0Wy.js";
|
|
6
6
|
import "./globalPidIndex-D9DOSd-c.js";
|
|
7
7
|
import "./pidStore-6EZd5DUv.js";
|
|
8
8
|
import "./messageLog-C-YIzhRj.js";
|
|
9
|
-
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
9
|
+
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-D_2-k7ZK.js";
|
|
10
10
|
import { d as resolveSpawnCwd } from "./workspaceConfig-DOHygA2x.js";
|
|
11
11
|
import { n as liveEnv, t as ensureNodeRuntime } from "./nodeRuntime-BtL6Oo1o.js";
|
|
12
12
|
import { createHash } from "node:crypto";
|
|
@@ -153,4 +153,4 @@ async function cmdSchedule(rest) {
|
|
|
153
153
|
|
|
154
154
|
//#endregion
|
|
155
155
|
export { cmdSchedule };
|
|
156
|
-
//# sourceMappingURL=schedule-
|
|
156
|
+
//# sourceMappingURL=schedule-JbSWgSN9.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./logger-CDIsZ-Pp.js";
|
|
2
|
-
import { r as getInstalledPackage } from "./versionChecker-
|
|
3
|
-
import { t as findSpawnHiddenLauncher } from "./rustBinary-
|
|
4
|
-
import { i as answerAsk, l as CLAUDE_SESSION_PIN_ENV, o as listAsks } from "./ts-
|
|
2
|
+
import { r as getInstalledPackage } from "./versionChecker-BPMjOlO6.js";
|
|
3
|
+
import { t as findSpawnHiddenLauncher } from "./rustBinary-BHVUt_lk.js";
|
|
4
|
+
import { i as answerAsk, l as CLAUDE_SESSION_PIN_ENV, o as listAsks } from "./ts-OaAlshag.js";
|
|
5
5
|
import { t as agentYesHome$1 } from "./agentYesHome-CtmsY6I-.js";
|
|
6
6
|
import { x as removeControlCharacters } from "./todoAutomation-Buo457VO.js";
|
|
7
7
|
import "./JsonlStore-CPGIR0Wy.js";
|
|
@@ -11,12 +11,12 @@ import { r as recordInbox } from "./messageLog-C-YIzhRj.js";
|
|
|
11
11
|
import { t as pgidForWrapper } from "./reaper-DP49VCKx.js";
|
|
12
12
|
import "./e2e-CEIdJGZ7.js";
|
|
13
13
|
import "./configShared-9wVlbPyC.js";
|
|
14
|
-
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
15
|
-
import { A as recentReadEdges, C as listRecords, D as readNotes, G as writeToIpc, M as renderRawLog, N as renderRawLogLines, O as readPtysize, P as resolveOne, Y as isTransientLockMkdirError, f as extractNeedsInput, j as renderLogTailLines, k as recentMessageEdges, l as deriveLiveStatus, o as controlCodeFromName, p as extractTaskCounts, rt as TYPING_BADGE, u as extractBadges, x as isUserTyping, z as snapshotStatus } from "./subcommands-
|
|
14
|
+
import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-D_2-k7ZK.js";
|
|
15
|
+
import { A as recentReadEdges, C as listRecords, D as readNotes, G as writeToIpc, M as renderRawLog, N as renderRawLogLines, O as readPtysize, P as resolveOne, Y as isTransientLockMkdirError, f as extractNeedsInput, j as renderLogTailLines, k as recentMessageEdges, l as deriveLiveStatus, o as controlCodeFromName, p as extractTaskCounts, rt as TYPING_BADGE, u as extractBadges, x as isUserTyping, z as snapshotStatus } from "./subcommands-DIJlW9WX.js";
|
|
16
16
|
import "./webrtcLink-BMYneHbu.js";
|
|
17
17
|
import "./remotes-BxQnNxQv.js";
|
|
18
18
|
import { i as frameVisitorMessage, s as verifyCapability, t as MAX_CALLBACK_MSG_BYTES } from "./callbackCore-Dd28_cBM.js";
|
|
19
|
-
import { n as isCallbackRevoked, r as loadCallbackSecretReadOnly } from "./callback-
|
|
19
|
+
import { n as isCallbackRevoked, r as loadCallbackSecretReadOnly } from "./callback-CeNybWS2.js";
|
|
20
20
|
import { a as getSpawnHook, c as hasProvisionHook, d as resolveSpawnCwd, i as getProvisionRoot, l as hasSpawnHook, r as getProvisionHook, u as isProvisionAllowed } from "./workspaceConfig-DOHygA2x.js";
|
|
21
21
|
import { n as liveEnv, t as ensureNodeRuntime } from "./nodeRuntime-BtL6Oo1o.js";
|
|
22
22
|
import { r as spawnRejectionReason } from "./spawnGate-BxgS_GlF.js";
|
|
@@ -2294,7 +2294,7 @@ Options:
|
|
|
2294
2294
|
}
|
|
2295
2295
|
});
|
|
2296
2296
|
if (req.method === "GET" && p === "/api/ws") {
|
|
2297
|
-
const ws = await import("./ws-
|
|
2297
|
+
const ws = await import("./ws-D-givibu.js");
|
|
2298
2298
|
try {
|
|
2299
2299
|
await ws.loadProvision();
|
|
2300
2300
|
} catch (e) {
|
|
@@ -2314,7 +2314,7 @@ Options:
|
|
|
2314
2314
|
if (req.method === "GET" && p === "/api/ws/status") {
|
|
2315
2315
|
const dirRaw = url.searchParams.get("path");
|
|
2316
2316
|
if (!dirRaw) return new Response("missing ?path=<workspace dir>", { status: 400 });
|
|
2317
|
-
const ws = await import("./ws-
|
|
2317
|
+
const ws = await import("./ws-D-givibu.js");
|
|
2318
2318
|
let prov;
|
|
2319
2319
|
try {
|
|
2320
2320
|
prov = await ws.loadProvision();
|
|
@@ -3064,7 +3064,7 @@ Options:
|
|
|
3064
3064
|
const perm = body.perm ?? "r";
|
|
3065
3065
|
if (perm !== "r" && perm !== "rw") return new Response(`invalid perm ${perm} (want r or rw)`, { status: 400 });
|
|
3066
3066
|
try {
|
|
3067
|
-
const { createScopedShare } = await import("./agentShare-
|
|
3067
|
+
const { createScopedShare } = await import("./agentShare-DhITqvKb.js");
|
|
3068
3068
|
const share = await createScopedShare({
|
|
3069
3069
|
agent: body.agent,
|
|
3070
3070
|
perm,
|
|
@@ -3079,12 +3079,12 @@ Options:
|
|
|
3079
3079
|
}
|
|
3080
3080
|
}
|
|
3081
3081
|
if (req.method === "GET" && p === "/api/shares") {
|
|
3082
|
-
const { listShares } = await import("./agentShare-
|
|
3082
|
+
const { listShares } = await import("./agentShare-DhITqvKb.js");
|
|
3083
3083
|
return Response.json(listShares());
|
|
3084
3084
|
}
|
|
3085
3085
|
const revokeM = /^\/api\/share\/([^/]+)$/.exec(p);
|
|
3086
3086
|
if (req.method === "DELETE" && revokeM) {
|
|
3087
|
-
const { revokeShare } = await import("./agentShare-
|
|
3087
|
+
const { revokeShare } = await import("./agentShare-DhITqvKb.js");
|
|
3088
3088
|
const ok = revokeShare(decodeURIComponent(revokeM[1]));
|
|
3089
3089
|
return new Response(ok ? "revoked" : "no such share", { status: ok ? 200 : 404 });
|
|
3090
3090
|
}
|
|
@@ -3386,7 +3386,7 @@ Options:
|
|
|
3386
3386
|
const shutdown = (resolve) => {
|
|
3387
3387
|
if (heartbeat) clearInterval(heartbeat);
|
|
3388
3388
|
closeShare?.();
|
|
3389
|
-
import("./agentShare-
|
|
3389
|
+
import("./agentShare-DhITqvKb.js").then((m) => m.revokeAllShares()).catch(() => {});
|
|
3390
3390
|
server?.stop();
|
|
3391
3391
|
Promise.resolve(releaseHostLock?.()).catch(() => {}).then(resolve);
|
|
3392
3392
|
};
|
|
@@ -3399,4 +3399,4 @@ Options:
|
|
|
3399
3399
|
|
|
3400
3400
|
//#endregion
|
|
3401
3401
|
export { cmdServe, loadTokenReadOnly, mintScopedTermToken, resolveDaemonHttpBase, resolveLocalServeUrl };
|
|
3402
|
-
//# sourceMappingURL=serve-
|
|
3402
|
+
//# sourceMappingURL=serve-DsfTZs_W.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-DsfTZs_W.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-PZhaZPTH.js.map
|
|
@@ -1267,31 +1267,31 @@ async function runSubcommand(argv) {
|
|
|
1267
1267
|
return cmdCh(rest);
|
|
1268
1268
|
}
|
|
1269
1269
|
case "term": {
|
|
1270
|
-
const { cmdTerm } = await import("./terminal-
|
|
1270
|
+
const { cmdTerm } = await import("./terminal-DGFIXF4G.js");
|
|
1271
1271
|
return cmdTerm(rest);
|
|
1272
1272
|
}
|
|
1273
1273
|
case "widget": {
|
|
1274
|
-
const { cmdWidget } = await import("./widget-
|
|
1274
|
+
const { cmdWidget } = await import("./widget-DneBUOXf.js");
|
|
1275
1275
|
return cmdWidget(rest);
|
|
1276
1276
|
}
|
|
1277
1277
|
case "mint": {
|
|
1278
|
-
const { cmdMint } = await import("./widget-
|
|
1278
|
+
const { cmdMint } = await import("./widget-DneBUOXf.js");
|
|
1279
1279
|
return cmdMint(rest);
|
|
1280
1280
|
}
|
|
1281
1281
|
case "serve": {
|
|
1282
|
-
const { cmdServe } = await import("./serve-
|
|
1282
|
+
const { cmdServe } = await import("./serve-DsfTZs_W.js");
|
|
1283
1283
|
return cmdServe(rest);
|
|
1284
1284
|
}
|
|
1285
1285
|
case "setup": {
|
|
1286
|
-
const { cmdSetup } = await import("./setup-
|
|
1286
|
+
const { cmdSetup } = await import("./setup-PZhaZPTH.js");
|
|
1287
1287
|
return cmdSetup(rest);
|
|
1288
1288
|
}
|
|
1289
1289
|
case "ws": {
|
|
1290
|
-
const { cmdWs } = await import("./ws-
|
|
1290
|
+
const { cmdWs } = await import("./ws-D-givibu.js");
|
|
1291
1291
|
return cmdWs(rest);
|
|
1292
1292
|
}
|
|
1293
1293
|
case "schedule": {
|
|
1294
|
-
const { cmdSchedule } = await import("./schedule-
|
|
1294
|
+
const { cmdSchedule } = await import("./schedule-JbSWgSN9.js");
|
|
1295
1295
|
return cmdSchedule(rest);
|
|
1296
1296
|
}
|
|
1297
1297
|
case "remote": {
|
|
@@ -1303,7 +1303,7 @@ async function runSubcommand(argv) {
|
|
|
1303
1303
|
return cmdExpose(rest);
|
|
1304
1304
|
}
|
|
1305
1305
|
case "callback": {
|
|
1306
|
-
const { cmdCallback } = await import("./callback-
|
|
1306
|
+
const { cmdCallback } = await import("./callback-DdLX8E0I.js");
|
|
1307
1307
|
return cmdCallback(rest);
|
|
1308
1308
|
}
|
|
1309
1309
|
case "reap":
|
|
@@ -3706,18 +3706,60 @@ async function cmdAttach(rest) {
|
|
|
3706
3706
|
const winsizeDir = path.join(ayHome, "winsize");
|
|
3707
3707
|
await mkdir(winsizeDir, { recursive: true });
|
|
3708
3708
|
const winsizePath = path.join(winsizeDir, String(record.pid));
|
|
3709
|
-
const
|
|
3710
|
-
|
|
3711
|
-
|
|
3709
|
+
const { resolveDaemonHttpBase, loadTokenReadOnly } = await import("./serve-DsfTZs_W.js");
|
|
3710
|
+
const daemonBase = await resolveDaemonHttpBase().catch(() => null);
|
|
3711
|
+
const daemonToken = daemonBase ? await loadTokenReadOnly().catch(() => null) : null;
|
|
3712
|
+
const capViewer = `attach:${process.pid}`;
|
|
3713
|
+
let capMode = !!(daemonBase && daemonToken);
|
|
3714
|
+
const writeWinsizeDirect = async (cols, rows) => {
|
|
3712
3715
|
try {
|
|
3713
3716
|
await writeFile(winsizePath, `${cols} ${rows} ${Date.now()}\n`);
|
|
3714
|
-
process.stderr.write(`[api/resize] pid=${record.pid} ${cols}x${rows} src=ay-attach\n`);
|
|
3717
|
+
process.stderr.write(`[api/resize] pid=${record.pid} ${cols}x${rows} src=ay-attach-direct\n`);
|
|
3715
3718
|
try {
|
|
3716
3719
|
process.kill(record.pid, "SIGWINCH");
|
|
3717
3720
|
} catch {}
|
|
3718
3721
|
} catch {}
|
|
3719
3722
|
};
|
|
3723
|
+
const sendResize = async () => {
|
|
3724
|
+
const cols = process.stdout.columns ?? 80;
|
|
3725
|
+
const rows = process.stdout.rows ?? 24;
|
|
3726
|
+
if (capMode && daemonBase && daemonToken) {
|
|
3727
|
+
try {
|
|
3728
|
+
if ((await fetch(`${daemonBase}/api/resize/${encodeURIComponent(String(record.pid))}?token=${encodeURIComponent(daemonToken)}`, {
|
|
3729
|
+
method: "POST",
|
|
3730
|
+
headers: { "content-type": "application/json" },
|
|
3731
|
+
body: JSON.stringify({
|
|
3732
|
+
cols,
|
|
3733
|
+
rows,
|
|
3734
|
+
viewer: capViewer
|
|
3735
|
+
})
|
|
3736
|
+
})).ok) {
|
|
3737
|
+
process.stderr.write(`[api/resize] pid=${record.pid} ${cols}x${rows} src=ay-attach-cap\n`);
|
|
3738
|
+
return;
|
|
3739
|
+
}
|
|
3740
|
+
} catch {}
|
|
3741
|
+
capMode = false;
|
|
3742
|
+
}
|
|
3743
|
+
await writeWinsizeDirect(cols, rows);
|
|
3744
|
+
};
|
|
3720
3745
|
await sendResize();
|
|
3746
|
+
const capHeartbeat = capMode ? setInterval(() => {
|
|
3747
|
+
if (capMode) sendResize();
|
|
3748
|
+
}, 5e3) : null;
|
|
3749
|
+
const withdrawAttachCap = async () => {
|
|
3750
|
+
if (capHeartbeat) clearInterval(capHeartbeat);
|
|
3751
|
+
if (!daemonBase || !daemonToken) return;
|
|
3752
|
+
try {
|
|
3753
|
+
await fetch(`${daemonBase}/api/presence?token=${encodeURIComponent(daemonToken)}`, {
|
|
3754
|
+
method: "POST",
|
|
3755
|
+
headers: { "content-type": "application/json" },
|
|
3756
|
+
body: JSON.stringify({
|
|
3757
|
+
viewer: capViewer,
|
|
3758
|
+
agent: null
|
|
3759
|
+
})
|
|
3760
|
+
});
|
|
3761
|
+
} catch {}
|
|
3762
|
+
};
|
|
3721
3763
|
await new Promise((r) => setTimeout(r, 50));
|
|
3722
3764
|
const stdinIsTty = !!process.stdin.isTTY;
|
|
3723
3765
|
if (stdinIsTty) try {
|
|
@@ -3769,6 +3811,7 @@ async function cmdAttach(rest) {
|
|
|
3769
3811
|
detached = true;
|
|
3770
3812
|
if (pollTimer) clearInterval(pollTimer);
|
|
3771
3813
|
if (aliveCheck) clearInterval(aliveCheck);
|
|
3814
|
+
withdrawAttachCap();
|
|
3772
3815
|
watcher.close();
|
|
3773
3816
|
process.stdout.removeListener("resize", onResize);
|
|
3774
3817
|
process.stdin.removeListener("data", onStdinData);
|
|
@@ -4342,7 +4385,7 @@ async function cmdNotify(rest) {
|
|
|
4342
4385
|
}
|
|
4343
4386
|
const ensure = async () => {
|
|
4344
4387
|
if (!argv["ensure-daemon"]) return;
|
|
4345
|
-
const { ensureDaemon } = await import("./notifyDaemon-
|
|
4388
|
+
const { ensureDaemon } = await import("./notifyDaemon-XpKwV3oq.js");
|
|
4346
4389
|
await ensureDaemon().catch(() => null);
|
|
4347
4390
|
};
|
|
4348
4391
|
await heartbeatWatcher(parent, selfStartedAt);
|
|
@@ -4416,7 +4459,7 @@ async function cmdNotifyCursor(args) {
|
|
|
4416
4459
|
}
|
|
4417
4460
|
async function cmdNotifyd(rest) {
|
|
4418
4461
|
const sub = rest[0] ?? "status";
|
|
4419
|
-
const daemon = await import("./notifyDaemon-
|
|
4462
|
+
const daemon = await import("./notifyDaemon-XpKwV3oq.js");
|
|
4420
4463
|
switch (sub) {
|
|
4421
4464
|
case "run": return daemon.runDaemon();
|
|
4422
4465
|
case "once": return daemon.runDaemon({ once: true });
|
|
@@ -4443,4 +4486,4 @@ async function cmdNotifyd(rest) {
|
|
|
4443
4486
|
|
|
4444
4487
|
//#endregion
|
|
4445
4488
|
export { shouldStealLock as $, recentReadEdges as A, stdinActivityPath as B, listRecords as C, readNotes as D, readAgentPtysize as E, resolveReadWindow as F, writeToIpc as G, submitAndConfirm as H, resolveResumeArgs as I, hostId as J, appendEvent as K, restartHintLines as L, renderRawLog as M, renderRawLogLines as N, readPtysize as O, resolveOne as P, readInbox as Q, runSubcommand as R, lastStdinAt as S, menuSelectKeys as T, waitForLogQuiet as U, stopTipForCli as V, writeKeysPaced as W, listInboxParents as X, isTransientLockMkdirError as Y, liveWatchers as Z, isPidAlive as _, cmdHelp as a, isUnknownManagerToken as b, deriveLiveState as c, extractMenu as d, daemonLockDir as et, extractNeedsInput as f, isExitRequest as g, isAgentStuck as h, backoffWhileTyping as i, renderLogTailLines as j, recentMessageEdges as k, deriveLiveStatus as l, finalizedLines as m, READ_PAGE_DEFAULT as n, notifyDir as nt, controlCodeFromName as o, extractTaskCounts as p, gcInboxes as q, TYPING_WINDOW_MS as r, TYPING_BADGE as rt, cursorAbs as s, GRACEFUL_EXIT_COMMANDS as t, daemonLockOwnerPath as tt, extractBadges as u, isSlashCommand as v, matchKeyword as w, isUserTyping as x, isSubcommand as y, snapshotStatus as z };
|
|
4446
|
-
//# sourceMappingURL=subcommands-
|
|
4489
|
+
//# sourceMappingURL=subcommands-DIJlW9WX.js.map
|
|
@@ -3,7 +3,7 @@ import "./globalPidIndex-D9DOSd-c.js";
|
|
|
3
3
|
import "./messageLog-C-YIzhRj.js";
|
|
4
4
|
import "./e2e-CEIdJGZ7.js";
|
|
5
5
|
import "./configShared-9wVlbPyC.js";
|
|
6
|
-
import { A as recentReadEdges, B as stdinActivityPath, C as listRecords, D as readNotes, E as readAgentPtysize, F as resolveReadWindow, G as writeToIpc, H as submitAndConfirm, I as resolveResumeArgs, L as restartHintLines, M as renderRawLog, N as renderRawLogLines, O as readPtysize, P as resolveOne, R as runSubcommand, S as lastStdinAt, T as menuSelectKeys, U as waitForLogQuiet, V as stopTipForCli, W as writeKeysPaced, _ as isPidAlive, a as cmdHelp, b as isUnknownManagerToken, c as deriveLiveState, d as extractMenu, f as extractNeedsInput, g as isExitRequest, h as isAgentStuck, i as backoffWhileTyping, j as renderLogTailLines, k as recentMessageEdges, 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 matchKeyword, x as isUserTyping, y as isSubcommand, z as snapshotStatus } from "./subcommands-
|
|
6
|
+
import { A as recentReadEdges, B as stdinActivityPath, C as listRecords, D as readNotes, E as readAgentPtysize, F as resolveReadWindow, G as writeToIpc, H as submitAndConfirm, I as resolveResumeArgs, L as restartHintLines, M as renderRawLog, N as renderRawLogLines, O as readPtysize, P as resolveOne, R as runSubcommand, S as lastStdinAt, T as menuSelectKeys, U as waitForLogQuiet, V as stopTipForCli, W as writeKeysPaced, _ as isPidAlive, a as cmdHelp, b as isUnknownManagerToken, c as deriveLiveState, d as extractMenu, f as extractNeedsInput, g as isExitRequest, h as isAgentStuck, i as backoffWhileTyping, j as renderLogTailLines, k as recentMessageEdges, 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 matchKeyword, x as isUserTyping, y as isSubcommand, z as snapshotStatus } from "./subcommands-DIJlW9WX.js";
|
|
7
7
|
import "./webrtcLink-BMYneHbu.js";
|
|
8
8
|
import "./remotes-BxQnNxQv.js";
|
|
9
9
|
|
|
@@ -98,7 +98,7 @@ async function cmdTermMint(args) {
|
|
|
98
98
|
if (flags.ro && flags.interactive) throw new Error("--ro and --interactive are mutually exclusive");
|
|
99
99
|
const ttlSec = parseTtlSec(typeof flags.ttl === "string" ? flags.ttl : "15m");
|
|
100
100
|
const canSend = flags.interactive === true;
|
|
101
|
-
const { mintScopedTermToken } = await import("./serve-
|
|
101
|
+
const { mintScopedTermToken } = await import("./serve-DsfTZs_W.js");
|
|
102
102
|
const r = await mintScopedTermToken(pid, {
|
|
103
103
|
ttlSec,
|
|
104
104
|
canSend
|
|
@@ -135,4 +135,4 @@ async function cmdTerm(args) {
|
|
|
135
135
|
|
|
136
136
|
//#endregion
|
|
137
137
|
export { cmdTerm };
|
|
138
|
-
//# sourceMappingURL=terminal-
|
|
138
|
+
//# sourceMappingURL=terminal-DGFIXF4G.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __esmMin, r as __exportAll } from "./chunk-cZBX9HZv.js";
|
|
2
2
|
import { n as logger, t as addTransport } from "./logger-CDIsZ-Pp.js";
|
|
3
|
-
import { r as getInstalledPackage } from "./versionChecker-
|
|
3
|
+
import { r as getInstalledPackage } from "./versionChecker-BPMjOlO6.js";
|
|
4
4
|
import { t as agentYesHome } from "./agentYesHome-CtmsY6I-.js";
|
|
5
5
|
import { d as openStore, p as LIFECYCLES, x as removeControlCharacters } from "./todoAutomation-Buo457VO.js";
|
|
6
6
|
import { i as shouldUseLock, r as releaseLock, t as acquireLock } from "./runningLock-DBoONoM-.js";
|
|
@@ -2027,4 +2027,4 @@ function sleep(ms) {
|
|
|
2027
2027
|
|
|
2028
2028
|
//#endregion
|
|
2029
2029
|
export { hasTodoStore as a, AgentContext as c, answerAsk as i, CLAUDE_SESSION_PIN_ENV as l, agentYes as n, listAsks as o, config as r, listAsksForProject as s, CLIS_CONFIG as t };
|
|
2030
|
-
//# sourceMappingURL=ts-
|
|
2030
|
+
//# sourceMappingURL=ts-OaAlshag.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.246.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-BPMjOlO6.js.map
|
|
@@ -28,7 +28,7 @@ function parseFlags(args, known) {
|
|
|
28
28
|
}
|
|
29
29
|
/** Resolve the local daemon base URL + token (flags override discovery). */
|
|
30
30
|
async function daemonTarget(flags) {
|
|
31
|
-
const { resolveDaemonHttpBase, loadTokenReadOnly } = await import("./serve-
|
|
31
|
+
const { resolveDaemonHttpBase, loadTokenReadOnly } = await import("./serve-DsfTZs_W.js");
|
|
32
32
|
const base = typeof flags.base === "string" ? flags.base : await resolveDaemonHttpBase();
|
|
33
33
|
if (!base) throw new Error("no running ay serve daemon found — start `ay serve` or pass --base <url> (e.g. http://127.0.0.1:PORT)");
|
|
34
34
|
const token = typeof flags.token === "string" ? flags.token : await loadTokenReadOnly() ?? "";
|
|
@@ -186,7 +186,7 @@ async function cmdMint(args) {
|
|
|
186
186
|
const bad = caps.filter((c) => !KNOWN_CAPS.has(c));
|
|
187
187
|
if (bad.length) throw new Error(`unknown cap(s): ${bad.join(", ")} (valid: ${[...KNOWN_CAPS].join(", ")})`);
|
|
188
188
|
const ttlSec = parseTtlSec(typeof flags.ttl === "string" ? flags.ttl : "15m");
|
|
189
|
-
const { mintScopedTermToken } = await import("./serve-
|
|
189
|
+
const { mintScopedTermToken } = await import("./serve-DsfTZs_W.js");
|
|
190
190
|
const r = await mintScopedTermToken(target, {
|
|
191
191
|
ttlSec,
|
|
192
192
|
caps
|
|
@@ -202,4 +202,4 @@ async function cmdMint(args) {
|
|
|
202
202
|
|
|
203
203
|
//#endregion
|
|
204
204
|
export { cmdMint, cmdWidget };
|
|
205
|
-
//# sourceMappingURL=widget-
|
|
205
|
+
//# sourceMappingURL=widget-DneBUOXf.js.map
|
|
@@ -3,7 +3,7 @@ import "./globalPidIndex-D9DOSd-c.js";
|
|
|
3
3
|
import "./messageLog-C-YIzhRj.js";
|
|
4
4
|
import "./e2e-CEIdJGZ7.js";
|
|
5
5
|
import "./configShared-9wVlbPyC.js";
|
|
6
|
-
import { C as listRecords } from "./subcommands-
|
|
6
|
+
import { C as listRecords } from "./subcommands-DIJlW9WX.js";
|
|
7
7
|
import "./webrtcLink-BMYneHbu.js";
|
|
8
8
|
import "./remotes-BxQnNxQv.js";
|
|
9
9
|
import { i as getProvisionRoot } from "./workspaceConfig-DOHygA2x.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-D-givibu.js.map
|
package/package.json
CHANGED
package/ts/subcommands.ts
CHANGED
|
@@ -4049,15 +4049,21 @@ async function cmdAttach(rest: string[]): Promise<number> {
|
|
|
4049
4049
|
await mkdir(winsizeDir, { recursive: true });
|
|
4050
4050
|
const winsizePath = path.join(winsizeDir, String(record.pid));
|
|
4051
4051
|
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4052
|
+
// Prefer reporting our terminal as a size CAP to the local `ay serve` daemon (3d):
|
|
4053
|
+
// it negotiates the shared PTY as the min across ALL viewers (this attach + web
|
|
4054
|
+
// console + widgets), so attaching a wide terminal no longer raw-clobbers a phone
|
|
4055
|
+
// viewer's small grid (last-writer-wins). Falls back to a direct winsize write when
|
|
4056
|
+
// no daemon is running — then this attach is the sole authority and drives it itself.
|
|
4057
|
+
const { resolveDaemonHttpBase, loadTokenReadOnly } = await import("./serve.ts");
|
|
4058
|
+
const daemonBase = await resolveDaemonHttpBase().catch(() => null);
|
|
4059
|
+
const daemonToken = daemonBase ? await loadTokenReadOnly().catch(() => null) : null;
|
|
4060
|
+
const capViewer = `attach:${process.pid}`;
|
|
4061
|
+
let capMode = !!(daemonBase && daemonToken);
|
|
4062
|
+
|
|
4063
|
+
const writeWinsizeDirect = async (cols: number, rows: number) => {
|
|
4055
4064
|
try {
|
|
4056
4065
|
await writeFile(winsizePath, `${cols} ${rows} ${Date.now()}\n`);
|
|
4057
|
-
|
|
4058
|
-
// resizes the shared PTY to its terminal, so it must be visible when hunting
|
|
4059
|
-
// a resize-fight. Goes to this attach process's stderr (not the daemon log).
|
|
4060
|
-
process.stderr.write(`[api/resize] pid=${record.pid} ${cols}x${rows} src=ay-attach\n`);
|
|
4066
|
+
process.stderr.write(`[api/resize] pid=${record.pid} ${cols}x${rows} src=ay-attach-direct\n`);
|
|
4061
4067
|
try {
|
|
4062
4068
|
process.kill(record.pid, "SIGWINCH");
|
|
4063
4069
|
} catch {
|
|
@@ -4067,7 +4073,56 @@ async function cmdAttach(rest: string[]): Promise<number> {
|
|
|
4067
4073
|
/* ignore */
|
|
4068
4074
|
}
|
|
4069
4075
|
};
|
|
4076
|
+
const sendResize = async () => {
|
|
4077
|
+
const cols = process.stdout.columns ?? 80;
|
|
4078
|
+
const rows = process.stdout.rows ?? 24;
|
|
4079
|
+
// Cap path: POST /api/resize (cap-report; the daemon publishCap+scheduleNego's it).
|
|
4080
|
+
if (capMode && daemonBase && daemonToken) {
|
|
4081
|
+
try {
|
|
4082
|
+
const res = await fetch(
|
|
4083
|
+
`${daemonBase}/api/resize/${encodeURIComponent(String(record.pid))}?token=${encodeURIComponent(daemonToken)}`,
|
|
4084
|
+
{
|
|
4085
|
+
method: "POST",
|
|
4086
|
+
headers: { "content-type": "application/json" },
|
|
4087
|
+
body: JSON.stringify({ cols, rows, viewer: capViewer }),
|
|
4088
|
+
},
|
|
4089
|
+
);
|
|
4090
|
+
if (res.ok) {
|
|
4091
|
+
process.stderr.write(
|
|
4092
|
+
`[api/resize] pid=${record.pid} ${cols}x${rows} src=ay-attach-cap\n`,
|
|
4093
|
+
);
|
|
4094
|
+
return;
|
|
4095
|
+
}
|
|
4096
|
+
} catch {
|
|
4097
|
+
/* daemon vanished mid-session — fall through to the direct write */
|
|
4098
|
+
}
|
|
4099
|
+
capMode = false; // stop retrying the daemon; drive the winsize ourselves
|
|
4100
|
+
}
|
|
4101
|
+
await writeWinsizeDirect(cols, rows);
|
|
4102
|
+
};
|
|
4070
4103
|
await sendResize();
|
|
4104
|
+
// A one-shot cap fades on the daemon's ~12s TTL, so renew it while attached (cap
|
|
4105
|
+
// mode only — a direct winsize write persists and needs no heartbeat).
|
|
4106
|
+
const capHeartbeat = capMode
|
|
4107
|
+
? setInterval(() => {
|
|
4108
|
+
if (capMode) void sendResize();
|
|
4109
|
+
}, 5000)
|
|
4110
|
+
: null;
|
|
4111
|
+
// Release the cap promptly on detach (don't wait out the TTL) so the agent
|
|
4112
|
+
// re-negotiates back to the remaining viewers / its real tty immediately.
|
|
4113
|
+
const withdrawAttachCap = async () => {
|
|
4114
|
+
if (capHeartbeat) clearInterval(capHeartbeat);
|
|
4115
|
+
if (!daemonBase || !daemonToken) return;
|
|
4116
|
+
try {
|
|
4117
|
+
await fetch(`${daemonBase}/api/presence?token=${encodeURIComponent(daemonToken)}`, {
|
|
4118
|
+
method: "POST",
|
|
4119
|
+
headers: { "content-type": "application/json" },
|
|
4120
|
+
body: JSON.stringify({ viewer: capViewer, agent: null }),
|
|
4121
|
+
});
|
|
4122
|
+
} catch {
|
|
4123
|
+
/* daemon gone — its TTL will prune our cap */
|
|
4124
|
+
}
|
|
4125
|
+
};
|
|
4071
4126
|
await new Promise((r) => setTimeout(r, 50)); // let agent redraw
|
|
4072
4127
|
|
|
4073
4128
|
// 3. Raw TTY so per-keystroke bytes flow through unchanged.
|
|
@@ -4139,6 +4194,7 @@ async function cmdAttach(rest: string[]): Promise<number> {
|
|
|
4139
4194
|
detached = true;
|
|
4140
4195
|
if (pollTimer) clearInterval(pollTimer);
|
|
4141
4196
|
if (aliveCheck) clearInterval(aliveCheck);
|
|
4197
|
+
void withdrawAttachCap(); // release our size cap so the PTY re-negotiates without us
|
|
4142
4198
|
watcher.close();
|
|
4143
4199
|
process.stdout.removeListener("resize", onResize);
|
|
4144
4200
|
process.stdin.removeListener("data", onStdinData);
|