v2.17.6
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 updatenow runsnpm install -g @rxgodev/neuro-commit@latestinstead of printing static instructions--no-colornow works consistently across quickFlow, help text, and the update-notifier banner viacsi()/nc()helpers (respectsNO_COLORenv and--no-colorflag)
🔧 Internal
- Moved
HAS_NO_COLOR/csi()/nc()to top of ac.js so notifier banner also respects--no-color temperaturelowered 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