Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 May 04:16

What's New in 0.1.0

Initial release.

Added

  • Natural-language to shell one-liner generation.
  • Multiple LLM providers: Anthropic, OpenAI, Ollama, Gemini.
  • fzf-based interactive picker with structured-output candidates.
  • Selection history with zoxide-style frecency scoring.
  • LLM response cache keyed by provider + model + query.
  • Shell integration for zsh and bash (the selected command lands in the prompt buffer and is not auto-executed).
  • Safety check that warns on destructive commands with a y/N confirmation; extra patterns configurable via [safety] extra_patterns.
  • Subcommands: init, config, history.

Install zxcv 0.1.0

Shell script (macOS / Linux)

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kuzukawa/zxcv/releases/download/v0.1.0/zxcv-installer.sh | sh

Homebrew

brew install kuzukawa/tap/zxcv

See the CHANGELOG for full history.