From 6d7e0e374ff7f0a5801c53310b2ff09ed5de3ebb Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=AB=20index.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/diff/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/diff/index.ts b/src/commands/diff/index.ts index a15b819..556bc7c 100644 --- a/src/commands/diff/index.ts +++ b/src/commands/diff/index.ts @@ -6,3 +6,4 @@ export default { description: 'View uncommitted changes and per-turn diffs', load: () => import('./diff.js'), } satisfies Command +