mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 08:00:10 +00:00
add chat behavior setting
This commit is contained in:
@@ -229,7 +229,8 @@ export const InfioSettingsSchema = z.object({
|
||||
multiSearchReplaceDiffStrategy: z.boolean().catch(true),
|
||||
|
||||
// Mode
|
||||
mode: z.string().catch('ask'),
|
||||
mode: z.enum(['ask', 'write', 'research']).catch('ask'),
|
||||
defaultMention: z.enum(['none', 'current-file', 'vault']).catch('none'),
|
||||
|
||||
// web search
|
||||
serperApiKey: z.string().catch(''),
|
||||
|
||||
Reference in New Issue
Block a user