Files
profanity/src
Jabber Developer 1ecaceb59f fix(ai): reset provider autocomplete state on search string change
When typing /ai start <prefix><tab>, the autocomplete was not properly
handling search string changes. For example, typing "/ai start o<tab>"
would return "openai", but then typing "/ai start p<tab>" would still
return "openai" because the autocomplete state was not reset.

This commit:
- Adds ai_providers_reset_ac() function to reset provider autocomplete
  state, following the same pattern as accounts_reset_all_search()
- Integrates ai_providers_reset_ac() into cmd_ac_reset() for proper
  state cleanup when user presses Ctrl+C or switches contexts
2026-05-13 09:40:52 +00:00
..
2025-03-12 10:09:41 +01:00
2026-05-06 13:57:13 +00:00
2025-03-27 20:06:38 +01:00
2025-03-27 20:06:38 +01:00