@owloops/browserbird 1.5.7 → 1.5.9

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 (2) hide show
  1. package/dist/index.mjs +3 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -122,8 +122,8 @@ function unknownSubcommand(subcommand, command, validCommands) {
122
122
  /** @fileoverview ASCII banner displayed on daemon startup and in help text. */
123
123
  const pkg = createRequire(import.meta.url)("../package.json");
124
124
  const buildInfo = [];
125
- buildInfo.push(`commit: ${"981b44f5487db1d864909e7f135897db73c1a525".substring(0, 7)}`);
126
- buildInfo.push(`built: 2026-03-18T10:38:16+04:00`);
125
+ buildInfo.push(`commit: ${"079abaeb36f4cadf0afba256b58885e1e8280174".substring(0, 7)}`);
126
+ buildInfo.push(`built: 2026-03-18T11:14:06+04:00`);
127
127
  const buildString = buildInfo.length > 0 ? ` (${buildInfo.join(", ")})` : "";
128
128
  const VERSION = `browserbird ${pkg.version}${buildString}`;
129
129
  const BIRD = [
@@ -3058,6 +3058,7 @@ function createHandler(client, getConfig, signal, getTeamId, getChannelNameToId)
3058
3058
  }
3059
3059
  }
3060
3060
  clearInterval(statusTimer);
3061
+ client.setStatus?.(channelId, threadTs, "").catch(() => {});
3061
3062
  if (timedOut) {
3062
3063
  await safeStop({});
3063
3064
  const blocks = sessionTimeoutBlocks(timedOutMs, { sessionUid });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/browserbird",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "description": "AI agent orchestrator with a real browser, a cron scheduler, and a web dashboard",
5
5
  "type": "module",
6
6
  "bin": {