fix: bot text confirmation on relay + rename @bridge to @gravity + channel dedup
This commit is contained in:
@@ -107,7 +107,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
// Register @bridge Chat Participant for history relay
|
||||
try {
|
||||
const participant = vscode.chat.createChatParticipant(
|
||||
'gravity-bridge.bridge',
|
||||
'gravity-bridge.gravity',
|
||||
bridgeChatHandler
|
||||
);
|
||||
participant.iconPath = new vscode.ThemeIcon('radio-tower');
|
||||
|
||||
Reference in New Issue
Block a user