From 91b3b3979a39c281882fcb8ff1889be15cb7476f Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 9 Jan 2026 11:08:18 -0800 Subject: [PATCH] =?UTF-8?q?chore(@ml/auto-commit-service):=20=F0=9F=93=A6?= =?UTF-8?q?=20bump=20version=20to=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix CRASHED status handling to attempt recovery instead of giving up - Daemon now auto-starts llama-service after reboot when stale PID detected --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b503e56..1c3733c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "auto-commit-service" -version = "0.1.0" +version = "0.1.1" description = "Automated commit message generation service using local LLM inference" readme = "README.md" requires-python = ">=3.11"