chore: final touches for channels feature

This commit is contained in:
Jack Wotherspoon
2026-03-27 13:19:26 -04:00
parent 78bd526792
commit 3861ecf7d4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -115,6 +115,7 @@ async function testMCPConnection(
}
},
isTrustedFolder: () => isTrusted,
getChannels: () => [],
};
let transport;
+1 -1
View File
@@ -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' },
);