Files
claude-code/docs
unraid 1b47333d72 feat: enable GrowthBook local gate defaults for P0/P1 features
Add LOCAL_GATE_DEFAULTS mapping in growthbook.ts with 27 feature gate
defaults (25 boolean + 2 object config). Insert local defaults into the
fallback chain of all getter functions so they work regardless of whether
GrowthBook is enabled or disabled:

  env overrides → config overrides → in-memory cache → disk cache
  → LOCAL_GATE_DEFAULTS → caller defaultValue

P0 (local): keybindings, streaming tool exec, cron, JSON tools,
ultrathink, explore/plan agents, deep link, immediate model switch
P1 (API): session memory, auto memory, prompt suggestions, brief mode,
verification agent, away summary, auto dream, idle return prompt
Kill switches: 10 gates kept true to prevent remote disable

New compile flags: AGENT_TRIGGERS, ULTRATHINK, BUILTIN_EXPLORE_PLAN_AGENTS,
LODESTONE, EXTRACT_MEMORIES, VERIFICATION_AGENT, KAIROS_BRIEF, AWAY_SUMMARY

Bypass all local defaults: CLAUDE_CODE_DISABLE_LOCAL_GATES=1
2026-04-06 17:00:30 +08:00
..
2026-04-01 16:43:45 +08:00
2026-04-01 17:18:48 +08:00
2026-04-01 17:18:48 +08:00
2026-04-01 17:18:48 +08:00
2026-04-01 11:14:20 +08:00
2026-04-03 11:52:14 +08:00
2026-04-01 17:18:48 +08:00
2026-04-01 10:09:00 +08:00
2026-04-02 20:57:52 +08:00
2026-04-02 17:37:06 +08:00
2026-04-03 00:47:37 +08:00
2026-04-03 09:39:32 +08:00
2026-04-01 10:09:00 +08:00
2026-04-03 19:56:35 +08:00
2026-04-03 20:23:51 +08:00
2026-04-01 14:44:21 +08:00
2026-04-02 16:21:24 +08:00