Releases: Luizhcrs/powerai
Releases · Luizhcrs/powerai
Release list
v1.1.0: Smart Git Commits, CLI Explainer, Fish Shell & Homebrew Formula
Major Features in v1.1.0:
-
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.
- Reads your local
-
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.
-
Native Fish Shell Support (
powerai.fish):- Added native integration for Fish shell users via
~/.config/fish/conf.d/powerai.fish.
- Added native integration for Fish shell users via
-
Homebrew Formula Tap (
Formula/powerai.rb):- Ready for one-line installation via Homebrew (
brew install Luizhcrs/powerai/powerai).
- Ready for one-line installation via Homebrew (
v1.0.2: Accurate macOS Commands & Conversational Error Diagnosis
Changes in v1.0.2:
- macOS Accuracy: Explicitly mapped local IP retrieval to
ipconfig getifaddr en0preventing small LLM hallucinations withifconfig. - 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
Changes in v1.0.1:
- Strict JSON Mode: Enforced
format: jsonin 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)
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
- macOS & Linux:
Links & Documentation
- Landing Page & Live Simulator: https://luizhcrs.github.io/powerai
- GitHub Repository: https://github.com/Luizhcrs/powerai
- License: PolyForm Noncommercial License 1.0.0 (Free for personal, educational, and community use; commercial rights reserved).