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

This commit is contained in:
gsxdsm
2026-04-23 22:57:21 -07:00
parent 10ea91a137
commit b7233e833d
13 changed files with 592 additions and 203 deletions

View File

@@ -21,7 +21,7 @@ export const DEFAULT_GLOBAL_SETTINGS = {
defaultThinkingLevel: undefined,
ntfyEnabled: false,
ntfyTopic: undefined,
ntfyEvents: ["in-review", "merged", "failed", "awaiting-approval", "awaiting-user-review"],
ntfyEvents: ["in-review", "merged", "failed", "awaiting-approval", "awaiting-user-review", "planning-awaiting-input"],
ntfyDashboardHost: undefined,
defaultProjectId: undefined,
setupComplete: undefined,