From bae7b2fc190528b952b484cb7be6fc7ec7f88d66 Mon Sep 17 00:00:00 2001 From: songsenand Date: Sun, 25 Jan 2026 01:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20rich=20=E5=BA=93=E6=94=AF?= =?UTF-8?q?=E6=8C=81=EF=BC=8C=E7=94=A8=E4=BA=8E=E5=A2=9E=E5=BC=BA=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E8=A1=8C=E8=BE=93=E5=87=BA=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autocommit/git.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/autocommit/git.py b/autocommit/git.py index 950944d..47439a1 100644 --- a/autocommit/git.py +++ b/autocommit/git.py @@ -1,6 +1,12 @@ import subprocess + +from rich.console import Console + from .llm import LLMClient +console = Console() + + class GitHandler: def __init__(self, llm_client=None): if llm_client: