chatroom-cli 1.86.0 → 1.86.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.
package/dist/index.js CHANGED
@@ -91491,7 +91491,7 @@ function deriveTerminalStatus(code2, signal, terminationIntent) {
91491
91491
  return "stopped";
91492
91492
  return "failed";
91493
91493
  }
91494
- var TERMINAL_STATES, PENDING_STOP_TTL_MS = 60000, SIGTERM_GRACE_PERIOD_MS = 5000, SOFT_TIMEOUT_MS, OUTPUT_FLUSH_INTERVAL_MS = 3000, MAX_BUFFER_SIZE;
91494
+ var TERMINAL_STATES, PENDING_STOP_TTL_MS = 60000, SIGTERM_GRACE_PERIOD_MS = 5000, SOFT_TIMEOUT_MS, OUTPUT_FLUSH_INTERVAL_MS = 1e4, MAX_BUFFER_SIZE;
91495
91495
  var init_state2 = __esm(() => {
91496
91496
  TERMINAL_STATES = new Set(["completed", "failed", "stopped", "killed"]);
91497
91497
  SOFT_TIMEOUT_MS = 24 * 60 * 60 * 1000;
@@ -91792,7 +91792,7 @@ async function flushTailV2(deps, tracked, force = false) {
91792
91792
  return;
91793
91793
  const compressed = encodeOutput(tail.content);
91794
91794
  try {
91795
- await deps.backend.mutation(api.commands.updateRunTailV2, {
91795
+ await deps.backend.mutation(api.daemon.commands.updateRunTail, {
91796
91796
  sessionId: deps.sessionId,
91797
91797
  machineId: deps.machineId,
91798
91798
  runId: tracked.runId,
@@ -114077,4 +114077,4 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
114077
114077
  });
114078
114078
  program2.parse();
114079
114079
 
114080
- //# debugId=505A26A5F69D7D7C64756E2164756E21
114080
+ //# debugId=3A0A1CF15BB5783F64756E2164756E21