[#110] Add AI client with multi-provider support and UI #113

Manually merged
jabber.developer merged 64 commits from feat/ai into master 2026-05-15 02:22:56 +00:00
67 changed files with 3177 additions and 13818 deletions
Showing only changes of commit 4913a3d5a4 - Show all commits

View File

@@ -45,9 +45,6 @@ aiwin_display_response(ProfAiWin* win, const char* response)
// Display AI response
win_println(&win->window, THEME_DEFAULT, "<< LLM:", "%s", response);
log_debug("[AI-WIN] Displayed AI response");
// Add to conversation history
log_debug("[AI-WIN] Added assistant message to session history");
}
void