feat: 绕过 Claude Code 内的 claude 的账号需要; 但是浏览器扩展还是要权限

This commit is contained in:
claude-code-best
2026-04-03 23:57:27 +08:00
parent 6738a76152
commit 4c0b2aaedb
5 changed files with 6 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import type { Command } from '../../commands.js'
const command: Command = {
name: 'chrome',
description: 'Claude in Chrome (Beta) settings',
availability: ['claude-ai'],
availability: [],
isEnabled: () => !getIsNonInteractiveSession(),
type: 'local-jsx',
load: () => import('./chrome.js'),