v0.1.0
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/effortspec. - 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.