Hee-Suk Kim writes that Sib is a standard Unix LLM client which stores LLM conversations as a plain Git repository where each user and assistant turn is a commit, providing full context control and free backup and sharing via normal Git remotes. The `sib ask` command reads a prompt from stdin, appends it with the reachable chain from HEAD, records both turns as commits, and prints the reply, while flags like -p, -r, -c enable repeat, edit, fork and head moves without API calls.
- Dependencies are bash >=3.2, git, jq, curl, awk and coreutils
- Conversations can be fetched/pushed via `sib git` to share with sib-project/hub
git-gpt-commit v0.9.0 is a Git extension that uses OpenAI's GPT models to automatically generate commit messages. New features include support for GPT-4o, language selection, prefix toggle, API key management, and configuration management.
A cat(1) clone with syntax highlighting and Git integration.
Visualize your git commits with a heat map in the terminal.