@undefineds.co/linx 0.3.24 → 0.3.25
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
CHANGED
|
@@ -98,7 +98,7 @@ AI provider 冒烟测试分两层:默认测试只验证 shell 输入通过 sha
|
|
|
98
98
|
OpenRouter 请求需要显式提供环境变量后单独运行:
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
|
-
|
|
101
|
+
LINX_SMOKE_LIVE=openrouter OPENROUTER_API_KEY=sk-or-xxx node --test test/ai-connect-boundary-smoke.test.mjs
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
ACP backend 验证也分两层:默认测试用 fake ACP backend 覆盖 Codex / Claude /
|
|
@@ -114,8 +114,9 @@ yarn workspace @undefineds.co/linx test:live-acp
|
|
|
114
114
|
可选覆盖项:
|
|
115
115
|
|
|
116
116
|
```bash
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
LINX_SMOKE_LIVE=acp yarn workspace @undefineds.co/linx test:live-acp
|
|
118
|
+
LINX_SMOKE_MODELS=claude=haiku yarn workspace @undefineds.co/linx test:live-acp
|
|
119
|
+
LINX_SMOKE_TIMEOUT_MS=300000 yarn workspace @undefineds.co/linx test:live-acp
|
|
119
120
|
```
|
|
120
121
|
|
|
121
122
|
## Backend Control Notes
|