feat: optional tool toggles, Windows fixes, apply_patch polish#4
Open
mystery4f wants to merge 8 commits into
Open
feat: optional tool toggles, Windows fixes, apply_patch polish#4mystery4f wants to merge 8 commits into
mystery4f wants to merge 8 commits into
Conversation
- Add ToolsConfig type with 24 individual tool toggles - index.ts now respects config before loading each tool - capy-tools-settings always loads (so users can re-enable) - Read config from settings.json capyTools.tools, fallback to capy-tools.json - Write back to both capy-tools.json and settings.json on change - CLI: /capy-tools-settings enable/disable <tool> - UI: /capy-tools-settings > Tools menu with toggle switches Closes capyup#2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's in this PR
可选工具开关
capy-tools.json新增tools字段,每个内置工具都可以单独启用/禁用:capy-tools-settings设置面板增加了 Tools 子菜单,交互式切换任一工具Windows 路径兼容修复
command-history的历史文件命名不再被 Windows 盘符冒号和反斜杠打断apply_patch 描述优化
工具描述和提示语更清晰地强调跨文件一次性 patch 的能力
工程改进
typescript移至dependencies(showsignature 运行时需要)postinstall脚本,从 git 安装时自动补全依赖