Commit Graph
12 Commits
Author SHA1 Message Date
Prad Nukala 0acee0a694 fix: restore Groq default model with bundled crush provider
openrouter/qwen/qwen3.6-27b is not resolvable in Crush; the qwen model
only exists on Groq. Re-apply the 735229b provider fix: default to
groq/openai/gpt-oss-120b (verified live on Groq /openai/v1/models) via
the bundled crush-provider config, applied through CRUSH_GLOBAL_CONFIG
only when the default model is in use.
2026-08-18 14:32:41 -04:00
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 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 f00bec7738 feat: initial scripts 2026-02-27 10:29:42 -05:00