7 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.
2026-08-18 14:26:07 -04:00
Prad Nukala f1302fd1ec Revert "fix: provider"
This reverts commit 735229b150.
2026-08-17 18:06:54 -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.
2026-08-15 19:10:16 -04:00
Prad Nukala 735229b150 fix: provider 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 8486cdbb54 update: use claude acp 2026-06-01 12:22:25 -04:00
Prad Nukala f00bec7738 feat: initial scripts 2026-02-27 10:29:42 -05:00