Merge branch 'claude-code-best:main' into main

This commit is contained in:
HitMargin
2026-04-06 12:30:53 +08:00
committed by GitHub
14 changed files with 641 additions and 21 deletions

View File

@@ -125,7 +125,7 @@ export function isFullscreenEnvEnabled(): boolean {
}
return false
}
return process.env.USER_TYPE === 'ant'
return true
}
/**