agent-yes 1.244.1 → 1.244.2

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.
Files changed (37) hide show
  1. package/dist/{SUPPORTED_CLIS-Wwfy5Zi7.js → SUPPORTED_CLIS-76JVIvo2.js} +2 -2
  2. package/dist/{SUPPORTED_CLIS-DVljSgbA.js → SUPPORTED_CLIS-wtZAWIqV.js} +3 -3
  3. package/dist/{agentShare-D0mAGl5G.js → agentShare-BokFN5yh.js} +2 -2
  4. package/dist/{browser-BVW3dnwm.js → browser-CNdIibfn.js} +15 -3
  5. package/dist/{callback-D_uvz3mE.js → callback-CfpP3G3E.js} +3 -3
  6. package/dist/{callback-DRUl6-NH.js → callback-CvbnQmfJ.js} +2 -2
  7. package/dist/cli.js +5 -5
  8. package/dist/index.js +2 -2
  9. package/dist/{notifyDaemon-Cm_HkThF.js → notifyDaemon-2Wt04RUC.js} +2 -2
  10. package/dist/{rustBinary-BuRzWpGc.js → rustBinary-CK3EucYy.js} +2 -2
  11. package/dist/{schedule-B31bZTfW.js → schedule-D_gxvnkf.js} +4 -4
  12. package/dist/{serve-DP1T87y-.js → serve-CeFGSWkZ.js} +13 -13
  13. package/dist/{setup-8XxhNtNN.js → setup-BMZ5CUKG.js} +2 -2
  14. package/dist/{subcommands-Di4KtqM3.js → subcommands-CPRjp_FY.js} +1 -1
  15. package/dist/{subcommands-CvldqapF.js → subcommands-DHzOWlWy.js} +11 -11
  16. package/dist/{terminal-DPCev0ga.js → terminal-DmqEOsjR.js} +2 -2
  17. package/dist/terminal.js +1 -1
  18. package/dist/{ts-BCbfeJyl.js → ts-DE2iV6rV.js} +2 -2
  19. package/dist/{versionChecker-DZcfIJm8.js → versionChecker-Ba8m9VTm.js} +2 -2
  20. package/dist/{widget-CoIb-InF.js → widget-CtAC5BHV.js} +3 -3
  21. package/dist/widgets.js +1 -1
  22. package/dist/{ws-CKphbbLH.js → ws-CZEJdPBM.js} +2 -2
  23. package/package.json +4 -4
  24. package/ts/channels/hlc.spec.ts +56 -0
  25. package/ts/channels/link.spec.ts +72 -0
  26. package/ts/channels/op.spec.ts +78 -0
  27. package/ts/channels/store.browser.spec.ts +60 -0
  28. package/ts/channels/store.node.spec.ts +76 -0
  29. package/ts/channels/store.spec.ts +145 -0
  30. package/ts/channels/trust.spec.ts +86 -0
  31. package/ts/cli.ts +2 -3
  32. package/ts/cwdDeprecation.spec.ts +3 -1
  33. package/ts/serve.ts +22 -19
  34. package/ts/termToken.spec.ts +11 -3
  35. package/ts/terminal/browser.ts +32 -4
  36. package/ts/terminal.ts +3 -1
  37. package/ts/widget.ts +9 -3
@@ -1,8 +1,8 @@
1
- import { t as CLIS_CONFIG } from "./ts-BCbfeJyl.js";
1
+ import { t as CLIS_CONFIG } from "./ts-DE2iV6rV.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-Wwfy5Zi7.js.map
8
+ //# sourceMappingURL=SUPPORTED_CLIS-76JVIvo2.js.map
@@ -1,11 +1,11 @@
1
1
  import "./logger-CDIsZ-Pp.js";
