@ssk_dev/pi-web-access-lean 0.22.1 → 0.22.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/README.md +1 -1
- package/README.zh-CN.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ssk_dev/pi-web-access-lean
|
|
2
2
|
|
|
3
|
-
> **Lean Pi web access
|
|
3
|
+
> **Lean Pi web access extension with identical features: 141 initialization tokens, 94% lighter than original.**
|
|
4
4
|
> [See my full setup for Pi](https://github.com/kunkun9527/my-lean-pi-setup)
|
|
5
5
|
|
|
6
6
|
[简体中文](README.zh-CN.md)
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ssk_dev/pi-web-access-lean
|
|
2
2
|
|
|
3
|
-
> **Pi
|
|
3
|
+
> **Pi 联网扩展精简版,保留全部功能,仅需 141 初始化 Token,相比原版减少 94%。**
|
|
4
4
|
> **完整配置参考:** [查看 Pi Lean Setup](https://github.com/kunkun9527/my-lean-pi-setup)
|
|
5
5
|
|
|
6
6
|
[English](README.md)
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
pi install npm:@ssk_dev/pi-web-access-lean
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
请勿与其它 `pi-web-access`
|
|
22
|
+
请勿与其它 `pi-web-access` 包装扩展同时加载,以防重复注册工具。
|
|
23
23
|
|
|
24
24
|
## 使用方法
|
|
25
25
|
|
|
@@ -47,7 +47,7 @@ web_access
|
|
|
47
47
|
|
|
48
48
|
## 初始化上下文占用对比
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
单独启用本扩展时,注入到模型初始上下文中的 Token 占用实测如下:
|
|
51
51
|
|
|
52
52
|
| 模型可见工具 | Lean 精简版 | 原版 `pi-web-access@0.22.0` |
|
|
53
53
|
| --- | ---: | ---: |
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssk_dev/pi-web-access-lean",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.2",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "Lean Pi web access
|
|
5
|
+
"description": "Lean Pi web access extension, same functionality — 141 initialization tokens, 94% fewer than the original.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|