mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
Merge remote-tracking branch 'amDosion/feat/computer-use-windows'
This commit is contained in:
@@ -1602,7 +1602,7 @@ async function run(): Promise<CommanderCommand> {
|
||||
// `type: 'stdio'`. An enterprise-config ant with the GB gate on would
|
||||
// otherwise process.exit(1). Chrome has the same latent issue but has
|
||||
// shipped without incident; chicago places itself correctly.
|
||||
if (feature('CHICAGO_MCP') && getPlatform() === 'macos' && !getIsNonInteractiveSession()) {
|
||||
if (feature('CHICAGO_MCP') && !getIsNonInteractiveSession()) {
|
||||
try {
|
||||
const {
|
||||
getChicagoEnabled
|
||||
|
||||
Reference in New Issue
Block a user