@kairyou/agent-tools 0.21.0 → 0.21.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.
@@ -4,9 +4,6 @@ Advanced guide for [provider usage](../../README.md#provider-usage): write your
4
4
  usage probe for relays the built-in presets cannot reach (e.g. cookie-authenticated
5
5
  gateways) without modifying package code.
6
6
 
7
- Built-in presets, including `commandcode`, are documented in the main
8
- [provider usage](../../README.md#provider-usage) section.
9
-
10
7
  ## Declare a route
11
8
 
12
9
  Write a route module and list it in `providerUsage.routes` (paths resolve against
@@ -6,8 +6,6 @@
6
6
 
7
7
  编写路由模块, 并在 `providerUsage.routes` 里声明(相对 `~/.agent-tools` 解析). 声明的路由优先探测; `"preset"` 填路由 id 可直接选中.
8
8
 
9
- 包括 `commandcode` 在内的内置 preset 见主文档的[Provider usage](../../README.zh-CN.md#provider-usage)章节.
10
-
11
9
  ```jsonc
12
10
  {
13
11
  "providerUsage": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kairyou/agent-tools",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Reusable Agent Skills, plus runtime capabilities (statusline, provider usage, vision) for Codex, Claude Code, and opencode.",
5
5
  "license": "MIT",
6
6
  "repository": {