aidevops 3.1.33 → 3.1.35
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/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup-modules/mcp-setup.sh +2 -0
- package/setup.sh +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.35
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
|
@@ -533,6 +533,8 @@ setup_opencode_plugins() {
|
|
|
533
533
|
print_info " 3. Enter your Claude account email"
|
|
534
534
|
print_info " 4. Complete the OAuth flow in your browser"
|
|
535
535
|
print_info " 5. Repeat to add more accounts for automatic rotation"
|
|
536
|
+
print_info " 6. Switch to 'Anthropic' provider and select a model to start chatting"
|
|
537
|
+
print_info " Health check: /models-pool-check"
|
|
536
538
|
print_info " Manage accounts: /model-accounts-pool list|status|remove"
|
|
537
539
|
print_info " Docs: ~/.aidevops/agents/tools/opencode/opencode-anthropic-auth.md"
|
|
538
540
|
else
|
package/setup.sh
CHANGED
|
@@ -10,7 +10,7 @@ shopt -s inherit_errexit 2>/dev/null || true
|
|
|
10
10
|
# AI Assistant Server Access Framework Setup Script
|
|
11
11
|
# Helps developers set up the framework for their infrastructure
|
|
12
12
|
#
|
|
13
|
-
# Version: 3.1.
|
|
13
|
+
# Version: 3.1.35
|
|
14
14
|
#
|
|
15
15
|
# Quick Install:
|
|
16
16
|
# npm install -g aidevops && aidevops update (recommended)
|