aidevops 3.19.5 → 3.20.1

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
@@ -111,6 +111,7 @@ The result: an AI operations platform that manages projects across every busines
111
111
  - `/open-design` - Manage the optional Open Design companion studio
112
112
  - `/auto-browse` - Learn, optimize, and graduate repeatable browser operations and web data-mining workflows
113
113
  - `/report-render` - Render report-ready Markdown or JSON to HTML with sticky TOC, print CSS, evidence badges, and source cards for PDF export
114
+ - `/report-token-use` - Generate a local per-session token, model, compaction, and MCP-use report
114
115
 
115
116
  ### Agent Structure
116
117
 
@@ -2136,6 +2137,7 @@ Configure time tracking per-repo via `.aidevops.json`.
2136
2137
  | `/tech-stack` | Detect technology stacks of URLs or find sites using specific technologies |
2137
2138
  | `/mission` | Scope a high-level goal into milestones and features for autonomous execution |
2138
2139
  | `/budget-analysis` | Analyze AI model spend, burn rate, and cost optimization opportunities |
2140
+ | `/report-token-use` | Generate a local per-session token, model, compaction, and MCP-use report |
2139
2141
 
2140
2142
  **Content Workflow**:
2141
2143
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.19.5
1
+ 3.20.1
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.19.5
8
+ # Version: 3.20.1
9
9
 
10
10
  set -euo pipefail
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "3.19.5",
3
+ "version": "3.20.1",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "bin": {
package/setup.sh CHANGED
@@ -12,7 +12,7 @@ shopt -s inherit_errexit 2>/dev/null || true
12
12
  # AI Assistant Server Access Framework Setup Script
13
13
  # Helps developers set up the framework for their infrastructure
14
14
  #
15
- # Version: 3.19.5
15
+ # Version: 3.20.1
16
16
  #
17
17
  # Quick Install:
18
18
  # npm install -g aidevops && aidevops update (recommended)