@baryonlabs/cli 0.4.2 → 0.4.3

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/package.json +1 -1
  2. package/src/constants.js +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baryonlabs/cli",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Baryon CLI — AI 코딩·학습 에이전트. baryon.ai API에 기본 연결된 pi 코딩 에이전트 래퍼. 한 줄 설치, 상용·로컬 모델 전환.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/constants.js CHANGED
@@ -61,7 +61,7 @@ export const PI_SKILLS_DIR = path.join(PI_AGENT_DIR, "skills");
61
61
  *
62
62
  * Baryon 3-tier lineup (기준: baryon-ai-api docs/MODELS.md — 이름은 계약,
63
63
  * 실제 업스트림 모델은 게이트웨이 라우팅으로 조절):
64
- * 그저(geujeo) 단순·빠름 · 두루(duru) 범용 기본 · 그루(guru) 사고·기획.
64
+ * 빨리(ppalli) 단순·빠름 · 두루(duru) 범용 기본 · 그루(guru) 사고·기획.
65
65
  */
66
66
  export const DEFAULT_MODELS = [
67
67
  {
@@ -73,8 +73,8 @@ export const DEFAULT_MODELS = [
73
73
  maxTokens: 8192,
74
74
  },
75
75
  {
76
- id: "baryon-geujeo",
77
- name: "그저 (Geujeo) — 단순·빠름",
76
+ id: "baryon-ppalli",
77
+ name: "빨리 (Ppalli) — 단순·빠름",
78
78
  reasoning: false,
79
79
  input: ["text"],
80
80
  contextWindow: 262144,