aidevops 3.32.309 → 3.32.311

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
@@ -9,7 +9,7 @@
9
9
 
10
10
  Most AI tools still leave you doing the hard coordination yourself: finding the right context, choosing a model, protecting secrets, managing branches, watching CI, spotting stuck work, and remembering what went wrong last time. aidevops puts structure around that work so agents can share context, work safely in parallel, spend model budget where it matters, and leave the system better than they found it.
11
11
 
12
- > **Recommended setup:** [OpenCode](https://opencode.ai/) + OpenAI GPT-5.6 models. aidevops routes Luna to bounded work, Terra to general implementation, and Sol to consequential reasoning and synthesis. Claude models (Anthropic) remain fully supported fallbacks, and other model providers are evaluated as their quality, latency, and cost profiles change.
12
+ > **Recommended setup:** [OpenCode](https://opencode.ai/) + OpenAI GPT-5.6 Luna / Terra and GPT-6 Astra. aidevops routes Luna to bounded work, Terra to general implementation, and Astra at low reasoning to consequential reasoning and synthesis. Claude models (Anthropic) remain fully supported fallbacks, and other model providers are evaluated as their quality, latency, and cost profiles change.
13
13
 
14
14
  *"Scope a mission to redesign the landing pages — break it into milestones, dispatch workers in parallel, validate each milestone, and track budget across the whole project."*
15
15
 
@@ -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.309-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
63
+ [![Version](https://img.shields.io/badge/Version-3.32.311-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)
@@ -92,7 +92,7 @@ the required notices and preferred credit text.
92
92
 
93
93
  - **Purpose**: AI-assisted DevOps automation framework
94
94
  - **Install**: `npm install -g aidevops && aidevops update`
95
- - **Recommended runtime/models**: OpenCode + OpenAI GPT-5.6 Luna / Terra / Sol
95
+ - **Recommended runtime/models**: OpenCode + OpenAI GPT-5.6 Luna / Terra / GPT-6 Astra
96
96
  - **Entry**: `aidevops` CLI, `~/.aidevops/agents/AGENTS.md`
97
97
  - **Stack**: Bash scripts, TypeScript (Bun), MCP servers
98
98
  - **Recent focus**: evidence-based model routing, indexed worker worktrees, audited deployment copies, release provenance, and OpenCode control-plane safety
@@ -119,7 +119,7 @@ the required notices and preferred credit text.
119
119
  - `/auto-browse` - Learn, optimize, and graduate repeatable browser operations and web data-mining workflows
120
120
  - `/report-render` - Render report-ready Markdown or JSON to HTML with sticky TOC, print CSS, evidence badges, and source cards for PDF export
121
121
  - `/report-token-use` - Generate a local per-session token, model, compaction, and MCP-use report
122
- - `/optimize-tiers` - Compare production routing telemetry with sealed historical model replay before changing model defaults
122
+ - `/optimize-tiers` - Optionally investigate unresolved model comparisons with production telemetry and sealed historical replay
123
123
  - `/pulse` - Run the autonomous supervisor loop for dispatch, merge, diagnostics, and stuck-work recovery
124
124
  - `/serve-sim` / `serve-sim-helper.sh` - Exercise mobile web flows in simulator-backed local previews
125
125
 
@@ -287,7 +287,7 @@ git clone https://github.com/marcusquinn/aidevops.git ~/Git/aidevops
287
287
  - Ensure all PATH and alias changes work in both bash, zsh, and fish
288
288
  - When Claude Code is installed, add a `claude` alias that runs `claude --dangerously-skip-permissions` (skips per-tool permission prompts). Re-running setup updates the alias automatically. To grant permissions per-session instead, press **Shift-Tab** inside Claude Code to cycle through permission modes (default → skip permissions → auto-approve).
289
289
 
290
- **New users: Start [OpenCode](https://opencode.ai/) and type `/onboarding`** to configure your services interactively. OpenCode is the recommended tool for aidevops; the default routing uses OpenAI GPT-5.6 Luna, Terra, and Sol across the simple, standard, and thinking tiers. The onboarding wizard will:
290
+ **New users: Start [OpenCode](https://opencode.ai/) and type `/onboarding`** to configure your services interactively. OpenCode is the recommended tool for aidevops; the default routing uses OpenAI GPT-5.6 Luna, Terra, and GPT-6 Astra across the simple, standard, and thinking tiers. The onboarding wizard will:
291
291
  - Explain what **[aidevops](https://aidevops.sh)** can do
292
292
  - Ask about your work to give personalized recommendations
293
293
  - Show which services are configured vs need setup
@@ -446,7 +446,9 @@ See `.agents/tools/task-management/beads.md` for complete documentation and inst
446
446
 
447
447
  ### OpenAI Models in OpenCode (Recommended)
448
448
 
449
- OpenCode with OpenAI is the current recommended aidevops setup. The default routing uses GPT-5.6 Luna for bounded low-consequence work, Terra for established-pattern implementation, and Sol for consequential decisions, architecture, and synthesis-heavy work.
449
+ OpenCode with OpenAI is the current recommended aidevops setup. Delegation defaults are GPT-5.6 Luna **medium** for bounded low-consequence work, Terra **high** for established-pattern implementation, and GPT-6 Astra **low** for consequential decisions, architecture, and synthesis-heavy work. Headless thinking workers escalate Astra reasoning **low → medium → high** only on an evidence-bearing capability-limit signal; operational failures never trigger that escalation. Interactive children retain their parent's reasoning ceiling. See [model routing](.agents/tools/context/model-routing.md) for overrides and escalation boundaries.
450
+
451
+ Optimise through ordinary verified work, retries and parent repair rather than a prerequisite benchmark project. API prices are directional resource-cost estimates, not ChatGPT subscription allowance percentages. See [practical model and effort selection](.agents/tools/context/model-routing.md#practical-model-and-effort-selection) for the strategy, estimate scope and safe escalation rules.
450
452
 
451
453
  **Authenticate via the pool:**
452
454
 
@@ -457,8 +459,8 @@ aidevops model-accounts-pool add openai
457
459
 
458
460
  **Why this is the default:**
459
461
 
460
- - **Best current cross-tier results** — strongest observed balance across interactive Build+, workers, review, and dispatch tiers
461
- - **Tiered cost/latency split** — Luna for bounded work, Terra for general implementation, and Sol where deeper judgement is worth the extra budget
462
+ - **Pragmatic defaults** — reversible choices improved through actual completion and repair evidence, not a claim of benchmark superiority
463
+ - **Tiered cost/latency split** — Luna for bounded work, Terra for general implementation, and Astra where deeper judgement is worth the extra budget
462
464
  - **Provider isolation** — OpenAI accounts rotate independently from Anthropic, Google, Cursor, and local providers
463
465
  - **Fallback-friendly** — Claude, Gemini, Cursor, and local models remain available when a task or rate-limit profile calls for them
464
466
 
@@ -576,7 +578,7 @@ The secure workflow is included at `.github/workflows/opencode-agent.yml`.
576
578
 
577
579
  See `.agents/tools/git/opencode-github-security.md` for the full security documentation.
578
580
 
579
- **Supported AI tool:** [OpenCode](https://opencode.ai/) is the recommended and tested AI coding tool for aidevops. All features, agents, and workflows are designed and tested for OpenCode first. The default OpenAI routing maps GPT-5.6 Luna, Terra, and Sol to the simple, standard, and thinking tiers. [Claude](https://claude.ai/) models (Anthropic) remain fully supported fallbacks, and other providers are tested as their capabilities change.
581
+ **Supported AI tool:** [OpenCode](https://opencode.ai/) is the recommended and tested AI coding tool for aidevops. All features, agents, and workflows are designed and tested for OpenCode first. The default OpenAI routing maps GPT-5.6 Luna, Terra, and GPT-6 Astra to the simple, standard, and thinking tiers. [Claude](https://claude.ai/) models (Anthropic) remain fully supported fallbacks, and other providers are tested as their capabilities change.
580
582
 
581
583
  The native `ai_research` tool uses OpenCode's configured providers and canonical `simple`, `standard`, and `thinking` workload tiers; it does not require a specific provider credential.
582
584
 
@@ -584,7 +586,7 @@ The native `ai_research` tool uses OpenCode's configured providers and canonical
584
586
 
585
587
  - **[OpenCode](https://opencode.ai/)** - The recommended AI coding agent. Powerful agentic TUI/CLI with native MCP support, Tab-based agent switching, LSP integration, plugin ecosystem, and excellent DX. All aidevops features are designed and tested for OpenCode first.
586
588
  - **[OpenCode Zen](https://opencode.ai/)** - Free tier of OpenCode with included models. Start working with AI straight away at no cost -- no API keys or subscriptions required.
587
- - **OpenAI GPT-5.6 Luna / Terra / Sol** - Recommended tier family for aidevops today: Luna for bounded work, Terra for routine implementation, and Sol for consequential reasoning and high-impact decisions.
589
+ - **OpenAI GPT-5.6 Luna / Terra / GPT-6 Astra** - Recommended tier mapping for aidevops today: Luna for bounded work, Terra for routine implementation, and Astra for consequential reasoning and high-impact decisions.
588
590
  - **[Claude](https://claude.ai/)** (Anthropic) - Fully supported alternative provider. Claude models remain useful for fallback, cross-provider verification, and users with Claude Pro/Max OAuth access.
589
591
  - **[Tabby](https://tabby.sh/)** - Recommended terminal. Colour-coded Profiles per project/repo, **auto-syncs tab titles with git/session context and marks OpenCode turns from the first submitted message as ⚪, 🔴, 🟡, or 🟢.**
590
592
  - **[Zed](https://zed.dev/)** - Recommended editor. High-performance with AI integration (use with the OpenCode Agent Extension).
@@ -871,7 +873,7 @@ Supervisor (pulse loop)
871
873
  │ ├── task_assignment → worker inbox
872
874
  │ ├── status_report → coordinator outbox
873
875
  │ └── broadcast → all agents
874
- └── Model Routing (tier-based: GPT-5.6 Luna / Terra / Sol / provider fallbacks)
876
+ └── Model Routing (tier-based: GPT-5.6 Luna / Terra / GPT-6 Astra / provider fallbacks)
875
877
  ```
876
878
 
877
879
  **Key components:**
@@ -1365,7 +1367,6 @@ The setup script offers to install these tools automatically.
1365
1367
 
1366
1368
  ### **AI Prompt Optimization**
1367
1369
 
1368
- - **[Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview)**: Semantic codebase retrieval with deep code understanding
1369
1370
  - **[Repomix](https://repomix.com/)**: Pack codebases into AI-friendly context (80% token reduction with compress mode)
1370
1371
  - **[DSPy](https://dspy.ai/)**: Framework for programming with language models
1371
1372
  - **[DSPyGround](https://dspyground.com/)**: Interactive playground for prompt optimization
@@ -1450,13 +1451,12 @@ See `.agents/tools/ocr/glm-ocr.md` for batch processing, PDF workflows, and Peek
1450
1451
 
1451
1452
  **Model Context Protocol servers for real-time AI assistant integration.** The framework configures these MCPs for **[OpenCode](https://opencode.ai/)** (TUI, Desktop, and Extension for Zed/VSCode).
1452
1453
 
1453
- ### **All Supported MCPs (20 available)**
1454
+ ### **All Supported MCPs (19 available)**
1454
1455
 
1455
1456
  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
1457
 
1457
1458
  | MCP | Purpose | Tier | API Key Required |
1458
1459
  |-----|---------|------|------------------|
1459
- | [Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview) | Semantic codebase retrieval | Global | Yes (Augment account) |
1460
1460
  | [Claude Code MCP](https://github.com/steipete/claude-code-mcp) | Claude as sub-agent | Global | No |
1461
1461
  | [Amazon Order History](https://github.com/marcusquinn/amazon-order-history-csv-download-mcp) | Order data extraction | Per-agent | No |
1462
1462
  | [Chrome DevTools](https://chromedevtools.github.io/devtools-protocol/) | Browser debugging & automation | Per-agent | No |
@@ -1503,7 +1503,6 @@ These use direct API calls via curl, avoiding MCP server startup entirely:
1503
1503
 
1504
1504
  **Context & Codebase:**
1505
1505
 
1506
- - [Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview) - Semantic codebase retrieval with deep code understanding
1507
1506
  - [llm-tldr](https://github.com/parcadei/llm-tldr) - Semantic code analysis with 95% token savings ([details below](#llm-tldr---semantic-code-analysis))
1508
1507
  - [Context7](https://context7.com/) - Real-time documentation access for thousands of libraries
1509
1508
  - [Repomix](https://github.com/yamadashy/repomix) - Pack codebases into AI-friendly context
@@ -1848,84 +1847,6 @@ Repomix runs as an MCP server for direct AI assistant integration:
1848
1847
 
1849
1848
  See `.agents/tools/context/context-builder.md` for complete documentation.
1850
1849
 
1851
- ## **Augment Context Engine - Semantic Codebase Search**
1852
-
1853
- [Augment Context Engine](https://docs.augmentcode.com/context-services/mcp/overview) provides semantic codebase retrieval - understanding your code at a deeper level than simple text search. It's the recommended tool for real-time interactive coding sessions.
1854
-
1855
- ### Why Augment Context Engine?
1856
-
1857
- | Feature | grep/glob | Augment Context Engine |
1858
- |---------|-----------|------------------------|
1859
- | Text matching | Exact patterns | Semantic understanding |
1860
- | Cross-file context | Manual | Automatic |
1861
- | Code relationships | None | Understands dependencies |
1862
- | Natural language | No | Yes |
1863
-
1864
- Use it to:
1865
-
1866
- - Find related code across your entire codebase
1867
- - Understand project architecture quickly
1868
- - Discover patterns and implementations
1869
- - Get context-aware code suggestions
1870
-
1871
- ### Quick Setup
1872
-
1873
- ```bash
1874
- # 1. Install Auggie CLI (requires Node.js 22+)
1875
- npm install -g @augmentcode/auggie@prerelease
1876
-
1877
- # 2. Authenticate (opens browser)
1878
- auggie login
1879
-
1880
- # 3. Verify installation
1881
- auggie token print
1882
- ```
1883
-
1884
- ### MCP Integration
1885
-
1886
- Add to your AI assistant's MCP configuration:
1887
-
1888
- **OpenCode** (`~/.config/opencode/opencode.json`):
1889
-
1890
- ```json
1891
- {
1892
- "mcp": {
1893
- "augment-context-engine": {
1894
- "type": "local",
1895
- "command": ["auggie", "--mcp"],
1896
- "enabled": true
1897
- }
1898
- }
1899
- }
1900
- ```
1901
-
1902
- **claude-code CLI**:
1903
-
1904
- ```bash
1905
- claude mcp add-json auggie-mcp --scope user '{"type":"stdio","command":"auggie","args":["--mcp"]}'
1906
- ```
1907
-
1908
- ### Verification
1909
-
1910
- Test with this prompt:
1911
-
1912
- ```text
1913
- What is this project? Please use codebase retrieval tool to get the answer.
1914
- ```
1915
-
1916
- The AI should provide a semantic understanding of your project architecture.
1917
-
1918
- ### Repomix vs Augment Context Engine
1919
-
1920
- | Use Case | Tool | When to Use |
1921
- |----------|------|-------------|
1922
- | **Interactive coding** | Augment Context Engine | Real-time semantic search during development |
1923
- | **Share with external AI** | Repomix | Self-contained snapshot for ChatGPT, Claude web, etc. |
1924
- | **Architecture review** | Repomix (compress) | 80% token reduction, structure only |
1925
- | **CI/CD integration** | Repomix GitHub Action | Automated context in releases |
1926
-
1927
- See `.agents/tools/context/augment-context-engine.md` for complete documentation.
1928
-
1929
1850
  ### llm-tldr - Semantic Code Analysis
1930
1851
 
1931
1852
  [llm-tldr](https://github.com/parcadei/llm-tldr) extracts code structure and semantics, saving ~95% tokens compared to raw code. From the [Continuous-Claude](https://github.com/parcadei/Continuous-Claude-v3) project.
@@ -2065,6 +1986,23 @@ Primary agents live at `.agents/<name>.md`. Each is a domain expert with its own
2065
1986
 
2066
1987
  #### How to invoke a main agent
2067
1988
 
1989
+ Launch terminal clients directly with Build+ selected by default, or name a main agent:
1990
+
1991
+ ```bash
1992
+ aidevops codex
1993
+ aidevops codex automate
1994
+ aidevops claude seo
1995
+ aidevops opencode research
1996
+ ```
1997
+
1998
+ These shortcuts apply each CLI's supported full-access options for the session.
1999
+ They also support Cursor Agent, Gemini, Continue, Kilo, Kiro CLI, Aider, Amp, Kimi,
2000
+ Qwen and Droid (which retains its configured interactive autonomy). Use
2001
+ `aidevops codex --list-agents` to list main agents, `--dry-run` to preview a launch,
2002
+ and `--native` for native subcommands without injected defaults. See
2003
+ [interactive runtime launchers](.agents/tools/ai-assistants/runtime-launchers.md)
2004
+ for aliases, argument forwarding and runtime limitations.
2005
+
2068
2006
  | Client | Invocation |
2069
2007
  |---|---|
2070
2008
  | **OpenCode** | Tab through the agent picker in the UI — Build+ is the default. Main agents are registered as top-level agents in OpenCode's config. |
@@ -2073,6 +2011,12 @@ Primary agents live at `.agents/<name>.md`. Each is a domain expert with its own
2073
2011
 
2074
2012
  The `aidevops-` prefix differentiates framework commands from each client's native slash commands and groups them alphabetically in the command picker. It applies to **every** aidevops slash command — not just main agents — so `/aidevops-preflight`, `/aidevops-release`, `/aidevops-commit` etc. all sort together in your `/` menu.
2075
2013
 
2014
+ Codex setup/update also installs global `AGENTS.md` guidance, native workflow
2015
+ skills and compatible lifecycle hooks. Build+ loads by default; use `/skills`
2016
+ for workflows and `/hooks` to review/trust new hooks. Existing personal settings
2017
+ are preserved. For full-access launch flags and runtime differences, see
2018
+ [Codex CLI integration](.agents/tools/ai-assistants/codex-cli.md).
2019
+
2076
2020
  #### Supported AI clients (14)
2077
2021
 
2078
2022
  The framework installs itself across these clients. Slash commands, agent definitions, and (optionally) session-memory mining are wired up per-client by `setup.sh`, gated on per-client feature flags in `.agents/scripts/runtime-registry.sh`.
@@ -2081,7 +2025,7 @@ The framework installs itself across these clients. Slash commands, agent defini
2081
2025
  |---|---|---|---|---|
2082
2026
  | OpenCode | ✅ `~/.config/opencode/command/` | config-based | ✅ default | Native tab-through primary agents |
2083
2027
  | Claude Code | ✅ `~/.claude/commands/` | ✅ `~/.claude/agents/` | ✅ default | Full feature parity |
2084
- | Codex CLI | ✅ `~/.codex/prompts/` | | ✅ default | Invoked as `/prompts:aidevops-<name>` |
2028
+ | Codex CLI | ✅ native skills + legacy `~/.codex/prompts/` | Workflow skills | ✅ default | `$aidevops-<name>`; legacy `/prompts:aidevops-<name>` |
2085
2029
  | Cursor | ✅ `~/.cursor/commands/` (≥1.6) | ✅ `~/.cursor/agents/` | ✅ default | Frontmatter stripped (not supported) |
2086
2030
  | Droid (Factory) | ✅ `~/.factory/commands/` | — | opt-in | — |
2087
2031
  | Gemini CLI | ✅ `~/.gemini/commands/` | — | opt-in | Converted to TOML (`prompt = """..."""`) |
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.32.309
1
+ 3.32.311
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.309
8
+ # Version: 3.32.311
9
9
 
10
10
  set -euo pipefail
11
11
 
@@ -1123,7 +1123,10 @@ _help_commands() {
1123
1123
  echo " gpt56-context <cmd> Manage the 300K GPT-5.6 OpenCode context cap (enable/disable/status)"
1124
1124
  echo " client-format Client request format alignment (extract/check/canary/monitor)"
1125
1125
  echo " opencode-db <cmd> OpenCode SQLite maintenance/session lookup (check/report/sessions/maintain/window/status/install)"
1126
- echo " opencode [args] Launch OpenCode with aidevops per-session DB isolation"
1126
+ echo " opencode [agent] [args] Launch OpenCode with Build+ and per-session DB isolation"
1127
+ echo " codex|claude [agent] [args] Launch with full permissions (default agent: build-plus)"
1128
+ echo " <runtime> [agent] [args] Also cursor, droid, gemini, continue, kilo, kiro, aider, amp, kimi, qwen"
1129
+ echo " Use <runtime> --help or --list-agents for launch options"
1127
1130
  echo " opencode-desktop Launch/install OpenCode Desktop with aidevops DB isolation"
1128
1131
  echo " opencode-sandbox Test OpenCode versions in isolation (install/run/check/clean)"
1129
1132
  echo " approve <cmd> Cryptographic issue/PR approval (setup/issue/pr/verify/status)"
@@ -1975,7 +1978,8 @@ main() {
1975
1978
  client-format) _cmd_client_format "$@" ;;
1976
1979
  github-app-auth | github-app | gh-auth) _dispatch_helper "github-app-auth-helper.sh" "github-app-auth-helper.sh" "$@" ;;
1977
1980
  opencode-db | oc-db) _dispatch_helper "opencode-db-maintenance-helper.sh" "opencode-db-maintenance-helper.sh" "$@" ;;
1978
- opencode | oc) _dispatch_helper "opencode-launcher-helper.sh" "opencode-launcher-helper.sh" "$@" ;;
1981
+ opencode | oc | codex | claude | claude-code | cursor | cursor-agent | droid | gemini | gemini-cli | continue | cn | kilo | kiro | kiro-cli | aider | amp | kimi | qwen | windsurf)
1982
+ _dispatch_helper "runtime-launcher-helper.sh" "runtime-launcher-helper.sh" "$command" "$@" ;;
1979
1983
  opencode-desktop | oc-desktop) _dispatch_helper "opencode-launcher-helper.sh" "opencode-launcher-helper.sh" desktop "$@" ;;
1980
1984
  opencode-sandbox | oc-sandbox) _dispatch_helper "opencode-sandbox-helper.sh" "opencode-sandbox-helper.sh" "$@" ;;
1981
1985
  review-gate | review_gate) _dispatch_helper "review-gate-config-helper.sh" "review-gate-config-helper.sh" "$@" ;;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "3.32.309",
3
+ "version": "3.32.311",
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.309
20
+ # Version: 3.32.311
21
21
  #
22
22
  # Quick Install:
23
23
  # npm install -g aidevops && aidevops update (recommended)