From 60fab764e34742b9f862b8e11fcbca511ccaf226 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Fri, 17 Apr 2026 14:07:46 +0300 Subject: [PATCH] style: apply prettier formatting Co-Authored-By: Claude Opus 4.7 (1M context) --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 4b2d04ecd..893c90f29 100644 --- a/src/index.ts +++ b/src/index.ts @@ -346,7 +346,9 @@ async function handleApprovalResponse( // Kill the container so the next wake picks up the new env from // resolveProviderContribution. killContainer(session.id, 'provider config updated'); - notify(`Provider config for "${provider}" updated. Your container will restart with the new settings on the next message.`); + notify( + `Provider config for "${provider}" updated. Your container will restart with the new settings on the next message.`, + ); log.info('set_provider_config approved', { approvalId: approval.approval_id, userId,