feat(FN-4396): complete Step 2 — add token budget types and defaults
Fusion-Task-Id: FN-4396 Fusion-Task-Lineage: 3839210b-b443-410d-a476-aa81128c739a
This commit is contained in:
@@ -37,8 +37,10 @@ export const DEFAULT_GLOBAL_SETTINGS = {
|
||||
"gridlock",
|
||||
"fallback-used",
|
||||
"memory-dreams-processed",
|
||||
"token-budget",
|
||||
],
|
||||
ntfyDashboardHost: undefined,
|
||||
taskTokenBudget: undefined,
|
||||
failureNotificationDelayMs: 30000,
|
||||
failureNotificationMode: "sticky-only",
|
||||
webhookEnabled: false,
|
||||
@@ -303,6 +305,7 @@ export const DEFAULT_PROJECT_SETTINGS = {
|
||||
memoryDreamsEnabled: false,
|
||||
memoryDreamsSchedule: "0 4 * * *",
|
||||
tokenCap: undefined,
|
||||
taskTokenBudget: undefined,
|
||||
runStepsInNewSessions: false,
|
||||
maxParallelSteps: 2,
|
||||
missionStaleThresholdMs: 600_000,
|
||||
|
||||
Reference in New Issue
Block a user