From 0815554341c97f1ca02535e65251064217cb8854 Mon Sep 17 00:00:00 2001 From: Ramiro Rivera Date: Mon, 27 Jul 2026 18:55:14 +0200 Subject: [PATCH] chore: release 0.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships the reaction-pipeline fixes from #168. buddy_react reactions written under a different session id than the statusline reads are now adopted rather than clobbered by the canned pool. Hook registrations no longer accumulate on every install: the dedupe filter matched the package name, but the installed path contains neither 'coding-buddy' nor 'claude-buddy', so a dogfooding machine reached eight Stop entries — each duplicate overwriting the previous one's work. A same-turn grace window stops duplicate invocations demoting a reaction the first one just adopted, and adoption is bounded by the statusline's reaction TTL so a stale cross-session reaction cannot surface on a new session. Together these are why reactions kept rendering as canned text no matter how many times the inference path itself was fixed. - package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 650cea3..eb7e81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ramarivera/coding-buddy", - "version": "0.9.1", + "version": "0.9.2", "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi", "type": "module", "omp": {