coderev-cli 1.0.4 → 1.0.5

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,10 @@ npm install -g coderev-cli
21
21
  coderev init
22
22
 
23
23
  # 2. 设置 API Key(支持 DeepSeek / OpenAI)
24
+ # Linux / macOS:
24
25
  export DEEPSEEK_API_KEY="***"
26
+ # Windows PowerShell:
27
+ $env:DEEPSEEK_API_KEY="***"
25
28
 
26
29
  # 3. 审查暂存区变更
27
30
  coderev review
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coderev-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Multi-agent AI code review for git -- parallel agents with confidence scoring",
5
5
  "main": "src/index.js",
6
6
  "bin": {