mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
feat: 恢复 --channels 能力 (#297)
* feat: 恢复 --channels 能力 * docs: 添加 channels 注释
This commit is contained in:
@@ -4948,7 +4948,7 @@ function handleChannelEnable(
|
||||
function reregisterChannelHandlerAfterReconnect(
|
||||
connection: MCPServerConnection,
|
||||
): void {
|
||||
if (!(feature('KAIROS') || feature('KAIROS_CHANNELS'))) return
|
||||
// Channels always available — feature flag guard removed
|
||||
if (connection.type !== 'connected') return
|
||||
|
||||
const gate = gateChannelServer(
|
||||
|
||||
Reference in New Issue
Block a user