/
larinv
/
claude-code
Обзор
Документация
Войти
/
larinv
/
claude-code
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
utils/worktreeModeEnabled.ts
11 строк
415 B
kuberwastaken
new initial commit (history rewritten)
01 апр 2026, 14:57
01 апр 2026, 14:57
c1996f2
Код
Авторство
О чём код?
/** * Worktree mode is now unconditionally enabled for all users. * * Previously gated by GrowthBook flag 'tengu_worktree_mode', but the * CACHED_MAY_BE_STALE pattern returns the default (false) on first launch * before the cache is populated, silently swallowing --worktree. * See https://github.com/anthropics/claude-code/issues/27044. */ export function isWorktreeModeEnabled(): boolean { return true }