aidevops 3.32.310 → 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.310-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
@@ -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,7 @@ 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. Delegation defaults are GPT-5.6 Luna **medium** for bounded low-consequence work, Terra **high** for established-pattern implementation, and Sol **medium** for consequential decisions, architecture, and synthesis-heavy work. GPT-6 Astra **medium** is an optional interactive daily driver; selecting it does not replace the cheaper child tiers.
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
450
 
451
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.
452
452
 
@@ -460,7 +460,7 @@ aidevops model-accounts-pool add openai
460
460
  **Why this is the default:**
461
461
 
462
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 Sol where deeper judgement is worth the extra budget
463
+ - **Tiered cost/latency split** — Luna for bounded work, Terra for general implementation, and Astra where deeper judgement is worth the extra budget
464
464
  - **Provider isolation** — OpenAI accounts rotate independently from Anthropic, Google, Cursor, and local providers
465
465
  - **Fallback-friendly** — Claude, Gemini, Cursor, and local models remain available when a task or rate-limit profile calls for them
466
466
 
@@ -578,7 +578,7 @@ The secure workflow is included at `.github/workflows/opencode-agent.yml`.
578
578
 
579
579
  See `.agents/tools/git/opencode-github-security.md` for the full security documentation.
580
580
 
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 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.
582
582
 
583
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.
584
584
 
@@ -586,7 +586,7 @@ The native `ai_research` tool uses OpenCode's configured providers and canonical
586
586
 
587
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.
588
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.
589
- - **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.
590
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.
591
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 🟢.**
592
592
  - **[Zed](https://zed.dev/)** - Recommended editor. High-performance with AI integration (use with the OpenCode Agent Extension).
@@ -873,7 +873,7 @@ Supervisor (pulse loop)
873
873
  │ ├── task_assignment → worker inbox
874
874
  │ ├── status_report → coordinator outbox
875
875
  │ └── broadcast → all agents
876
- └── 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)
877
877
  ```
878
878
 
879
879
  **Key components:**
@@ -1986,6 +1986,23 @@ Primary agents live at `.agents/<name>.md`. Each is a domain expert with its own
1986
1986
 
1987
1987
  #### How to invoke a main agent
1988
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
+
1989
2006
  | Client | Invocation |
1990
2007
  |---|---|
1991
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. |
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.32.310
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.310
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.310",
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.310
20
+ # Version: 3.32.311
21
21
  #
22
22
  # Quick Install:
23
23
  # npm install -g aidevops && aidevops update (recommended)