Skip to content

v1.1.0

Choose a tag to compare

@Bobsans Bobsans released this 20 Jul 17:22
· 249 commits to main since this release

AIHelper v1.1.0

AIHelper gains privacy-aware operational logging for CLI and MCP activity, providing bounded diagnostic records without exposing secret-bearing values by default.

Highlights

  • Daily JSONL records for completed CLI and MCP invocations.
  • Structured diagnostics, ten-day retention, bounded records, and concurrent-process locking.
  • Default secret redaction with an explicit opt-in for isolated diagnostics.

What’s Changed

✨ New

  • Best-effort daily JSONL logging captures completed CLI and MCP invocations with structured error diagnostics.
  • Logging enforces ten-day retention, bounded record sizes, and concurrent-process locking.

🔒 Security

  • Secret-bearing values are redacted by default.
  • AH_LOG_UNREDACTED=1 enables full diagnostic values for isolated troubleshooting while retaining record-size limits.

Downloads

Platform Archive
Windows x64 ah-windows-x64.zip
Linux x64 ah-linux-x64.zip
macOS ARM64 ah-macos-arm64.zip

Each archive contains ah plus executable-relative GitHub, GitLab, Ollama, and PostgreSQL plugins.

Full Changelog

v1.0.0...v1.1.0