Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 18:38
· 9 commits to main since this release

Initial public release of aicmd.

Highlights

  • Generate shell commands through Codex, Claude Code, Antigravity, OpenAI, Gemini, Anthropic, Ollama, or llama.cpp.
  • Select providers, models, and reasoning effort with one provider/model/effort spec.
  • Insert generated commands at the terminal prompt for review, with a safe print fallback where terminal injection is unavailable.
  • Manage model and clipboard settings with aicmd config.
  • Stream provider reasoning and raw events in verbose mode.
  • Install checksum-verified binaries for macOS and Linux on amd64 and arm64.

Safety

Prompts are sent to provider CLIs through stdin. Generated output is cleaned and presented for review; aicmd never executes it automatically.