juggernaut-bedrock 5.0.0 → 5.0.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 +2 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -129,6 +129,8 @@ Auto mode on Bedrock requires `CLAUDE_CODE_ENABLE_AUTO_MODE=1` — Juggernaut se
|
|
|
129
129
|
--always-thinking # enable extended thinking by default (alwaysThinkingEnabled)
|
|
130
130
|
--service-tier=flex # Bedrock service tier: default | flex | priority
|
|
131
131
|
--opusplan # route /plan to Opus 4.8, execution to Sonnet 4.6
|
|
132
|
+
--mode=auto # auto-approve safe tool calls with background checks
|
|
133
|
+
--mantle # enable Mantle routing
|
|
132
134
|
--scope=project # write to ./.claude/settings.json instead of ~/.claude/
|
|
133
135
|
```
|
|
134
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "juggernaut-bedrock",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Route Claude Code through Amazon Bedrock in one command — IAM, SSO, or API key. Cross-platform CLI for GenAI developers.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"juggernaut": "./index.js"
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"test": "node --test index.test.js"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"juggernaut-bedrock-linux-x64": "5.0.
|
|
13
|
-
"juggernaut-bedrock-linux-arm64": "5.0.
|
|
14
|
-
"juggernaut-bedrock-darwin-x64": "5.0.
|
|
15
|
-
"juggernaut-bedrock-darwin-arm64": "5.0.
|
|
16
|
-
"juggernaut-bedrock-win32-x64": "5.0.
|
|
12
|
+
"juggernaut-bedrock-linux-x64": "5.0.1",
|
|
13
|
+
"juggernaut-bedrock-linux-arm64": "5.0.1",
|
|
14
|
+
"juggernaut-bedrock-darwin-x64": "5.0.1",
|
|
15
|
+
"juggernaut-bedrock-darwin-arm64": "5.0.1",
|
|
16
|
+
"juggernaut-bedrock-win32-x64": "5.0.1"
|
|
17
17
|
},
|
|
18
18
|
"os": [
|
|
19
19
|
"darwin",
|