Releases: MathieuDvv/sh-agent
Releases · MathieuDvv/sh-agent
Release list
sh-agent v0.2.1
What's new
- Fix Homebrew zsh completion metadata for dash commands.
- Keeps v0.2.0 additions: Brew install path, web search, personality presets, DeepSeek thinking continuation, local providers, and searchable provider categories.
sh-agent v0.2.0
What's new
- Add no-key web search tool through open-websearch.
- Add personality presets and custom personality file support.
- Fix DeepSeek thinking model tool-turn continuation.
- Add Ollama, LM Studio, and Local Llama providers.
- Add searchable provider picker with cloud/local categories.
- Prepare Homebrew installation and Brew-aware update messaging.
sh-agent v0.1.0
Release: sh-agent (MVP)
First MVP release of sh-agent: a quiet terminal-native AI coding assistant featuring ask/act commands, provider and model selection, edit confirmations with diffs, history, customization, and self-update support.
Highlights
- Minimal Shell-Native Commands:
-ask,-act,-provider,-model,-custom,-history,-update - Supported Providers: DeepSeek, OpenAI, Google Gemini, Anthropic Claude, and NVIDIA
- Safety Confirmations: Mandatory prompts for file writes, directory creation, and shell commands with integrated diff previews
- Open Source: Released under the GPL-3.0-or-later license
Technical Notes
- Environment: Focused on macOS and Linux using zsh.
- Windows Support: Expected through WSL; native PowerShell/CMD support is not included in this release.
- External Dependencies: Provider APIs and model catalogs may vary over time based on third-party availability.
Full Changelog: https://github.com/MathieuDvv/sh-agent/commits/v0.1.0