@owloops/browserbird 1.1.3 → 1.1.4

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/README.md CHANGED
@@ -12,7 +12,18 @@ Self-hosted AI agent for Slack with a real browser, a scheduler, and a web dashb
12
12
 
13
13
  </div>
14
14
 
15
- <video src="https://github.com/user-attachments/assets/c71791c3-ba1c-4590-8931-f3adc2dcac2d" autoplay loop muted playsinline></video>
15
+ <table>
16
+ <tr>
17
+ <td width="50%" align="center">
18
+ <h4>Overview</h4>
19
+ <video src="https://github.com/user-attachments/assets/ff9bfe81-dde8-4bd2-acf5-47b48f43be9b" autoplay loop muted playsinline style="width:100%; max-width:400px;">
20
+ </td>
21
+ <td width="50%" align="center">
22
+ <h4>Demo</h4>
23
+ <video src="https://github.com/user-attachments/assets/c71791c3-ba1c-4590-8931-f3adc2dcac2d" controls style="width:100%; max-width:400px;">
24
+ </td>
25
+ </tr>
26
+ </table>
16
27
 
17
28
  Talk to an AI agent in Slack threads. It can browse the web with a real Chromium browser you can watch live through VNC, run scheduled tasks on a cron, and keep persistent sessions across conversations. BrowserBird is the orchestration layer; the agent CLI ([claude](https://docs.anthropic.com/en/docs/claude-code/overview), [opencode](https://github.com/anomalyco/opencode)) handles reasoning, memory, tools, and sub-agents.
18
29
 
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: ${"f081ab626328b4a00907de0601e2a81929c35567".substring(0, 7)}`);
126
- buildInfo.push(`built: 2026-03-03T02:06:41+04:00`);
125
+ buildInfo.push(`commit: ${"9a26d64771305792754153472ab1739d842aa17c".substring(0, 7)}`);
126
+ buildInfo.push(`built: 2026-03-03T02:18:41+04:00`);
127
127
  const buildString = buildInfo.length > 0 ? ` (${buildInfo.join(", ")})` : "";
128
128
  const VERSION = `browserbird ${pkg.version}${buildString}`;
129
129
  const BIRD = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/browserbird",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Self-hosted AI agent for Slack with a real browser, a scheduler, and a web dashboard",
5
5
  "type": "module",
6
6
  "bin": {