mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
feat(cli-tools): add effort level configuration for Claude CLI
- Introduced effort level options (low, medium, high) in the CLI tool settings. - Updated the SettingsPage and CliToolCard components to handle effort level updates. - Enhanced CLI command options to accept effort level via --effort parameter. - Modified backend routes to support effort level updates in tool configurations. - Created a new CliViewerToolbar component for improved CLI viewer interactions. - Implemented logic to manage and display execution statuses and layouts in the CLI viewer.
This commit is contained in:
@@ -41,7 +41,12 @@
|
||||
"saveToConfig": "保存到配置文件",
|
||||
"saving": "保存中...",
|
||||
"configSaved": "配置已保存到 ~/.claude/cli-tools.json",
|
||||
"configSaveError": "保存配置失败"
|
||||
"configSaveError": "保存配置失败",
|
||||
"effort": "思考力度",
|
||||
"effortHint": "控制 Claude 会话的思考力度。默认:high。",
|
||||
"effortLow": "低",
|
||||
"effortMedium": "中",
|
||||
"effortHigh": "高"
|
||||
},
|
||||
"display": {
|
||||
"title": "显示设置",
|
||||
|
||||
Reference in New Issue
Block a user