@gird/ccli 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,11 +100,6 @@ ccli -h, --help 查看帮助
100
100
  | `todo_write` | 协调 | 维护多步任务清单并实时显示进度 |
101
101
  | `task` | 协调 | 派生只读子代理执行聚焦调研 |
102
102
 
103
- ## 文档
104
-
105
- - [使用指南](https://github.com/GridGit/ai-cli/blob/main/docs/使用指南.md) —— 运行方式、交互、斜杠命令、典型工作流、常见问题、发布流程
106
- - [架构设计](https://github.com/GridGit/ai-cli/blob/main/docs/架构设计.md) —— 设计理念、分层架构、代理循环数据流、扩展指南
107
-
108
103
  ## 本地开发
109
104
 
110
105
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gird/ccli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CCLI —— 代理型(Agentic)终端 AI 编程助手,支持 Anthropic 与 OpenAI 兼容后端(通义千问/DeepSeek/GLM)",
5
5
  "type": "module",
6
6
  "bin": {