Skip to content

Releases: Luizhcrs/powerai

v1.1.0: Smart Git Commits, CLI Explainer, Fish Shell & Homebrew Formula

Choose a tag to compare

@Luizhcrs Luizhcrs released this 25 Aug 18:06

Major Features in v1.1.0:

  1. ai commit (Conventional Commits Generator):

    • Reads your local git diff (staged or unstaged) and generates structured, professional commit messages (feat:, fix:, refactor:, chore:) with interactive safety confirmation.
  2. ai explain <command> (CLI Syntax & Flag Explainer):

    • Breaks down complex terminal commands and flags line-by-line with educational explanations in Portuguese, English, or Spanish.
  3. Native Fish Shell Support (powerai.fish):

    • Added native integration for Fish shell users via ~/.config/fish/conf.d/powerai.fish.
  4. Homebrew Formula Tap (Formula/powerai.rb):

    • Ready for one-line installation via Homebrew (brew install Luizhcrs/powerai/powerai).

v1.0.2: Accurate macOS Commands & Conversational Error Diagnosis

Choose a tag to compare

@Luizhcrs Luizhcrs released this 25 Aug 17:49

Changes in v1.0.2:

  • macOS Accuracy: Explicitly mapped local IP retrieval to ipconfig getifaddr en0 preventing small LLM hallucinations with ifconfig.
  • Conversational Error Diagnosis: Added context-aware error recovery when users report issues like 'deu erro' or 'falhou' directly in the shell.
  • Natural Language Multi-word Parsing: Improved Zsh/Bash command interceptor to distinguish between single-word typos and natural language prompts.

v1.0.1: Strict JSON Mode & Typo Parser Hardening

Choose a tag to compare

@Luizhcrs Luizhcrs released this 25 Aug 16:54

Changes in v1.0.1:

  • Strict JSON Mode: Enforced format: json in local Ollama API chat requests for 2x faster token generation and 100% clean responses.
  • Harness Parser: Hardened quote unescaping and blocked raw JSON keys from being parsed as shell commands.
  • Cross-Platform CI: Added automated GitHub Actions verification matrix for Ubuntu Linux, macOS, and Windows Server.

PowerAI v1.0.0 — Official Release (100% Native & Zero-Python)

Choose a tag to compare

@Luizhcrs Luizhcrs released this 25 Aug 02:09

PowerAI v1.0.0 — The Invisible Cognitive Terminal Layer

We are proud to present PowerAI v1.0.0, a 100% local-first, zero-telemetry, and 100% native (zero-Python required) AI terminal copilot for macOS, Linux, and Windows.


Highlights & Key Features

  • 100% Native Zero-Python Architecture:
    • macOS & Linux: Native Bash/Zsh runtime with high-speed C-based JQ JSON parsing (< 2ms).
    • Windows: Native C# / .NET Core & PowerShell Core runtime.
  • Local-First & Offline: Powered by Ollama (qwen2.5-coder:1.5b) and local OpenAI-compatible engines (OMLX, LM Studio, vLLM) with hardware acceleration (Apple Metal GPU, CUDA, DirectML).
  • Terminal Output Memory Buffer: Direct contextual awareness of previous command outputs printed on screen.
  • Zero-Risk by Default: Human-in-the-loop interactive execution (Enter = Yes | Esc = No).
  • Auto-Healing Typo Correction: Shell hook intercepts typos (mrdir kilo -> mkdir kilo) and suggests instant fixes.
  • Multi-Language Support: Native runtime switching for English, Portuguese (pt-BR), and Spanish (es-ES).
  • Self-Healing One-Line Installers:
    • macOS & Linux: curl -fsSL https://raw.githubusercontent.com/Luizhcrs/powerai/main/install.sh | bash
    • Windows: irm https://raw.githubusercontent.com/Luizhcrs/powerai/main/install.ps1 | iex

Links & Documentation