aidevops 3.32.306 → 3.32.308
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 +31 -30
- package/VERSION +1 -1
- package/aidevops.sh +41 -8
- package/package.json +1 -1
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ The result: an AI operations platform that manages projects across every busines
|
|
|
60
60
|
[](https://github.com/marcusquinn)
|
|
61
61
|
|
|
62
62
|
<!-- Release & Version Info -->
|
|
63
|
-
[](https://github.com/marcusquinn/aidevops/releases)
|
|
64
64
|
[](https://www.npmjs.com/package/aidevops)
|
|
65
65
|
[](https://github.com/marcusquinn/homebrew-tap)
|
|
66
66
|
[](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
|
|
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
|
-
| [
|
|
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:**
|
|
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)
|
|
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
|
-
- [
|
|
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 |
|
|
1648
|
-
|
|
1649
|
-
| **Navigate + Screenshot** | **1.43s** | ~1.9s | 1.39s | 1.90s | 2.78s |
|
|
1650
|
-
| **Form Fill** (4 fields) | **0.90s** | ~1.4s | 1.34s | 1.37s | N/A | 2.
|
|
1651
|
-
| **Data Extraction** (5 items) | 1.33s | ~1.5s | **1.08s** | 1.53s | 2.53s |
|
|
1652
|
-
| **Multi-step** (click + nav) | **1.49s** | ~2.0s | 1.49s | 3.06s | N/A | 4.
|
|
1653
|
-
| **Parallel** (3 sessions) | **1.6s** | ~2.0s | N/A | 2.0s | 3.0s |
|
|
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 |
|
|
1658
|
-
|
|
1659
|
-
| **Headless** | Yes | Yes (default) | Yes | Yes (default) | Yes |
|
|
1660
|
-
| **Proxy/VPN** | Full | No | Via args | No | Full |
|
|
1661
|
-
| **Extensions** |
|
|
1662
|
-
| **Password managers** |
|
|
1663
|
-
| **Device emulation** | **Full** (100+ devices) | No | No | No | No |
|
|
1664
|
-
| **Parallel sessions** | 5
|
|
1665
|
-
| **Session persistence** | storageState | Profile dir | Profile dir | state save/load | user_data_dir |
|
|
1666
|
-
| **Tracing** | Full API | Built-in CLI | Via Playwright | Via Playwright | No | Via
|
|
1667
|
-
| **Natural language** | No | No | No | No | LLM extraction |
|
|
1668
|
-
| **Self-healing** | No | No | No | No | No |
|
|
1669
|
-
| **Agent skill** | No | No | No | No | No | No |
|
|
1670
|
-
| **iOS Simulator** | No | No | No | **Yes** (macOS) | No | No | No |
|
|
1671
|
-
| **Maintainer** | Microsoft | Microsoft | Community | Vercel | Community |
|
|
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
|
-
| **
|
|
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.
|
|
1
|
+
3.32.308
|
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.
|
|
8
|
+
# Version: 3.32.308
|
|
9
9
|
|
|
10
10
|
set -euo pipefail
|
|
11
11
|
|
|
@@ -772,25 +772,55 @@ _repos_list() {
|
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
_repos_add() {
|
|
775
|
+
local bootstrap_slug=""
|
|
776
|
+
local confirmation=""
|
|
777
|
+
while [[ $# -gt 0 ]]; do
|
|
778
|
+
case "$1" in
|
|
779
|
+
--slug)
|
|
780
|
+
bootstrap_slug="${2:-}"
|
|
781
|
+
shift 2
|
|
782
|
+
;;
|
|
783
|
+
--confirm)
|
|
784
|
+
confirmation="${2:-}"
|
|
785
|
+
shift 2
|
|
786
|
+
;;
|
|
787
|
+
*)
|
|
788
|
+
print_error "Usage: aidevops repos add [--slug OWNER/REPO --confirm REGISTER_CANONICAL_REPOSITORY]"
|
|
789
|
+
return 2
|
|
790
|
+
;;
|
|
791
|
+
esac
|
|
792
|
+
done
|
|
775
793
|
git rev-parse --is-inside-work-tree &>/dev/null || {
|
|
776
794
|
print_error "Not in a git repository"
|
|
777
795
|
return 1
|
|
778
796
|
}
|
|
779
797
|
local project_root
|
|
780
798
|
project_root=$(git rev-parse --show-toplevel)
|
|
781
|
-
[[ ! -f "$project_root/.aidevops.json" ]]
|
|
782
|
-
|
|
799
|
+
if [[ ! -f "$project_root/.aidevops.json" ]]; then
|
|
800
|
+
if [[ -z "$bootstrap_slug" || "$confirmation" != "REGISTER_CANONICAL_REPOSITORY" ]]; then
|
|
801
|
+
print_error "No .aidevops.json found - run 'aidevops init' or use the confirmed --slug bootstrap form"
|
|
802
|
+
return 1
|
|
803
|
+
fi
|
|
804
|
+
local recovery_helper="${AGENTS_DIR}/scripts/canonical-recovery-helper.sh"
|
|
805
|
+
[[ -x "$recovery_helper" ]] || {
|
|
806
|
+
print_error "Canonical bootstrap verifier is unavailable"
|
|
807
|
+
return 1
|
|
808
|
+
}
|
|
809
|
+
"$recovery_helper" verify-bootstrap-registration --repo "$project_root" \
|
|
810
|
+
--slug "$bootstrap_slug" --confirm "$confirmation" || return 1
|
|
811
|
+
elif [[ -n "$bootstrap_slug" || -n "$confirmation" ]]; then
|
|
812
|
+
print_error "The --slug bootstrap form is only valid when .aidevops.json is absent"
|
|
783
813
|
return 1
|
|
784
|
-
|
|
814
|
+
fi
|
|
785
815
|
local version features
|
|
786
|
-
if command -v jq &>/dev/null; then
|
|
816
|
+
if [[ -f "$project_root/.aidevops.json" ]] && command -v jq &>/dev/null; then
|
|
787
817
|
version=$(jq -r '.version' "$project_root/.aidevops.json" 2>/dev/null || echo "unknown")
|
|
788
818
|
features=$(jq -r '[.features | to_entries[] | select(.value == true) | .key] | join(",")' "$project_root/.aidevops.json" 2>/dev/null || echo "")
|
|
789
819
|
else
|
|
790
820
|
version="unknown"
|
|
791
821
|
features=""
|
|
792
822
|
fi
|
|
793
|
-
register_repo "$project_root" "$version" "$features"
|
|
823
|
+
register_repo "$project_root" "$version" "$features" "$bootstrap_slug"
|
|
794
824
|
print_success "Registered $(basename "$project_root")"
|
|
795
825
|
return 0
|
|
796
826
|
}
|
|
@@ -873,7 +903,10 @@ cmd_repos() {
|
|
|
873
903
|
local action="${1:-list}"
|
|
874
904
|
case "$action" in
|
|
875
905
|
list | ls) _repos_list ;;
|
|
876
|
-
add)
|
|
906
|
+
add)
|
|
907
|
+
shift
|
|
908
|
+
_repos_add "$@"
|
|
909
|
+
;;
|
|
877
910
|
remove | rm) _repos_remove "${2:-}" ;;
|
|
878
911
|
clean) _repos_clean ;;
|
|
879
912
|
migrate-layout)
|
|
@@ -895,7 +928,7 @@ cmd_repos() {
|
|
|
895
928
|
echo ""
|
|
896
929
|
echo "Commands:"
|
|
897
930
|
echo " list List all registered projects (default)"
|
|
898
|
-
echo " add Register current project"
|
|
931
|
+
echo " add Register current project; confirmed --slug bootstraps config-free canonical repos"
|
|
899
932
|
echo " remove Remove project from registry"
|
|
900
933
|
echo " clean Remove entries for non-existent projects"
|
|
901
934
|
echo " migrate-layout <plan|apply|rollback|status>"
|
package/package.json
CHANGED
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.
|
|
20
|
+
# Version: 3.32.308
|
|
21
21
|
#
|
|
22
22
|
# Quick Install:
|
|
23
23
|
# npm install -g aidevops && aidevops update (recommended)
|