ai-nexus 1.4.5 → 1.4.7
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 +5 -1
- package/README.md +5 -1
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -114,6 +114,8 @@ export SEMANTIC_ROUTER_ENABLED=true
|
|
|
114
114
|
|
|
115
115
|
GPT-4o-mini 또는 Claude Haiku가 프롬프트를 분석해 적절한 룰을 선택합니다. 비용: 월 ~$0.50. 명시적으로 활성화해야 동작합니다.
|
|
116
116
|
|
|
117
|
+
> **상세 설정 가이드:** [시맨틱 라우터 설정](https://jsk9999.github.io/ai-nexus/docs.html#semantic-router-setup) — 프로바이더 선택, 환경 변수, 커스텀 모델, 동작 확인 방법.
|
|
118
|
+
|
|
117
119
|
**AI 없이** (기본값):
|
|
118
120
|
프롬프트의 키워드를 매칭해서 룰을 활성화합니다. 비용 없음, API 키 불필요.
|
|
119
121
|
|
|
@@ -366,7 +368,9 @@ npx ai-nexus get commit.md --category commands
|
|
|
366
368
|
```bash
|
|
367
369
|
$ npx ai-nexus test "react 컴포넌트에 hooks 사용해서 작성해줘"
|
|
368
370
|
|
|
369
|
-
|
|
371
|
+
Method: Keyword matching
|
|
372
|
+
|
|
373
|
+
Selected files (3):
|
|
370
374
|
• rules/essential.md
|
|
371
375
|
• rules/react.md
|
|
372
376
|
• skills/react.md
|
package/README.md
CHANGED
|
@@ -114,6 +114,8 @@ export SEMANTIC_ROUTER_ENABLED=true
|
|
|
114
114
|
|
|
115
115
|
GPT-4o-mini or Claude Haiku analyzes your prompt and picks the right rules. Cost: ~$0.50/month. Requires explicit opt-in.
|
|
116
116
|
|
|
117
|
+
> **Full setup guide:** [Semantic Router Setup](https://jsk9999.github.io/ai-nexus/docs.html#semantic-router-setup) — provider selection, environment variables, custom models, and verification.
|
|
118
|
+
|
|
117
119
|
**Without AI** (default):
|
|
118
120
|
Keyword matching activates rules based on words in your prompt. Zero cost, no API key needed.
|
|
119
121
|
|
|
@@ -366,7 +368,9 @@ Preview which rules would load for a given prompt:
|
|
|
366
368
|
```bash
|
|
367
369
|
$ npx ai-nexus test "write a react component with hooks"
|
|
368
370
|
|
|
369
|
-
|
|
371
|
+
Method: Keyword matching
|
|
372
|
+
|
|
373
|
+
Selected files (3):
|
|
370
374
|
• rules/essential.md
|
|
371
375
|
• rules/react.md
|
|
372
376
|
• skills/react.md
|
package/package.json
CHANGED