@lightharu/krouter 1.8.1 → 1.8.2

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,6 +2,19 @@
2
2
 
3
3
  All notable Krouter changes are tracked here.
4
4
 
5
+ ## 1.8.2 - 2026-06-06
6
+
7
+ ### Added
8
+
9
+ - Added the `Smart` API proxy account rotation strategy. It scores accounts by quota headroom, recent errors, request count, latency, idle time, and token freshness before selecting an account.
10
+ - Added a complete API Proxy setup guide in Vietnamese and English.
11
+ - Added API Proxy guide images for the request flow, dashboard settings, and client API key setup.
12
+
13
+ ### Changed
14
+
15
+ - New proxy defaults now prefer `Smart` multi-account rotation instead of plain round-robin.
16
+ - Included `docs/` in the npm package so installed users can read the API Proxy guide.
17
+
5
18
  ## 1.8.1 - 2026-06-06
6
19
 
7
20
  ### Fixed
package/README.md CHANGED
@@ -7,12 +7,12 @@
7
7
 
8
8
  **Run the dashboard on localhost, publish it through a tunnel when needed, and let the backend/CLI keep the proxy service alive.**
9
9
 
10
- [![Version](https://img.shields.io/badge/version-1.8.1-blue)](./package.json)
10
+ [![Version](https://img.shields.io/badge/version-1.8.2-blue)](./package.json)
11
11
  [![License](https://img.shields.io/badge/license-AGPL--3.0-green)](./LICENSE)
12
12
  [![OpenClaw](https://img.shields.io/badge/OpenClaw-provider%3A%20krouter-purple)](#openclaw-and-client-tools)
13
13
  [![Runtime](https://img.shields.io/badge/runtime-web%20%2B%20CLI-black)](#quick-start)
14
14
 
15
- [Quick Start](#quick-start) - [How It Works](#how-it-works) - [Features](#key-features) - [OpenClaw](#openclaw-and-client-tools) - [Deploy](#server-deployment) - [Changelog](./CHANGELOG.md)
15
+ [Quick Start](#quick-start) - [API Proxy Guide](./docs/API-Proxy-Guide.md) - [How It Works](#how-it-works) - [Features](#key-features) - [OpenClaw](#openclaw-and-client-tools) - [Deploy](#server-deployment) - [Changelog](./CHANGELOG.md)
16
16
  </div>
17
17
 
18
18
  ---