juggernaut-bedrock 5.0.3 → 5.0.4
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
|
@@ -104,6 +104,8 @@ No overwriting the real Claude Code binary. No copying API keys into env vars.
|
|
|
104
104
|
| **Opus** | Claude Opus 4.8 | `global.anthropic.claude-opus-4-8` |
|
|
105
105
|
| **Fast** | Claude Haiku 4.5 | `global.anthropic.claude-haiku-4-5-20251001-v1:0` |
|
|
106
106
|
|
|
107
|
+
Juggernaut enables Claude Code's 1M context accounting for Opus and Sonnet by appending `[1m]` to the alias environment variables. Claude Code strips the suffix before provider calls. Use `--no-1m-context` to opt out.
|
|
108
|
+
|
|
107
109
|
Override any tier: `juggernaut apply --auth=iam --model=global.anthropic.claude-sonnet-4-6`
|
|
108
110
|
|
|
109
111
|
## Effort levels
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "juggernaut-bedrock",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
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.4",
|
|
13
|
+
"juggernaut-bedrock-linux-arm64": "5.0.4",
|
|
14
|
+
"juggernaut-bedrock-darwin-x64": "5.0.4",
|
|
15
|
+
"juggernaut-bedrock-darwin-arm64": "5.0.4",
|
|
16
|
+
"juggernaut-bedrock-win32-x64": "5.0.4"
|
|
17
17
|
},
|
|
18
18
|
"os": [
|
|
19
19
|
"darwin",
|