-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 refactor(commands): 重构命令类系统并增加代码文档
- 【重构】将通用的命令处理方法从`GenerateCommitCommand`移至`BaseCommand` - 【文档】为所有重要方法和类添加JSDoc注释说明 - 【重构】优化错误处理和配置验证逻辑 - 【优化】统一命令执行流程和模型选择逻辑 - 【改进】将重复的配置处理逻辑抽象到基类中 - 【维护】删除`SelectModelCommand`中重复的模型选择器方法
- Loading branch information
1 parent
2989f03
commit bd1443f
Showing
3 changed files
with
287 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.