cciwon-code-review-cli 2.0.1 → 2.0.2

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.
@@ -16,7 +16,7 @@ program
16
16
  .version('1.0.0');
17
17
 
18
18
  // 서버 URL 설정 (환경변수 또는 기본값)
19
- const SERVER_URL = process.env.CODE_REVIEW_SERVER || 'http://192.168.10.152:8000';
19
+ const SERVER_URL = process.env.CODE_REVIEW_SERVER || 'http://211.56.247.71:8000';
20
20
  const client = new CodeReviewClient(SERVER_URL);
21
21
 
22
22
  // ==========================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cciwon-code-review-cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "AI-powered code review CLI tool using Qwen3-Coder-30B model with IP whitelist support",
5
5
  "main": "lib/api-client.js",
6
6
  "bin": {