Sketch out approval UX

This commit is contained in:
Will Chen
2025-04-18 10:58:59 -07:00
parent aa36986771
commit 7aec3ef455
7 changed files with 531 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ export const UserSettingsSchema = z.object({
providerSettings: z.record(z.string(), ProviderSettingSchema),
githubUser: GithubUserSchema.optional(),
githubAccessToken: SecretSchema.optional(),
autoApproveChanges: z.boolean().optional(),
// DEPRECATED.
runtimeMode: RuntimeModeSchema.optional(),
});