@su-record/vibe 2.9.14 → 2.9.15
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.ko.md +1 -29
- package/README.md +1 -29
- package/dist/cli/commands/info.d.ts.map +1 -1
- package/dist/cli/commands/info.js +0 -1
- package/dist/cli/commands/info.js.map +1 -1
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -117,7 +117,7 @@ claude
|
|
|
117
117
|
| **Standard** | `vibe init`이 스택별 선택 | 스택/역할 지원 | figma, design-audit, techdebt |
|
|
118
118
|
| **Optional** | 명시적 `/skill` 호출만 | 레퍼런스, 래퍼 | chub-usage, context7 |
|
|
119
119
|
|
|
120
|
-
**멀티 LLM** — Claude가 오케스트레이션, GPT가 추론, Gemini가 리서치. 가용 모델에 따라 자동 라우팅. 기본값은 Claude 단독.
|
|
120
|
+
**멀티 LLM** — Claude가 오케스트레이션, GPT가 추론, Gemini가 리서치. 가용 모델에 따라 자동 라우팅. 기본값은 Claude 단독. Coco 환경(GPT 주관)에서는 Claude CLI가 보조로 전환되어 cross-validation 수행 — `~/.coco/` 감지로 역할 자동 역전.
|
|
121
121
|
|
|
122
122
|
**스택 감지** — 24개 프레임워크 자동 감지 (Next.js, Django, Rails, Go, Rust, Flutter 등) 후 프레임워크별 규칙과 스킬 적용.
|
|
123
123
|
|
|
@@ -127,34 +127,6 @@ claude
|
|
|
127
127
|
|
|
128
128
|
---
|
|
129
129
|
|
|
130
|
-
## Codex Proxy
|
|
131
|
-
|
|
132
|
-
ChatGPT Pro 모델(gpt-5.4, gpt-5.3-codex 등)을 Claude Code의 백엔드로 사용합니다. Codex Responses API를 통해 ChatGPT Pro 구독으로 과금 — API 토큰 과금 없음.
|
|
133
|
-
|
|
134
|
-
```bash
|
|
135
|
-
# 최초 설정 (codex login 인증 자동 감지)
|
|
136
|
-
vibe codex --setup
|
|
137
|
-
|
|
138
|
-
# ChatGPT Pro 모델로 Claude Code 실행
|
|
139
|
-
vibe-codex
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
**동작 원리**: 로컬 프록시가 Anthropic Messages API ↔ Codex Responses API를 변환합니다. Claude Code가 프록시에 요청하면, 프록시가 ChatGPT Pro OAuth 토큰으로 `chatgpt.com/backend-api/codex/responses`에 전달합니다.
|
|
143
|
-
|
|
144
|
-
**모델 자동 선택**: Codex CLI의 모델 캐시에서 항상 최신 모델을 사용합니다. OpenAI가 새 모델을 출시하면 다음 실행 시 자동 반영 — 재설정 불필요.
|
|
145
|
-
|
|
146
|
-
**모델 슬롯**: Claude Code의 `/model` 선택기가 각각 다른 ChatGPT Pro 모델에 자동 매핑됩니다:
|
|
147
|
-
|
|
148
|
-
| 슬롯 | 매핑 대상 | 용도 |
|
|
149
|
-
|------|-----------|------|
|
|
150
|
-
| Opus | 최신 플래그십 (예: gpt-5.4) | 최고 성능 |
|
|
151
|
-
| Sonnet | 최신 codex (예: gpt-5.3-codex) | 코딩 특화 |
|
|
152
|
-
| Haiku | 최신 codex-spark (예: gpt-5.3-codex-spark) | 고속 응답 (1000+ tok/s) |
|
|
153
|
-
|
|
154
|
-
**지원 프로바이더**: ChatGPT Pro (`codex login` 자동 감지), OpenAI API Key, Gemini API Key, 커스텀 OpenAI 호환 엔드포인트.
|
|
155
|
-
|
|
156
|
-
---
|
|
157
|
-
|
|
158
130
|
## 지원 도구
|
|
159
131
|
|
|
160
132
|
| CLI | 상태 |
|
package/README.md
CHANGED
|
@@ -158,7 +158,7 @@ Three layers of defense on every tool call:
|
|
|
158
158
|
| **Standard** | `vibe init` selects by stack | Stack/capability support | figma, design-audit, techdebt |
|
|
159
159
|
| **Optional** | Explicit `/skill` only | Reference, wrappers | chub-usage, context7 |
|
|
160
160
|
|
|
161
|
-
**Multi-LLM** — Claude orchestrates, GPT reasons, Gemini researches. Auto-routes by availability. Works Claude-only by default. When running under
|
|
161
|
+
**Multi-LLM** — Claude orchestrates, GPT reasons, Gemini researches. Auto-routes by availability. Works Claude-only by default. When running under Coco (GPT as primary), Claude CLI becomes the secondary for cross-validation — roles automatically reverse based on `~/.coco/` detection.
|
|
162
162
|
|
|
163
163
|
**Stack detection** — Auto-detects 24 frameworks (Next.js, Django, Rails, Go, Rust, Flutter, and more) and applies framework-specific rules and skills.
|
|
164
164
|
|
|
@@ -172,34 +172,6 @@ Three layers of defense on every tool call:
|
|
|
172
172
|
|
|
173
173
|
---
|
|
174
174
|
|
|
175
|
-
## Codex Proxy
|
|
176
|
-
|
|
177
|
-
Use ChatGPT Pro models (gpt-5.4, gpt-5.3-codex, etc.) as Claude Code's backend. Routes through the Codex Responses API using your ChatGPT Pro subscription — no API billing.
|
|
178
|
-
|
|
179
|
-
```bash
|
|
180
|
-
# One-time setup (auto-detects codex login credentials)
|
|
181
|
-
vibe codex --setup
|
|
182
|
-
|
|
183
|
-
# Run Claude Code with ChatGPT Pro model
|
|
184
|
-
vibe-codex
|
|
185
|
-
```
|
|
186
|
-
|
|
187
|
-
**How it works**: Local proxy translates Anthropic Messages API ↔ Codex Responses API. Claude Code sends requests to the proxy, which forwards them to `chatgpt.com/backend-api/codex/responses` using your ChatGPT Pro OAuth token.
|
|
188
|
-
|
|
189
|
-
**Auto model selection**: Always uses the latest model from Codex CLI's model cache. When OpenAI releases new models, they're automatically available on next launch — no reconfiguration needed.
|
|
190
|
-
|
|
191
|
-
**Model slots**: Claude Code's `/model` selector maps to different ChatGPT Pro models automatically:
|
|
192
|
-
|
|
193
|
-
| Slot | Mapped to | Purpose |
|
|
194
|
-
|------|-----------|---------|
|
|
195
|
-
| Opus | Latest flagship (e.g. gpt-5.4) | Most capable |
|
|
196
|
-
| Sonnet | Latest codex (e.g. gpt-5.3-codex) | Coding-optimized |
|
|
197
|
-
| Haiku | Latest codex-spark (e.g. gpt-5.3-codex-spark) | Fast & lightweight (1000+ tok/s) |
|
|
198
|
-
|
|
199
|
-
**Supported providers**: ChatGPT Pro (auto-detect from `codex login`), OpenAI API Key, Gemini API Key, Custom OpenAI-compatible endpoints.
|
|
200
|
-
|
|
201
|
-
---
|
|
202
|
-
|
|
203
175
|
## Supported Tools
|
|
204
176
|
|
|
205
177
|
| CLI | Status |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH;;GAEG;AACH,wBAAgB,QAAQ,IAAI,IAAI,
|
|
1
|
+
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH;;GAEG;AACH,wBAAgB,QAAQ,IAAI,IAAI,CAyC/B;AAED;;GAEG;AACH,wBAAgB,UAAU,IAAI,IAAI,CAuCjC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAGlC"}
|
|
@@ -28,7 +28,6 @@ LLM:
|
|
|
28
28
|
vibe claude <cmd> Claude (key, status, logout)
|
|
29
29
|
vibe gpt <cmd> GPT (key, status, logout)
|
|
30
30
|
vibe gemini <cmd> Gemini (key, status, logout)
|
|
31
|
-
vibe codex <cmd> Codex Proxy (status, shell, --setup)
|
|
32
31
|
|
|
33
32
|
Figma:
|
|
34
33
|
vibe figma setup <token> Set Figma access token
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,MAAM,IAAI,CAAC;AAEpB,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE5F;;GAEG;AACH,MAAM,UAAU,QAAQ;IACtB,OAAO,CAAC,GAAG,CAAC
|
|
1
|
+
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,MAAM,IAAI,CAAC;AAEpB,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE5F;;GAEG;AACH,MAAM,UAAU,QAAQ;IACtB,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,UAAU;IACxB,MAAM,WAAW,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAClC,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IAC1D,MAAM,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;IAErD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,aAAa,GAAG,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAE7C,IAAI,MAAM,GAAyC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;IAClF,IAAI,aAAa,IAAI,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC;QAC/C,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED,MAAM,UAAU,GAAG,gBAAgB,EAAE,CAAC;IAEtC,MAAM,SAAS,GAAG,eAAe,EAAE,CAAC;IACpC,MAAM,QAAQ,GAAG,cAAc,EAAE,CAAC;IAClC,MAAM,SAAS,GAAG,eAAe,EAAE,CAAC;IAEpC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACnF,MAAM,aAAa,GAAG,iBAAiB,CAAC,UAAU,CAAC,GAAG,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC;IAC5E,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEnF,UAAU;IACV,MAAM,aAAa,GAAG,aAAa;QACjC,CAAC,CAAC,KAAK,WAAW,EAAE;QACpB,CAAC,CAAC,uCAAuC,CAAC;IAE5C,OAAO,CAAC,GAAG,CAAC;gBACE,WAAW,CAAC,OAAO;;WAExB,aAAa;EACtB,aAAa,CAAC,CAAC,CAAC,aAAa,MAAM,CAAC,QAAQ,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE;;;oBAGzC,gBAAgB;oBAChB,aAAa;oBACb,gBAAgB;GACjC,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW;IACzB,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,OAAO,CAAC,GAAG,CAAC,SAAS,WAAW,CAAC,OAAO,EAAE,CAAC,CAAC;AAC9C,CAAC"}
|