@inference/fast 0.0.9-beta.13 → 0.0.10-beta.14
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -15,8 +15,8 @@ npm install -g @inference/fast
|
|
|
15
15
|
```bash
|
|
16
16
|
fast login
|
|
17
17
|
fast claude on
|
|
18
|
-
fast claude on --model
|
|
19
|
-
fast claude on --main
|
|
18
|
+
fast claude on --model glm-5.2
|
|
19
|
+
fast claude on --main glm-5.2 --sonnet kimi-k3-fast
|
|
20
20
|
fast codex on --model glm-5.2
|
|
21
21
|
fast opencode status
|
|
22
22
|
fast pi off
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inference/fast",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10-beta.14",
|
|
4
4
|
"description": "Connect coding agents to fast Inference.net models",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"pi"
|
|
25
25
|
],
|
|
26
26
|
"optionalDependencies": {
|
|
27
|
-
"@inference/fast-darwin-arm64": "0.0.
|
|
28
|
-
"@inference/fast-darwin-x64": "0.0.
|
|
29
|
-
"@inference/fast-linux-x64": "0.0.
|
|
30
|
-
"@inference/fast-linux-arm64": "0.0.
|
|
27
|
+
"@inference/fast-darwin-arm64": "0.0.10-beta.14",
|
|
28
|
+
"@inference/fast-darwin-x64": "0.0.10-beta.14",
|
|
29
|
+
"@inference/fast-linux-x64": "0.0.10-beta.14",
|
|
30
|
+
"@inference/fast-linux-arm64": "0.0.10-beta.14"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "bun run clean:bin && bun run build:cli",
|