Merge pull request #156 from amDosion/feat/ultraplan-enablement

feat: enable /ultraplan and harden GrowthBook fallback chain
This commit is contained in:
Dosion
2026-04-06 22:09:28 +08:00
committed by GitHub
parent 35bc4f395d
commit 33949ce5a2
12 changed files with 2849 additions and 3156 deletions

View File

@@ -34,7 +34,7 @@ const DEFAULT_FEATURES = [
"LODESTONE",
// P1: API-dependent features
"EXTRACT_MEMORIES", "VERIFICATION_AGENT",
"KAIROS_BRIEF", "AWAY_SUMMARY",
"KAIROS_BRIEF", "AWAY_SUMMARY", "ULTRAPLAN",
];
// Any env var matching FEATURE_<NAME>=1 will also enable that feature.