mirror of
https://gitverse.ru/anarchic/claude-code
synced 2026-05-05 16:02:38 +00:00
new initial commit (history rewritten)
This commit is contained in:
commit
c1996f2e3b
1907 changed files with 514172 additions and 0 deletions
11
utils/worktreeModeEnabled.ts
Normal file
11
utils/worktreeModeEnabled.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue