From 1e1df8c204f6771719f85d8402128d72138bb863 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 14:58:03 +0300 Subject: llm: add pluggable provider with OpenAI default; extensive logging; LSP completion integration with TextEdit, param-aware prompts; remove idle gating; label/filter improvements; docs update --- internal/version.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/version.go') diff --git a/internal/version.go b/internal/version.go index 525ff73..673db85 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,3 @@ package internal const Version = "0.0.1" - -- cgit v1.2.3