mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Expose gitCoAuthor setting in settings.json and document it
This commit is contained in:
parent
883c6d878c
commit
3b9d38a325
3 changed files with 72 additions and 0 deletions
|
|
@ -992,6 +992,7 @@ export async function loadCliConfig(
|
|||
enableToolOutputTruncation: settings.tools?.enableToolOutputTruncation,
|
||||
eventEmitter: appEvents,
|
||||
useSmartEdit: argv.useSmartEdit ?? settings.useSmartEdit,
|
||||
gitCoAuthor: settings.git?.gitCoAuthor,
|
||||
output: {
|
||||
format: outputSettingsFormat,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue