[#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 3204 additions and 13818 deletions
Showing only changes of commit bccd3ecded - Show all commits

View File

@@ -47,7 +47,6 @@ aiwin_display_response(ProfAiWin* win, const char* response)
log_debug("[AI-WIN] Displayed AI response");
// Add to conversation history
ai_session_add_message(win->session, "assistant", response);
log_debug("[AI-WIN] Added assistant message to session history");
}

View File

@@ -347,8 +347,6 @@ win_create_ai(AISession* session)
return &new_win->window;
}
gchar*
win_get_title(ProfWin* window)
{

View File

@@ -101,5 +101,4 @@ char* win_quote_autocomplete(ProfWin* window, const char* const input, gboolean
char* get_show_char(prof_enc_t encryption_mode);
char* get_enc_char(prof_enc_t enc_mode, const char* alt);
#endif