mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 12:57:12 -07:00
chore: final touches for channels feature
This commit is contained in:
@@ -115,6 +115,7 @@ async function testMCPConnection(
|
||||
}
|
||||
},
|
||||
isTrustedFolder: () => isTrusted,
|
||||
getChannels: () => [],
|
||||
};
|
||||
|
||||
let transport;
|
||||
|
||||
@@ -1387,7 +1387,7 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
if (active.length > 0) {
|
||||
coreEvents.emitFeedback(
|
||||
'info',
|
||||
`Channels listening for messages: ${active.join(', ')}\n Only use channels you trust — messages are injected into the conversation.`,
|
||||
`Channels listening for messages: ${active.join(', ')}\nOnly use channels you trust — messages are injected into the conversation.`,
|
||||
undefined,
|
||||
{ style: 'channel' },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user