File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ func (g GlobalOptions) toEnv() []string {
2828type Options struct {
2929 GlobalOptions `json:",inline"`
3030
31- Confirm bool `json:"confirm"`
32- Input string `json:"input"`
33- DisableCache bool `json:"disableCache"`
34- CacheDir string `json:"cacheDir"`
35- SubTool string `json:"subTool"`
36- Workspace string `json:"workspace"`
37- ChatState string `json:"chatState"`
38- IncludeEvents bool `json:"includeEvents"`
39- Prompt bool `json:"prompt"`
31+ Confirm bool `json:"confirm"`
32+ Input string `json:"input"`
33+ DisableCache bool `json:"disableCache"`
34+ CacheDir string `json:"cacheDir"`
35+ SubTool string `json:"subTool"`
36+ Workspace string `json:"workspace"`
37+ ChatState string `json:"chatState"`
38+ IncludeEvents bool `json:"includeEvents"`
39+ Prompt bool `json:"prompt"`
40+ CredentialOverride string `json:"credentialOverride"`
4041}
You can’t perform that action at this time.
0 commit comments