bizcoder-linux-x64 0.3.211 → 0.3.213
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 +8 -0
- package/bin/bizcoder +0 -0
- package/package.json +5 -2
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# bizcoder — 플랫폼 실행 파일
|
|
2
|
+
|
|
3
|
+
이 패키지는 [BizCoder CLI](https://www.npmjs.com/package/bizcoder)가 특정 운영체제·CPU 에서 쓰는 실행 파일이에요. **직접 설치하지 않아도 돼요.** `npm install -g bizcoder` 를 실행하면 내 컴퓨터에 맞는 이 패키지가 자동으로 함께 설치돼요.
|
|
4
|
+
|
|
5
|
+
- 설치·사용 안내: <https://bizcoder.ai/cli/>
|
|
6
|
+
- 홈페이지: <https://bizcoder.ai>
|
|
7
|
+
|
|
8
|
+
BizCoder 는 기업용 AI 코딩 에이전트예요. 웹과 같은 회사 계정·정책·비용·기록으로 묶이고, 모델 키는 서버에만 있어요.
|
package/bin/bizcoder
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bizcoder-linux-x64",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.213",
|
|
4
4
|
"description": "BizCoder CLI platform binary (linux-x64)",
|
|
5
5
|
"preferUnplugged": true,
|
|
6
6
|
"os": ["linux"],
|
|
7
7
|
"cpu": ["x64"],
|
|
8
|
-
"license": "MIT"
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"homepage": "https://bizcoder.ai/cli/",
|
|
10
|
+
"keywords": ["bizcoder", "ai-coding-agent", "cli"],
|
|
11
|
+
"files": ["bin", "README.md"]
|
|
9
12
|
}
|