feat(FN-2623): merge fusion/fn-2623

This commit is contained in:
gsxdsm
2026-04-26 18:11:09 -07:00
parent 3fc49a2e6b
commit e2bc644fd5
14 changed files with 442 additions and 4 deletions

View File

@@ -127,6 +127,8 @@ export const DEFAULT_PROJECT_SETTINGS = {
archiveAgentLogMode: "compact",
autoUpdatePrStatus: false,
autoCreatePr: false,
githubCommentOnDone: false,
githubCommentTemplate: undefined,
autoBackupEnabled: false,
autoBackupSchedule: "0 2 * * *",
autoBackupRetention: 7,