2
- import "./versionChecker-DZcfIJm8.js";
3
- import "./ts-BCbfeJyl.js";
2
+ import "./versionChecker-Ba8m9VTm.js";
3
+ import "./ts-DE2iV6rV.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-Wwfy5Zi7.js";
9
+ import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-76JVIvo2.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-CvldqapF.js";
6
+ import { P as resolveOne } from "./subcommands-DHzOWlWy.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-D0mAGl5G.js.map
232
+ //# sourceMappingURL=agentShare-BokFN5yh.js.map
@@ -13069,9 +13069,18 @@ var AyTerminal = class {
13069
13069
  ensureCapHeartbeat() {
13070
13070
  if (this.capHeartbeat || this.readOnly) return;
13071
13071
  this.capHeartbeat = (globalThis.setInterval ?? setInterval)(() => {
13072
- if (this.lastCap) this.sendCap(this.lastCap.cols, this.lastCap.rows);
13072
+ if (!this.lastCap || !this.isPanelVisible()) {
13073
+ this.withdrawCap();
13074
+ return;
13075
+ }
13076
+ this.sendCap(this.lastCap.cols, this.lastCap.rows);
13073
13077
  }, 5e3);
13074
13078
  }
13079
+ /** True while this widget's terminal grid is actually rendered (panel open & visible). */
13080
+ isPanelVisible() {
13081
+ const el = this.term?.element;
13082
+ return !!(el && el.offsetWidth && el.offsetHeight);
13083
+ }
13075
13084
  /** Withdraw this widget's size cap (closed/minimized) → the daemon re-negotiates without it. */
13076
13085
  withdrawCap() {
13077
13086
  if (this.capHeartbeat) {
@@ -13209,7 +13218,10 @@ var AyTerminal = class {
13209
13218
  if (this.transparent) panel.classList.add("transparent");
13210
13219
  const reflow = () => {
13211
13220
  const xt = inner.querySelector(".xterm");
13212
- if (!xt || !xt.offsetWidth || !xt.offsetHeight) return;
13221
+ if (!xt || !xt.offsetWidth || !xt.offsetHeight) {
13222
+ if (!this.readOnly && (this.capHeartbeat || this.lastCap)) this.withdrawCap();
13223
+ return;
13224
+ }
13213
13225
  const s = Math.min(1, wrap.clientWidth / xt.offsetWidth, wrap.clientHeight / xt.offsetHeight);
13214
13226
  inner.style.transform = `scale(${s})`;
13215
13227
  if (!this.readOnly && this.term?.cols) {
@@ -13512,4 +13524,4 @@ const XTERM_CSS = `
13512
13524
 
13513
13525
  //#endregion
13514
13526
  export { AyTerminal as t };
13515
- //# sourceMappingURL=browser-BVW3dnwm.js.map
13527
+ //# sourceMappingURL=browser-CNdIibfn.js.map
@@ -1,5 +1,5 @@
1
1
  import { t as agentYesHome } from "./agentYesHome-CtmsY6I-.js";
2
- import { P as resolveOne } from "./subcommands-CvldqapF.js";
2
+ import { P as resolveOne } from "./subcommands-DHzOWlWy.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-DP1T87y-.js");
75
+ const { resolveLocalServeUrl } = await import("./serve-CeFGSWkZ.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-D_uvz3mE.js.map
190
+ //# sourceMappingURL=callback-CfpP3G3E.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-CvldqapF.js";
6
+ import "./subcommands-DHzOWlWy.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-D_uvz3mE.js";
10
+ import { i as loadOrCreateCallbackSecret, n as isCallbackRevoked, r as loadCallbackSecretReadOnly, t as cmdCallback } from "./callback-CfpP3G3E.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-DZcfIJm8.js";
5
- import { n as getRustBinary } from "./rustBinary-BuRzWpGc.js";
4
+ import { i as versionString, n as displayVersion, t as checkAndAutoUpdate } from "./versionChecker-Ba8m9VTm.js";
5
+ import { n as getRustBinary } from "./rustBinary-CK3EucYy.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-Di4KtqM3.js");
288
+ const { isSubcommand, runSubcommand, cmdHelp, isUnknownManagerToken } = await import("./subcommands-CPRjp_FY.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-DVljSgbA.js");
298
+ const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-wtZAWIqV.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-DVljSgbA.js");
349
+ const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-wtZAWIqV.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-DZcfIJm8.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-BCbfeJyl.js";
2
+ import "./versionChecker-Ba8m9VTm.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-DE2iV6rV.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-CvldqapF.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-DHzOWlWy.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-Cm_HkThF.js.map
592
+ //# sourceMappingURL=notifyDaemon-2Wt04RUC.js.map
@@ -1,4 +1,4 @@
1
- import { r as getInstalledPackage } from "./versionChecker-DZcfIJm8.js";
1
+ import { r as getInstalledPackage } from "./versionChecker-Ba8m9VTm.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-BuRzWpGc.js.map
228
+ //# sourceMappingURL=rustBinary-CK3EucYy.js.map
@@ -1,12 +1,12 @@
1
1
  import "./logger-CDIsZ-Pp.js";
2
- import "./versionChecker-DZcfIJm8.js";
3
- import "./ts-BCbfeJyl.js";
2
+ import "./versionChecker-Ba8m9VTm.js";
3
+ import "./ts-DE2iV6rV.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-Wwfy5Zi7.js";
9
+ import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-76JVIvo2.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-B31bZTfW.js.map
156
+ //# sourceMappingURL=schedule-D_gxvnkf.js.map
@@ -1,7 +1,7 @@
1
1
  import "./logger-CDIsZ-Pp.js";
2
- import { r as getInstalledPackage } from "./versionChecker-DZcfIJm8.js";
3
- import { t as findSpawnHiddenLauncher } from "./rustBinary-BuRzWpGc.js";
4
- import { i as answerAsk, l as CLAUDE_SESSION_PIN_ENV, o as listAsks } from "./ts-BCbfeJyl.js";
2
+ import { r as getInstalledPackage } from "./versionChecker-Ba8m9VTm.js";
3
+ import { t as findSpawnHiddenLauncher } from "./rustBinary-CK3EucYy.js";
4
+ import { i as answerAsk, l as CLAUDE_SESSION_PIN_ENV, o as listAsks } from "./ts-DE2iV6rV.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-Wwfy5Zi7.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-CvldqapF.js";
14
+ import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-76JVIvo2.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-DHzOWlWy.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-D_uvz3mE.js";
19
+ import { n as isCallbackRevoked, r as loadCallbackSecretReadOnly } from "./callback-CfpP3G3E.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-CKphbbLH.js");
2297
+ const ws = await import("./ws-CZEJdPBM.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-CKphbbLH.js");
2317
+ const ws = await import("./ws-CZEJdPBM.js");
2318
2318
  let prov;
2319
2319
  try {
2320
2320
  prov = await ws.loadProvision();
@@ -3045,7 +3045,7 @@ Options:
3045
3045
  const perm = body.perm ?? "r";
3046
3046
  if (perm !== "r" && perm !== "rw") return new Response(`invalid perm ${perm} (want r or rw)`, { status: 400 });
3047
3047
  try {
3048
- const { createScopedShare } = await import("./agentShare-D0mAGl5G.js");
3048
+ const { createScopedShare } = await import("./agentShare-BokFN5yh.js");
3049
3049
  const share = await createScopedShare({
3050
3050
  agent: body.agent,
3051
3051
  perm,
@@ -3060,12 +3060,12 @@ Options:
3060
3060
  }
3061
3061
  }
3062
3062
  if (req.method === "GET" && p === "/api/shares") {
3063
- const { listShares } = await import("./agentShare-D0mAGl5G.js");
3063
+ const { listShares } = await import("./agentShare-BokFN5yh.js");
3064
3064
  return Response.json(listShares());
3065
3065
  }
3066
3066
  const revokeM = /^\/api\/share\/([^/]+)$/.exec(p);
3067
3067
  if (req.method === "DELETE" && revokeM) {
3068
- const { revokeShare } = await import("./agentShare-D0mAGl5G.js");
3068
+ const { revokeShare } = await import("./agentShare-BokFN5yh.js");
3069
3069
  const ok = revokeShare(decodeURIComponent(revokeM[1]));
3070
3070
  return new Response(ok ? "revoked" : "no such share", { status: ok ? 200 : 404 });
3071
3071
  }
@@ -3367,7 +3367,7 @@ Options:
3367
3367
  const shutdown = (resolve) => {
3368
3368
  if (heartbeat) clearInterval(heartbeat);
3369
3369
  closeShare?.();
3370
- import("./agentShare-D0mAGl5G.js").then((m) => m.revokeAllShares()).catch(() => {});
3370
+ import("./agentShare-BokFN5yh.js").then((m) => m.revokeAllShares()).catch(() => {});
3371
3371
  server?.stop();
3372
3372
  Promise.resolve(releaseHostLock?.()).catch(() => {}).then(resolve);
3373
3373
  };
@@ -3380,4 +3380,4 @@ Options:
3380
3380
 
3381
3381
  //#endregion
3382
3382
  export { cmdServe, loadTokenReadOnly, mintScopedTermToken, resolveDaemonHttpBase, resolveLocalServeUrl };
3383
- //# sourceMappingURL=serve-DP1T87y-.js.map
3383
+ //# sourceMappingURL=serve-CeFGSWkZ.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-DP1T87y-.js");
35
+ const { cmdServe } = await import("./serve-CeFGSWkZ.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-8XxhNtNN.js.map
45
+ //# sourceMappingURL=setup-BMZ5CUKG.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-CvldqapF.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-DHzOWlWy.js";
7
7
  import "./webrtcLink-BMYneHbu.js";
8
8
  import "./remotes-BxQnNxQv.js";
9
9
 
@@ -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-DPCev0ga.js");
1270
+ const { cmdTerm } = await import("./terminal-DmqEOsjR.js");
1271
1271
  return cmdTerm(rest);
1272
1272
  }
1273
1273
  case "widget": {
1274
- const { cmdWidget } = await import("./widget-CoIb-InF.js");
1274
+ const { cmdWidget } = await import("./widget-CtAC5BHV.js");
1275
1275
  return cmdWidget(rest);
1276
1276
  }
1277
1277
  case "mint": {
1278
- const { cmdMint } = await import("./widget-CoIb-InF.js");
1278
+ const { cmdMint } = await import("./widget-CtAC5BHV.js");
1279
1279
  return cmdMint(rest);
1280
1280
  }
1281
1281
  case "serve": {
1282
- const { cmdServe } = await import("./serve-DP1T87y-.js");
1282
+ const { cmdServe } = await import("./serve-CeFGSWkZ.js");
1283
1283
  return cmdServe(rest);
1284
1284
  }
1285
1285
  case "setup": {
1286
- const { cmdSetup } = await import("./setup-8XxhNtNN.js");
1286
+ const { cmdSetup } = await import("./setup-BMZ5CUKG.js");
1287
1287
  return cmdSetup(rest);
1288
1288
  }
1289
1289
  case "ws": {
1290
- const { cmdWs } = await import("./ws-CKphbbLH.js");
1290
+ const { cmdWs } = await import("./ws-CZEJdPBM.js");
1291
1291
  return cmdWs(rest);
1292
1292
  }
1293
1293
  case "schedule": {
1294
- const { cmdSchedule } = await import("./schedule-B31bZTfW.js");
1294
+ const { cmdSchedule } = await import("./schedule-D_gxvnkf.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-DRUl6-NH.js");
1306
+ const { cmdCallback } = await import("./callback-CvbnQmfJ.js");
1307
1307
  return cmdCallback(rest);
1308
1308
  }
1309
1309
  case "reap":
@@ -4342,7 +4342,7 @@ async function cmdNotify(rest) {
4342
4342
  }
4343
4343
  const ensure = async () => {
4344
4344
  if (!argv["ensure-daemon"]) return;
4345
- const { ensureDaemon } = await import("./notifyDaemon-Cm_HkThF.js");
4345
+ const { ensureDaemon } = await import("./notifyDaemon-2Wt04RUC.js");
4346
4346
  await ensureDaemon().catch(() => null);
4347
4347
  };
4348
4348
  await heartbeatWatcher(parent, selfStartedAt);
@@ -4416,7 +4416,7 @@ async function cmdNotifyCursor(args) {
4416
4416
  }
4417
4417
  async function cmdNotifyd(rest) {
4418
4418
  const sub = rest[0] ?? "status";
4419
- const daemon = await import("./notifyDaemon-Cm_HkThF.js");
4419
+ const daemon = await import("./notifyDaemon-2Wt04RUC.js");
4420
4420
  switch (sub) {
4421
4421
  case "run": return daemon.runDaemon();
4422
4422
  case "once": return daemon.runDaemon({ once: true });
@@ -4443,4 +4443,4 @@ async function cmdNotifyd(rest) {
4443
4443
 
4444
4444
  //#endregion
4445
4445
  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-CvldqapF.js.map
4446
+ //# sourceMappingURL=subcommands-DHzOWlWy.js.map
@@ -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-DP1T87y-.js");
101
+ const { mintScopedTermToken } = await import("./serve-CeFGSWkZ.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-DPCev0ga.js.map
138
+ //# sourceMappingURL=terminal-DmqEOsjR.js.map
package/dist/terminal.js CHANGED
@@ -1,3 +1,3 @@
1
- import { t as AyTerminal } from "./browser-BVW3dnwm.js";
1
+ import { t as AyTerminal } from "./browser-CNdIibfn.js";
2
2
 
3
3
  export { AyTerminal, AyTerminal as default };
@@ -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-DZcfIJm8.js";
3
+ import { r as getInstalledPackage } from "./versionChecker-Ba8m9VTm.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-BCbfeJyl.js.map
2030
+ //# sourceMappingURL=ts-DE2iV6rV.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.244.1";
10
+ var version = "1.244.2";
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-DZcfIJm8.js.map
218
+ //# sourceMappingURL=versionChecker-Ba8m9VTm.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-DP1T87y-.js");
31
+ const { resolveDaemonHttpBase, loadTokenReadOnly } = await import("./serve-CeFGSWkZ.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-DP1T87y-.js");
189
+ const { mintScopedTermToken } = await import("./serve-CeFGSWkZ.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-CoIb-InF.js.map
205
+ //# sourceMappingURL=widget-CtAC5BHV.js.map
package/dist/widgets.js CHANGED
@@ -2,7 +2,7 @@ import "./e2e-CEIdJGZ7.js";
2
2
  import "./channels-BiGUYTuz.js";
3
3
  import "./peer-B5JKF4BP.js";
4
4
  import { t as AyChannel } from "./browser-B3dOptjL.js";
5
- import { t as AyTerminal } from "./browser-BVW3dnwm.js";
5
+ import { t as AyTerminal } from "./browser-CNdIibfn.js";
6
6
  import { AyWidget } from "./widget.js";
7
7
 
8
8
  export { AyChannel, AyTerminal, AyWidget };
@@ -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-CvldqapF.js";
6
+ import { C as listRecords } from "./subcommands-DHzOWlWy.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-CKphbbLH.js.map
421
+ //# sourceMappingURL=ws-CZEJdPBM.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-yes",
3
- "version": "1.244.1",
3
+ "version": "1.244.2",
4
4
  "description": "A wrapper tool that automates interactions with various AI CLI tools by automatically handling common prompts and responses.",
5
5
  "keywords": [
6
6
  "ai",
@@ -60,11 +60,9 @@
60
60
  "examples",
61
61
  "scripts",
62
62
  "ts/*.ts",
63
- "ts/channels/*.ts",
63
+ "!dist/**/*.map",
64
64
  "!ts/channels/*.spec.ts",
65
- "ts/terminal/*.ts",
66
65
  "!ts/terminal/*.spec.ts",
67
- "!dist/**/*.map",
68
66
  "dist/**/*.js",
69
67
  "lab/ui/console-logic.js",
70
68
  "lab/ui/e2e.d.ts",
@@ -76,6 +74,8 @@
76
74
  "lab/ui/qrcode.js",
77
75
  "lab/ui/room-client.js",
78
76
  "lab/ui/sw.js",
77
+ "ts/channels/*.ts",
78
+ "ts/terminal/*.ts",
79
79
  "lab/ui/blog/**"
80
80
  ],
81
81
  "type": "module",
@@ -0,0 +1,56 @@
1
+ import { describe, expect, it } from "vitest";
2
+ import { compareHlc, formatHlc, hlcSend, parseHlc } from "./hlc.ts";
3
+
4
+ describe("hlc", () => {
5
+ it("round-trips format/parse", () => {
6
+ const s = formatHlc(1_700_000_000_000, 3, "node7");
7
+ expect(parseHlc(s)).toEqual({ ms: 1_700_000_000_000, ctr: 3, node: "node7" });
8
+ });
9
+
10
+ it("is lexicographically sortable in HLC order", () => {
11
+ const a = formatHlc(1000, 0, "z"); // earlier ms
12
+ const b = formatHlc(1000, 1, "a"); // same ms, higher ctr
13
+ const c = formatHlc(2000, 0, "a"); // later ms
14
+ expect([c, a, b].sort()).toEqual([a, b, c]);
15
+ expect(compareHlc(a, b)).toBeLessThan(0);
16
+ expect(compareHlc(c, a)).toBeGreaterThan(0);
17
+ expect(compareHlc(a, a)).toBe(0);
18
+ });
19
+
20
+ it("advances the ms and resets the counter when wall clock moves forward", () => {
21
+ const prev = formatHlc(1000, 5, "n1");
22
+ expect(parseHlc(hlcSend(prev, 2000, "n1"))).toMatchObject({ ms: 2000, ctr: 0 });
23
+ });
24
+
25
+ it("keeps ms and bumps the counter when wall clock has not advanced", () => {
26
+ const prev = formatHlc(5000, 2, "n1");
27
+ // physNow behind the max we've seen (clock skew / same ms) → monotonic via ctr
28
+ expect(parseHlc(hlcSend(prev, 4000, "n1"))).toMatchObject({ ms: 5000, ctr: 3 });
29
+ expect(parseHlc(hlcSend(prev, 5000, "n1"))).toMatchObject({ ms: 5000, ctr: 3 });
30
+ });
31
+
32
+ it("is strictly monotonic across repeated sends seeded from the running max", () => {
33
+ let max: string | null = null;
34
+ const out: string[] = [];
35
+ for (let i = 0; i < 100; i++) {
36
+ // simulate a clock that sometimes stalls
37
+ const now = 1000 + (i % 3 === 0 ? 0 : i);
38
+ max = hlcSend(max, now, "n");
39
+ out.push(max);
40
+ }
41
+ for (let i = 1; i < out.length; i++) expect(compareHlc(out[i - 1]!, out[i]!)).toBeLessThan(0);
42
+ });
43
+
44
+ it("starts from zero with no prior max", () => {
45
+ expect(parseHlc(hlcSend(null, 42, "n"))).toEqual({ ms: 42, ctr: 0, node: "n" });
46
+ });
47
+
48
+ it("rejects malformed and out-of-range values", () => {
49
+ expect(() => parseHlc("nope")).toThrow();
50
+ expect(() => parseHlc("1.2")).toThrow(); // too few fields
51
+ expect(() => formatHlc(-1, 0, "n")).toThrow();
52
+ expect(() => formatHlc(0, -1, "n")).toThrow();
53
+ expect(() => formatHlc(10 ** 15, 0, "n")).toThrow(); // ms overflow
54
+ expect(() => formatHlc(0, 10 ** 6, "n")).toThrow(); // ctr overflow
55
+ });
56
+ });