We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c0ac6 commit 3ed48c0Copy full SHA for 3ed48c0
commands/apps/claude/claude.js
@@ -56,9 +56,9 @@ if (claudeTab) {
56
// Get tab info
57
claudeTabInfo = JSON.parse(execSync(`chrome-cli info -t ${claudeTab.id}`));
58
} else {
59
- // Open a Claude session in a new window, focus it and return the tab info
+ // Open a Claude session in a new tab, focus it and return the tab info
60
claudeTabInfo = JSON.parse(
61
- execSync("chrome-cli open 'https://claude.ai/new' -n")
+ execSync("chrome-cli open 'https://claude.ai/new'")
62
);
63
}
64
0 commit comments