Skip to content

v2.17.6

Choose a tag to compare

@zenqst zenqst released this 05 Jun 17:41
· 131 commits to dev since this release

v2.17.6 — Fix custom prompt override, qq update, --no-color

🐛 Critical fix

  • Custom prompt in config.json was overriding the entire system prompt. The previous AI assistant had set "prompt": "Custom {types} prompt" in ~/.config/ai-commit/config.json, which made all 2.17.1–2.17.5 prompt improvements invisible to the model. Removed from config.

🐛 Fixes

  • qq update now runs npm install -g @rxgodev/neuro-commit@latest instead of printing static instructions
  • --no-color now works consistently across quickFlow, help text, and the update-notifier banner via csi()/nc() helpers (respects NO_COLOR env and --no-color flag)

🔧 Internal

  • Moved HAS_NO_COLOR / csi() / nc() to top of ac.js so notifier banner also respects --no-color
  • temperature lowered to 0.0 for more deterministic output
  • Config file re-saved without UTF-8 BOM (PowerShell was adding it)

Full Changelog: v2.17.5...v2.17.6