[#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
22 changed files with 3989 additions and 8 deletions
Showing only changes of commit 18fb7fa733 - Show all commits

View File

@@ -8516,7 +8516,7 @@ _cmd_execute_default(ProfWin* window, const char* inp)
case WIN_AI:
{
ProfAiWin* aiwin = (ProfAiWin*)window;
cl_ev_send_ai_msg(aiwin, inp, NULL);
cl_ev_send_ai_msg(aiwin, inp, connection_create_stanza_id());
break;
}
default: