aidevops 3.32.310 → 3.32.312
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 +27 -9
- package/VERSION +1 -1
- package/aidevops.sh +7 -3
- package/package.json +1 -1
- package/setup.sh +1 -1
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
|
|
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
|
[](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)
|
|
@@ -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 /
|
|
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,6 +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
|
+
- `/report-token-use efficiency --since 7d` - Compare model/effort, reasoning, prompt sizes, cache tokens, and consistently repriced API-equivalent costs without changing the ledger
|
|
122
123
|
- `/optimize-tiers` - Optionally investigate unresolved model comparisons with production telemetry and sealed historical replay
|
|
123
124
|
- `/pulse` - Run the autonomous supervisor loop for dispatch, merge, diagnostics, and stuck-work recovery
|
|
124
125
|
- `/serve-sim` / `serve-sim-helper.sh` - Exercise mobile web flows in simulator-backed local previews
|
|
@@ -287,7 +288,7 @@ git clone https://github.com/marcusquinn/aidevops.git ~/Git/aidevops
|
|
|
287
288
|
- Ensure all PATH and alias changes work in both bash, zsh, and fish
|
|
288
289
|
- 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
290
|
|
|
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
|
|
291
|
+
**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
292
|
- Explain what **[aidevops](https://aidevops.sh)** can do
|
|
292
293
|
- Ask about your work to give personalized recommendations
|
|
293
294
|
- Show which services are configured vs need setup
|
|
@@ -446,7 +447,7 @@ See `.agents/tools/task-management/beads.md` for complete documentation and inst
|
|
|
446
447
|
|
|
447
448
|
### OpenAI Models in OpenCode (Recommended)
|
|
448
449
|
|
|
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
|
|
450
|
+
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
|
|
|
451
452
|
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
453
|
|
|
@@ -460,7 +461,7 @@ aidevops model-accounts-pool add openai
|
|
|
460
461
|
**Why this is the default:**
|
|
461
462
|
|
|
462
463
|
- **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
|
|
464
|
+
- **Tiered cost/latency split** — Luna for bounded work, Terra for general implementation, and Astra where deeper judgement is worth the extra budget
|
|
464
465
|
- **Provider isolation** — OpenAI accounts rotate independently from Anthropic, Google, Cursor, and local providers
|
|
465
466
|
- **Fallback-friendly** — Claude, Gemini, Cursor, and local models remain available when a task or rate-limit profile calls for them
|
|
466
467
|
|
|
@@ -578,7 +579,7 @@ The secure workflow is included at `.github/workflows/opencode-agent.yml`.
|
|
|
578
579
|
|
|
579
580
|
See `.agents/tools/git/opencode-github-security.md` for the full security documentation.
|
|
580
581
|
|
|
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
|
|
582
|
+
**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
583
|
|
|
583
584
|
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
585
|
|
|
@@ -586,7 +587,7 @@ The native `ai_research` tool uses OpenCode's configured providers and canonical
|
|
|
586
587
|
|
|
587
588
|
- **[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
589
|
- **[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 /
|
|
590
|
+
- **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
591
|
- **[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
592
|
- **[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
593
|
- **[Zed](https://zed.dev/)** - Recommended editor. High-performance with AI integration (use with the OpenCode Agent Extension).
|
|
@@ -873,7 +874,7 @@ Supervisor (pulse loop)
|
|
|
873
874
|
│ ├── task_assignment → worker inbox
|
|
874
875
|
│ ├── status_report → coordinator outbox
|
|
875
876
|
│ └── broadcast → all agents
|
|
876
|
-
└── Model Routing (tier-based: GPT-5.6 Luna / Terra /
|
|
877
|
+
└── Model Routing (tier-based: GPT-5.6 Luna / Terra / GPT-6 Astra / provider fallbacks)
|
|
877
878
|
```
|
|
878
879
|
|
|
879
880
|
**Key components:**
|
|
@@ -1986,6 +1987,23 @@ Primary agents live at `.agents/<name>.md`. Each is a domain expert with its own
|
|
|
1986
1987
|
|
|
1987
1988
|
#### How to invoke a main agent
|
|
1988
1989
|
|
|
1990
|
+
Launch terminal clients directly with Build+ selected by default, or name a main agent:
|
|
1991
|
+
|
|
1992
|
+
```bash
|
|
1993
|
+
aidevops codex
|
|
1994
|
+
aidevops codex automate
|
|
1995
|
+
aidevops claude seo
|
|
1996
|
+
aidevops opencode research
|
|
1997
|
+
```
|
|
1998
|
+
|
|
1999
|
+
These shortcuts apply each CLI's supported full-access options for the session.
|
|
2000
|
+
They also support Cursor Agent, Gemini, Continue, Kilo, Kiro CLI, Aider, Amp, Kimi,
|
|
2001
|
+
Qwen and Droid (which retains its configured interactive autonomy). Use
|
|
2002
|
+
`aidevops codex --list-agents` to list main agents, `--dry-run` to preview a launch,
|
|
2003
|
+
and `--native` for native subcommands without injected defaults. See
|
|
2004
|
+
[interactive runtime launchers](.agents/tools/ai-assistants/runtime-launchers.md)
|
|
2005
|
+
for aliases, argument forwarding and runtime limitations.
|
|
2006
|
+
|
|
1989
2007
|
| Client | Invocation |
|
|
1990
2008
|
|---|---|
|
|
1991
2009
|
| **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.
|
|
1
|
+
3.32.312
|
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.312
|
|
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
|
|
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
|
|
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
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.312
|
|
21
21
|
#
|
|
22
22
|
# Quick Install:
|
|
23
23
|
# npm install -g aidevops && aidevops update (recommended)
|