From d4e49b2d5d56d62cb6f50ca33daaaebfc070a307 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 25 Jan 2026 14:58:00 +0100 Subject: [PATCH] nn --- AGENTS.md | 4 +--- extension/src/background.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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) }