@js4683/auto-router 0.1.0 → 0.1.1
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/CHANGELOG.md +4 -2
- package/README.md +1 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## 0.1.1 - 2026-09-14
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- Clarified published-package installation and source-checkout instructions.
|
|
8
|
+
|
|
9
|
+
## 0.1.0 - 2026-09-14
|
|
8
10
|
|
|
9
11
|
- Local loopback proxy for OpenAI, Anthropic, Gemini, Antigravity, xAI, and OpenCode-compatible clients.
|
|
10
12
|
- Provider login through the CLI or local settings page.
|
package/README.md
CHANGED
|
@@ -15,8 +15,6 @@ provide API credits.
|
|
|
15
15
|
|
|
16
16
|
## Install
|
|
17
17
|
|
|
18
|
-
After the npm release is available:
|
|
19
|
-
|
|
20
18
|
```bash
|
|
21
19
|
npm install --global @js4683/auto-router
|
|
22
20
|
```
|
|
@@ -27,7 +25,7 @@ You can also run it without a global install:
|
|
|
27
25
|
npx @js4683/auto-router
|
|
28
26
|
```
|
|
29
27
|
|
|
30
|
-
|
|
28
|
+
For contributors or current development work, run the source checkout instead:
|
|
31
29
|
|
|
32
30
|
```bash
|
|
33
31
|
git clone https://github.com/js4683/auto-router.git
|