13 Commits
Author SHA1 Message Date
Prad Nukala 3086dac5d6 refactor: replace Go binary with uv-run smartcommit.py launcher
The extension is now a bash launcher that runs smartcommit.py via
uv run --script (Crush backend, DuckDB scopes). Removes the Go
implementation and the gh-extension-precompile workflow; the bundled
gh-commit.tar.gz now packages the script instead of a compiled binary.
v5.0.0
2026-08-18 14:26:07 -04:00
Prad Nukala f1302fd1ec Revert "fix: provider"
This reverts commit 735229b150.
v4.0.0
2026-08-17 18:06:54 -04:00
Prad Nukala ae36a7052d build: package v3.0.0 binary tarball
Replaces the old Python source tarball with the compiled linux/amd64
binary (CGO-free, stripped) plus README and LICENSE.
2026-08-15 19:12:44 -04:00
t 9647c854c9 feat: rewrite gh-commit in Go with local Ollama backend
Replaces the Python/Crush/DuckDB implementation with a CGO-free Go binary:
cobra CLI, modernc.org/sqlite storage, huh/lipgloss UI, and speed-tuned raw
/api/generate calls (think:false, keep_alive, capped num_predict) against a
local qwen3.5:2b. Ships as a gh extension via cli/gh-extension-precompile.
v3.0.0
2026-08-15 19:10:16 -04:00
Prad Nukala 735229b150 fix: provider v2.0.0 2026-07-17 23:14:08 -04:00
Prad Nukala 181e936b29 fix: Refactor to use crush 2026-07-17 22:53:47 -04:00
Prad Nukala 5073f705a3 feat(mods): add support for overriding mods API and model 2026-07-17 22:26:23 -04:00
Prad Nukala 25ecd19c9a fix 2026-06-02 10:40:57 -04:00
Prad Nukala 0c25da1bb7 update 2026-06-02 10:31:52 -04:00
Prad Nukala 8486cdbb54 update: use claude acp 2026-06-01 12:22:25 -04:00
Prad Nukala 0fcbcd6c80 fix: executable 2026-02-27 10:34:35 -05:00
Prad Nukala 49adeca63b fix: executable 2026-02-27 10:30:41 -05:00
Prad Nukala f00bec7738 feat: initial scripts 2026-02-27 10:29:42 -05:00