mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -07:00
chore: final touches for channels feature
This commit is contained in:
@@ -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