Skip to content

sh-agent v0.1.0

Choose a tag to compare

@MathieuDvv MathieuDvv released this 01 May 18:56

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