@owloops/browserbird 1.5.2 → 1.5.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
@@ -322,10 +322,10 @@ Runs at `http://localhost:18800` by default.
322
322
 
323
323
  | Page | Description |
324
324
  | ------------ | ---------------------------------------------------------------------------------- |
325
- | **Status** | System overview, failing birds, upcoming runs, active sessions |
326
- | **Sessions** | Session list with message history, token usage, and conversation detail |
327
- | **Birds** | Scheduled birds: create, edit, enable/disable, trigger, inline flight history |
328
- | **Browser** | Live noVNC viewer (Docker only) |
325
+ | **Mission Control** | System overview, failing birds, upcoming runs, active sessions |
326
+ | **Sessions** | Session list with message history, token usage, and conversation detail |
327
+ | **Birds** | Scheduled birds: create, edit, enable/disable, trigger, inline flight history |
328
+ | **Computer** | Live noVNC viewer (Docker only) |
329
329
  | **Settings** | Config editor, agent management, secrets, system birds, job queue, and log viewer |
330
330
 
331
331
  ## Development
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: ${"b6ae4a7e4bd2c72bd08d2d5289f6886e8b17dce6".substring(0, 7)}`);
126
- buildInfo.push(`built: 2026-03-17T23:54:04+04:00`);
125
+ buildInfo.push(`commit: ${"4a82f9a566d00d4039e7d1f267abb31f0de265d2".substring(0, 7)}`);
126
+ buildInfo.push(`built: 2026-03-18T00:51:58+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.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "AI agent orchestrator with a real browser, a cron scheduler, and a web dashboard",
5
5
  "type": "module",
6
6
  "bin": {