steroids-cli 0.8.28 → 0.8.29

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -528,9 +528,9 @@ Same schema — acts as default, overridden by project config.
528
528
  ### Environment Variables
529
529
 
530
530
  ```bash
531
- ANTHROPIC_API_KEY=... # For Claude models
532
- OPENAI_API_KEY=... # For Codex (OpenAI's development CLI)
533
- GOOGLE_API_KEY=... # For Gemini models
531
+ STEROIDS_ANTHROPIC_API_KEY=... # For Claude models
532
+ STEROIDS_OPENAI_API_KEY=... # For Codex (OpenAI's development CLI)
533
+ STEROIDS_GOOGLE_API_KEY=... # For Gemini models
534
534
 
535
535
  STEROIDS_JSON=1 # Output as JSON
536
536
  STEROIDS_QUIET=1 # Minimal output
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steroids-cli",
3
- "version": "0.8.28",
3
+ "version": "0.8.29",
4
4
  "description": "Automated task execution system with coder/reviewer loop",
5
5
  "main": "dist/index.js",
6
6
  "bin": {