Skip to content

Commit 3ed48c0

Browse files
committed
open in new tab instead of new window
1 parent 35c0ac6 commit 3ed48c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/apps/claude/claude.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ if (claudeTab) {
5656
// Get tab info
5757
claudeTabInfo = JSON.parse(execSync(`chrome-cli info -t ${claudeTab.id}`));
5858
} else {
59-
// Open a Claude session in a new window, focus it and return the tab info
59+
// Open a Claude session in a new tab, focus it and return the tab info
6060
claudeTabInfo = JSON.parse(
61-
execSync("chrome-cli open 'https://claude.ai/new' -n")
61+
execSync("chrome-cli open 'https://claude.ai/new'")
6262
);
6363
}
6464

0 commit comments

Comments
 (0)