@inference/fast 0.0.8-beta.12 → 0.0.9

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/README.md +2 -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 kimi-k3-fast
19
- fast claude on --main kimi-k3-fast --sonnet glm-5.2
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.8-beta.12",
3
+ "version": "0.0.9",
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.8-beta.12",
28
- "@inference/fast-darwin-x64": "0.0.8-beta.12",
29
- "@inference/fast-linux-x64": "0.0.8-beta.12",
30
- "@inference/fast-linux-arm64": "0.0.8-beta.12"
27
+ "@inference/fast-darwin-arm64": "0.0.9",
28
+ "@inference/fast-darwin-x64": "0.0.9",
29
+ "@inference/fast-linux-x64": "0.0.9",
30
+ "@inference/fast-linux-arm64": "0.0.9"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "bun run clean:bin && bun run build:cli",