bizcoder 0.3.225 → 0.3.226
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bizcoder",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.226",
|
|
4
4
|
"description": "BizCoder — 기업용 AI 코딩 에이전트를 터미널에서. 웹과 같은 회사 계정·정책·비용·기록으로 묶이고, 모델 키는 서버에만 있어요. Claude Code·Codex 환경을 그대로 이어받아요.",
|
|
5
5
|
"keywords": ["bizcoder", "ai-coding-agent", "coding-agent", "cli", "terminal", "enterprise", "claude", "gpt", "gemini", "mcp", "deploy", "ai3"],
|
|
6
6
|
"bin": { "bizcoder": "bin/bizcoder.mjs" },
|
|
7
7
|
"optionalDependencies": {
|
|
8
|
-
"bizcoder-darwin-arm64": "0.3.
|
|
9
|
-
"bizcoder-darwin-x64": "0.3.
|
|
10
|
-
"bizcoder-linux-arm64": "0.3.
|
|
11
|
-
"bizcoder-linux-x64": "0.3.
|
|
12
|
-
"bizcoder-windows-arm64": "0.3.
|
|
13
|
-
"bizcoder-windows-x64": "0.3.
|
|
8
|
+
"bizcoder-darwin-arm64": "0.3.226",
|
|
9
|
+
"bizcoder-darwin-x64": "0.3.226",
|
|
10
|
+
"bizcoder-linux-arm64": "0.3.226",
|
|
11
|
+
"bizcoder-linux-x64": "0.3.226",
|
|
12
|
+
"bizcoder-windows-arm64": "0.3.226",
|
|
13
|
+
"bizcoder-windows-x64": "0.3.226"
|
|
14
14
|
},
|
|
15
15
|
"engines": { "node": ">=18" },
|
|
16
16
|
"license": "MIT",
|