mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 00:05:51 +00:00
feat: 绕过 Claude Code 内的 claude 的账号需要; 但是浏览器扩展还是要权限
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user