aidevops 3.32.307 → 3.32.309

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
@@ -60,7 +60,7 @@ The result: an AI operations platform that manages projects across every busines
60
60
  [![Copyright](https://img.shields.io/badge/Copyright-Marcus%20Quinn%202025--2026-blue.svg)](https://github.com/marcusquinn)
61
61
 
62
62
  <!-- Release & Version Info -->
63
- [![Version](https://img.shields.io/badge/Version-3.32.307-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
63
+ [![Version](https://img.shields.io/badge/Version-3.32.309-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
64
64
  [![npm version](https://img.shields.io/npm/v/aidevops)](https://www.npmjs.com/package/aidevops)
65
65
  [![Homebrew](https://img.shields.io/badge/homebrew-marcusquinn%2Ftap-orange)](https://github.com/marcusquinn/homebrew-tap)
66
66
  [![GitHub repository](https://img.shields.io/badge/github-repository-181717.svg?logo=github)](https://github.com/marcusquinn/aidevops)
@@ -1452,7 +1452,7 @@ See `.agents/tools/ocr/glm-ocr.md` for batch processing, PDF workflows, and Peek
1452
1452
 
1453
1453
  ### **All Supported MCPs (20 available)**
1454
1454
 
1455
- MCP packages are installed globally via `bun install -g` for instant startup (no `npx` registry lookups). Run `setup.sh` or `aidevops update-tools` to update to latest versions.
1455
+ MCP integrations use reviewed local package runners or remote HTTPS endpoints. Security-sensitive local integrations use exact package pins where required; setup may globally cache selected tools for faster startup. Run `setup.sh` or `aidevops update-tools` to refresh managed tooling.
1456
1456
 
1457
1457
  | MCP | Purpose | Tier | API Key Required |
1458
1458
  |-----|---------|------|------------------|
@@ -1467,7 +1467,7 @@ MCP packages are installed globally via `bun install -g` for instant startup (no
1467
1467
  | [Grep by Vercel](https://grep.app/) | GitHub code search | Per-agent | No |
1468
1468
  | [LocalWP](https://localwp.com/) | WordPress database access | Per-agent | No (local) |
1469
1469
  | [macOS Automator](https://github.com/steipete/macos-automator-mcp) | macOS automation | Per-agent | No |
1470
- | [Playwriter](https://github.com/nicholasgriffintn/playwriter) | Browser with extensions | Per-agent | No |
1470
+ | [Playwright MCP](https://github.com/microsoft/playwright-mcp) | Isolated or extension-connected browser automation | Per-agent | No |
1471
1471
  | [QuickFile](https://github.com/marcusquinn/quickfile-mcp) | Guarded multi-account accounting API | On-demand per-agent | Yes |
1472
1472
  | [Repomix](https://github.com/yamadashy/repomix) | Codebase packing for AI context | Per-agent | No |
1473
1473
  | [Sentry](https://sentry.io/) | Error tracking | Per-agent | Yes |
@@ -1481,7 +1481,7 @@ MCP packages are installed globally via `bun install -g` for instant startup (no
1481
1481
  - **Global** - Tools always available (loaded into every session)
1482
1482
  - **Per-agent** - Tools disabled globally, enabled per-agent via config (zero context overhead when unused)
1483
1483
 
1484
- **Performance optimization:** MCP packages are installed globally via `bun install -g` for instant startup (~0.1s vs 2-3s with `npx`). The framework uses a three-tier loading strategy: MCPs load eagerly at startup or on-demand when their subagent is invoked. This reduces OpenCode startup time significantly.
1484
+ **Performance optimization:** MCPs stay disabled globally and connect on demand when their subagent is invoked. Selected packages may be globally installed or cached, while integrations such as Playwright use an exact pinned package runner to preserve their reviewed CLI contract.
1485
1485
 
1486
1486
  ### **SEO Integrations (curl subagents - no MCP overhead)**
1487
1487
 
@@ -1513,13 +1513,13 @@ These use direct API calls via curl, avoiding MCP server startup entirely:
1513
1513
  **Browser Automation** (browser tool suite + anti-detect stack, [benchmarked](#browser-automation)):
1514
1514
 
1515
1515
  - **Auto-browse workflow** - `/auto-browse` orchestrates the tools below to learn messy browser tasks, choose the cheapest reliable path, preserve private profile/session state under `~/.aidevops/`, and graduate reusable private agents or sanitized `todo/` plans
1516
- - [Playwright](https://playwright.dev/) - Fastest engine (0.9s form fill), parallel contexts, extensions, proxy (auto-installed)
1516
+ - [Playwright](https://playwright.dev/) - Fastest engine (0.9s form fill); standalone Brave is preferred for headed/headless work, while Microsoft's [Playwright Extension](https://chromewebstore.google.com/detail/playwright-extension/mmlmfjhmonkocbjadbfplnigmagldckm) is reserved for interactive access to approved user-owned tabs
1517
1517
  - [playwright-cli](https://github.com/microsoft/playwright-cli) - Microsoft official CLI for AI agents, `--session` isolation, built-in tracing
1518
1518
  - [dev-browser](https://github.com/nicholasgriffintn/dev-browser) - Persistent profile, stays logged in, ARIA snapshots, pairs with DevTools
1519
1519
  - [agent-browser](https://github.com/vercel-labs/agent-browser) - CLI/CI/CD, `--session` parallel, ref-based element targeting, **iOS Simulator support** (macOS)
1520
1520
  - [Crawl4AI](https://github.com/unclecode/crawl4ai) - Bulk extraction, `arun_many` parallel (1.7x), LLM-ready markdown
1521
1521
  - [WaterCrawl](https://github.com/watercrawl/watercrawl) - Self-hosted crawling with web search, sitemap generation, JS rendering, proxy support
1522
- - [Playwriter](https://github.com/nicholasgriffintn/playwriter) - Your browser's extensions/passwords/proxy, already unlocked
1522
+ - [Playwright Recorder](https://chromewebstore.google.com/detail/playwright-recorder/bapaclfmcgookbglclacfgeemaehkkme) - Optional third-party, low-sensitivity human-flow capture into draft test code; pair with written acceptance criteria and review/redact output
1523
1523
  - [Stagehand](https://github.com/browserbase/stagehand) - Natural language automation, self-healing selectors
1524
1524
  - [browser-use](https://github.com/browser-use/browser-use) - AI-native browser automation, CLI 3.0 Browser Harness, packaged agent skill, Browser Use Cloud, 100-task upstream benchmark
1525
1525
  - [Chrome DevTools MCP](https://github.com/nicholasgriffintn/chrome-devtools-mcp) - Companion: Lighthouse, network throttling, CSS coverage (pairs with any tool)
@@ -1644,41 +1644,42 @@ For repeatable browser operations and web data mining, use `/auto-browse`. It ru
1644
1644
 
1645
1645
  Tested on macOS ARM64, all headless, warm daemon:
1646
1646
 
1647
- | Test | Playwright | playwright-cli | dev-browser | agent-browser | Crawl4AI | Playwriter | Stagehand | browser-use |
1648
- |------|-----------|----------------|-------------|---------------|----------|------------|-----------|-------------|
1649
- | **Navigate + Screenshot** | **1.43s** | ~1.9s | 1.39s | 1.90s | 2.78s | 2.95s | 7.72s | Agentic; not in local deterministic suite |
1650
- | **Form Fill** (4 fields) | **0.90s** | ~1.4s | 1.34s | 1.37s | N/A | 2.24s | 2.58s | Agentic; use for fuzzy forms |
1651
- | **Data Extraction** (5 items) | 1.33s | ~1.5s | **1.08s** | 1.53s | 2.53s | 2.68s | 3.48s | Agentic; compress to deterministic when stable |
1652
- | **Multi-step** (click + nav) | **1.49s** | ~2.0s | 1.49s | 3.06s | N/A | 4.37s | 4.48s | Upstream BU Bench covers 100 real-world tasks |
1653
- | **Parallel** (3 sessions) | **1.6s** | ~2.0s | N/A | 2.0s | 3.0s | N/A | Slow | Prefer Browser Use Cloud for scale |
1647
+ | Test | Playwright | playwright-cli | dev-browser | agent-browser | Crawl4AI | Stagehand | browser-use |
1648
+ |------|-----------|----------------|-------------|---------------|----------|-----------|-------------|
1649
+ | **Navigate + Screenshot** | **1.43s** | ~1.9s | 1.39s | 1.90s | 2.78s | 7.72s | Agentic; not in local deterministic suite |
1650
+ | **Form Fill** (4 fields) | **0.90s** | ~1.4s | 1.34s | 1.37s | N/A | 2.58s | Agentic; use for fuzzy forms |
1651
+ | **Data Extraction** (5 items) | 1.33s | ~1.5s | **1.08s** | 1.53s | 2.53s | 3.48s | Agentic; compress to deterministic when stable |
1652
+ | **Multi-step** (click + nav) | **1.49s** | ~2.0s | 1.49s | 3.06s | N/A | 4.48s | Upstream BU Bench covers 100 real-world tasks |
1653
+ | **Parallel** (3 sessions) | **1.6s** | ~2.0s | N/A | 2.0s | 3.0s | Slow | Prefer Browser Use Cloud for scale |
1654
1654
 
1655
1655
  ### Feature Matrix
1656
1656
 
1657
- | Feature | Playwright | playwright-cli | dev-browser | agent-browser | Crawl4AI | Playwriter | Stagehand | browser-use |
1658
- |---------|-----------|----------------|-------------|---------------|----------|------------|-----------|-------------|
1659
- | **Headless** | Yes | Yes (default) | Yes | Yes (default) | Yes | No (your browser) | Yes | Yes |
1660
- | **Proxy/VPN** | Full | No | Via args | No | Full | Your browser | Via args | Cloud/profiles |
1661
- | **Extensions** | Yes (persistent) | No | Yes (profile) | No | No | Yes (yours) | Possible | Profile/browser dependent |
1662
- | **Password managers** | Partial (needs unlock) | No | Partial | No | No | **Yes** (unlocked) | No | Profile/browser dependent |
1663
- | **Device emulation** | **Full** (100+ devices) | No | No | No | No | No | Via Playwright | Profile/browser dependent |
1664
- | **Parallel sessions** | 5 ctx/2.1s | --session | Shared | 3 sess/2.0s | arun_many 1.7x | Shared | Per-instance | Cloud for scale |
1665
- | **Session persistence** | storageState | Profile dir | Profile dir | state save/load | user_data_dir | Your browser | Per-instance | BrowserProfile / Cloud |
1666
- | **Tracing** | Full API | Built-in CLI | Via Playwright | Via Playwright | No | Via CDP | Via Playwright | History + Browser Harness CLI |
1667
- | **Natural language** | No | No | No | No | LLM extraction | No | Yes | Yes |
1668
- | **Self-healing** | No | No | No | No | No | No | Yes | Yes |
1669
- | **Agent skill** | No | No | No | No | No | No | No | `browser-use skill` |
1670
- | **iOS Simulator** | No | No | No | **Yes** (macOS) | No | No | No | No |
1671
- | **Maintainer** | Microsoft | Microsoft | Community | Vercel | Community | Community | Browserbase | Browser Use |
1657
+ | Feature | Playwright | playwright-cli | dev-browser | agent-browser | Crawl4AI | Stagehand | browser-use |
1658
+ |---------|-----------|----------------|-------------|---------------|----------|-----------|-------------|
1659
+ | **Headless** | Yes; extension mode headed | Yes (default) | Yes | Yes (default) | Yes | Yes | Yes |
1660
+ | **Proxy/VPN** | Full or existing browser | No | Via args | No | Full | Via args | Cloud/profiles |
1661
+ | **Extensions** | Persistent context or interactive approved user tabs | No in normal mode | Yes (profile) | No | No | Possible | Profile/browser dependent |
1662
+ | **Password managers** | Interactive approved user tabs only | No | Partial | No | No | No | Profile/browser dependent |
1663
+ | **Device emulation** | **Full** (100+ devices) | No | No | No | No | Via Playwright | Profile/browser dependent |
1664
+ | **Parallel sessions** | 5 standalone contexts/2.1s; interactive extension tab groups only | --session | Shared | 3 sess/2.0s | arun_many 1.7x | Per-instance | Cloud for scale |
1665
+ | **Session persistence** | storageState/profile/existing browser | Profile dir | Profile dir | state save/load | user_data_dir | Per-instance | BrowserProfile / Cloud |
1666
+ | **Tracing** | Full API | Built-in CLI | Via Playwright | Via Playwright | No | Via Playwright | History + Browser Harness CLI |
1667
+ | **Natural language** | No | No | No | No | LLM extraction | Yes | Yes |
1668
+ | **Self-healing** | No | No | No | No | No | Yes | Yes |
1669
+ | **Agent skill** | No | No | No | No | No | No | `browser-use skill` |
1670
+ | **iOS Simulator** | No | No | No | **Yes** (macOS) | No | No | No |
1671
+ | **Maintainer** | Microsoft | Microsoft | Community | Vercel | Community | Browserbase | Browser Use |
1672
1672
 
1673
1673
  ### Tool Selection
1674
1674
 
1675
1675
  | Need | Tool | Why |
1676
1676
  |------|------|-----|
1677
1677
  | **Repeatable browser workflow** | `/auto-browse` | Learns, optimizes, preserves private profile state, and graduates reusable workflows |
1678
- | **Fastest automation** | Playwright | 0.9s form fill, parallel contexts |
1678
+ | **Fastest automation** | Standalone Playwright with Brave preferred | 0.9s form fill, parallel isolated contexts without disturbing user activity |
1679
1679
  | **AI agent (CLI)** | playwright-cli | Microsoft official, `--session` isolation, built-in tracing |
1680
1680
  | **Stay logged in** | dev-browser | Profile persists across restarts |
1681
- | **Your extensions/passwords** | Playwriter | Already unlocked in your browser |
1681
+ | **Interactive access to your browser** | Playwright Extension | User-present selected-tab access to an existing Chrome/Edge/Chromium session; never for workers/CI, and Brave extension support is unverified |
1682
+ | **Record expected human flow** | Playwright Recorder (optional) | Produces draft test code for low-sensitivity flows; pair with written acceptance criteria and review/redact output |
1682
1683
  | **Bulk extraction** | Crawl4AI | Purpose-built, parallel, LLM-ready output |
1683
1684
  | **Self-hosted crawling** | WaterCrawl | Docker deployment, web search, sitemap generation |
1684
1685
  | **CLI/CI/CD** | playwright-cli or agent-browser | No server needed, `--session` isolation |
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.32.307
1
+ 3.32.309
package/aidevops.sh CHANGED
@@ -5,7 +5,7 @@
5
5
  # AI DevOps Framework CLI
6
6
  # Usage: aidevops <command> [options]
7
7
  #
8
- # Version: 3.32.307
8
+ # Version: 3.32.309
9
9
 
10
10
  set -euo pipefail
11
11
 
@@ -1631,12 +1631,12 @@ _main_check_version() {
1631
1631
  cli_version=$(get_version)
1632
1632
  [[ -f "$AGENTS_DIR/VERSION" ]] && agents_version=$(cat "$AGENTS_DIR/VERSION") || agents_version="not installed"
1633
1633
  if [[ "$agents_version" == "not installed" ]]; then
1634
- echo -e "${YELLOW}[WARN]${NC} Agents not installed. Run: aidevops update"
1635
- echo ""
1634
+ echo -e "${YELLOW}[WARN]${NC} Agents not installed. Run: aidevops update" >&2
1635
+ echo "" >&2
1636
1636
  elif [[ "$cli_version" != "$agents_version" ]]; then
1637
- echo -e "${YELLOW}[WARN]${NC} Version mismatch - CLI: $cli_version, Agents: $agents_version"
1638
- echo -e " Run: aidevops update"
1639
- echo ""
1637
+ echo -e "${YELLOW}[WARN]${NC} Version mismatch - CLI: $cli_version, Agents: $agents_version" >&2
1638
+ echo -e " Run: aidevops update" >&2
1639
+ echo "" >&2
1640
1640
  fi
1641
1641
  return 0
1642
1642
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "3.32.307",
3
+ "version": "3.32.309",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.11",
package/setup.sh CHANGED
@@ -17,7 +17,7 @@ fi
17
17
  # AI Assistant Server Access Framework Setup Script
18
18
  # Helps developers set up the framework for their infrastructure
19
19
  #
20
- # Version: 3.32.307
20
+ # Version: 3.32.309
21
21
  #
22
22
  # Quick Install:
23
23
  # npm install -g aidevops && aidevops update (recommended)