claude-all-config 3.5.6 → 3.5.7
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/claude-all +1 -1
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.5.
|
|
1
|
+
3.5.7
|
package/claude-all
CHANGED
|
@@ -1932,7 +1932,7 @@ case $choice in
|
|
|
1932
1932
|
export ANTHROPIC_BASE_URL="https://api.z.ai/api/anthropic"
|
|
1933
1933
|
export ANTHROPIC_API_KEY="$ANTHROPIC_AUTH_TOKEN"
|
|
1934
1934
|
export CLAUDE_MODEL="$MODEL_NAME"
|
|
1935
|
-
exec claude --dangerously-skip-permissions --model "$MODEL_NAME"
|
|
1935
|
+
exec claude --dangerously-skip-permissions --model "$MODEL_NAME" "$@"
|
|
1936
1936
|
;;
|
|
1937
1937
|
8)
|
|
1938
1938
|
# Groq
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-all-config",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7",
|
|
4
4
|
"description": "🦾 MONSTER ENGINEER v2 - Ultimate AI CLI with 63 Skills, 12 Superpowers, 14 Agents. Multi-Agent Orchestration, Cost-Aware, Security Scorecard, Parallel-First.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|