@cc-claw/peri 0.2.6 → 0.2.9
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Peri
|
|
1
|
+
# Peri Code
|
|
2
2
|
|
|
3
3
|
**用开源模型跑 Agent Loop — Rust 写的终端编程助手,兼容 Claude Code 全家桶**
|
|
4
4
|
|
|
@@ -38,9 +38,9 @@ peri --model deepseek/deepseek-chat "重构这个函数"
|
|
|
38
38
|
| macOS | x86_64 (Intel), aarch64 (Apple Silicon) |
|
|
39
39
|
| Windows | x86_64 |
|
|
40
40
|
|
|
41
|
-
## 为什么选 Peri?
|
|
41
|
+
## 为什么选 Peri Code?
|
|
42
42
|
|
|
43
|
-
| 对比项 | 其他终端 Agent | Peri |
|
|
43
|
+
| 对比项 | 其他终端 Agent | Peri Code |
|
|
44
44
|
|--------|---------------|------|
|
|
45
45
|
| 运行时 | Node.js / Bun,动辄吃 1GB 内存 | Rust 原生,启动快,~50MB 内存 |
|
|
46
46
|
| 模型绑定 | 锁死一家 LLM | 随便换:Anthropic、OpenAI 兼容、DeepSeek、GLM |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cc-claw/peri",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Terminal coding agent powered by open-source models — Rust-built, Claude Code compatible",
|
|
3
|
+
"version": "0.2.9",
|
|
4
|
+
"description": "Peri Code — Terminal coding agent powered by open-source models — Rust-built, Claude Code compatible",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
7
7
|
"coding",
|