From 3c2022375a64b10e65b56c731783d1eb96a98f64 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Tue, 20 Jan 2026 15:03:55 -0600 Subject: [PATCH] Bump version to 0.2.9 and update npm description Co-Authored-By: Claude Opus 4.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d98e7a..8bd0010 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@colbymchenry/codegraph", - "version": "0.2.8", - "description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase", + "version": "0.2.9", + "description": "Supercharge Claude Code with semantic code intelligence. 30% fewer tokens, 25% fewer tool calls, 100% local.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": {