aidevops 3.19.5 → 3.20.0
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 +2 -0
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +1 -1
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.
|
|
1
|
+
3.20.0
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
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.
|
|
15
|
+
# Version: 3.20.0
|
|
16
16
|
#
|
|
17
17
|
# Quick Install:
|
|
18
18
|
# npm install -g aidevops && aidevops update (recommended)
|