@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 CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- - Preparing the first public `@js4683/auto-router` npm package and consumer CLI.
5
+ ## 0.1.1 - 2026-09-14
6
6
 
7
- ## 0.1.0
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
- Until the npm release is published, run the current source checkout instead:
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@js4683/auto-router",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A local model router for agent clients.",
5
5
  "license": "MIT",
6
6
  "engines": { "node": ">=22" },