@adversity/coding-tool-x 2.2.0 → 2.3.0

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
@@ -4,6 +4,26 @@
4
4
 
5
5
  该项目遵循 [Semantic Versioning](https://semver.org/)。
6
6
 
7
+ ## [2.3.0] - 2025-01-15
8
+
9
+ ### Added
10
+ - 🛡️ **命令执行权限管理** - 新增 CommandPermissionDrawer 组件,支持配置 AI 自动执行和需要确认的命令
11
+ - 支持三种权限模板:安全模式、平衡模式、宽松模式
12
+ - 配置保存到项目 `.claude/settings.json`,支持 `settings.local.json` 个人配置
13
+ - 显示三种 CLI 工具的权限配置说明和全权限命令
14
+ - 🏗️ **工作区创建权限选择** - 创建工作区时可选择命令执行权限模板
15
+ - 自动为工作区内所有项目应用权限配置
16
+
17
+ ### Changed
18
+ - 🧹 **移除 Web 终端命令设置** - 从设置抽屉中删除 "Web终端命令" 面板
19
+ - 🧹 **移除系统维护设置** - 从设置抽屉中删除 "系统维护" 面板和旧文件扫描功能
20
+ - 📝 **更新 CLI 权限文档** - 修正三个 CLI 工具的全权限命令说明:
21
+ - Claude Code: `--dangerously-skip-permissions`
22
+ - Codex CLI: `--dangerously-bypass-approvals-and-sandbox`
23
+ - Gemini CLI: `--yolo`
24
+
25
+ ---
26
+
7
27
  ## [2.2.0] - 2025-12-08
8
28
 
9
29
  ### Added
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  [![npm version](https://img.shields.io/npm/v/coding-tool-x.svg?style=flat-square)](https://www.npmjs.com/package/coding-tool-x)
12
12
  [![npm downloads](https://img.shields.io/npm/dm/coding-tool-x.svg?style=flat-square)](https://www.npmjs.com/package/coding-tool-x)
13
- [![GitHub stars](https://img.shields.io/github/stars/CooperJiang/cc-tool?style=flat-square)](https://github.com/CooperJiang/cc-tool/stargazers)
13
+ [![GitHub stars](https://img.shields.io/github/stars/CooperJiang/cc-tool?style=flat-square)](https://github.com/ZeaoZhang/coding-tool/stargazers)
14
14
  [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
15
15
  [![Node](https://img.shields.io/badge/node-%3E%3D14.0.0-brightgreen.svg?style=flat-square)](package.json)
16
16
 
@@ -48,7 +48,7 @@ npm install -g coding-tool-x
48
48
  ### 从源码构建
49
49
 
50
50
  ```bash
51
- git clone https://github.com/CooperJiang/cc-tool.git
51
+ git clone https://github.com/ZeaoZhang/coding-tool.git
52
52
  cd cc-tool
53
53
  npm install && npm link
54
54
  ```
@@ -385,20 +385,10 @@ ctx logs --clear # 清空日志
385
385
 
386
386
  ## 🤝 贡献
387
387
 
388
- 欢迎提交 [Issue](https://github.com/CooperJiang/cc-tool/issues) 和 [Pull Request](https://github.com/CooperJiang/cc-tool/pulls)!
388
+ 欢迎提交 [Issue](https://github.com/ZeaoZhang/coding-tool/issues) 和 [Pull Request](https://github.com/ZeaoZhang/coding-tool/pulls)!
389
389
 
390
390
  ---
391
391
 
392
392
  ## 📄 许可证
393
393
 
394
- [MIT License](LICENSE) © 2025 CooperJiang
395
-
396
- ---
397
-
398
- <div align="center">
399
-
400
- **如果这个项目对你有帮助,请给它一个 Star ⭐**
401
-
402
- [![Star History Chart](https://api.star-history.com/svg?repos=CooperJiang/cc-tool&type=Date)](https://star-history.com/#CooperJiang/cc-tool&Date)
403
-
404
- </div>
394
+ [MIT License](LICENSE) © 2026