diff --git a/AGENTS.md b/AGENTS.md index f6dffe5..5e8be39 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -49,9 +49,7 @@ make sure you have tsx installed globally: `pnpm i -g tsx` ### running CLI locally - - -to test CLI changes without publishing you will also have to kill the relay server first, to have the latest relay server running. any commands using the cli then will restart this relay server. +to test CLI changes without publishing: ```bash # mac/linux: kill any existing relay on 19988 diff --git a/extension/src/background.ts b/extension/src/background.ts index 9f1d348..9aee33a 100644 --- a/extension/src/background.ts +++ b/extension/src/background.ts @@ -182,7 +182,7 @@ class ConnectionManager { logger.debug('Error handling command:', error) response.error = error.message } - logger.debug('Sending response:', response) + // logger.debug('Sending response:', response) sendMessage(response) }