Jabber Developer
a9f0153c0f
CI Code / Check spelling (pull_request) Successful in 17s
CI Code / Check coding style (pull_request) Successful in 32s
CI Code / Code Coverage (pull_request) Failing after 1m9s
CI Code / Linux (debian) (pull_request) Failing after 2m53s
CI Code / Linux (ubuntu) (pull_request) Failing after 2m59s
CI Code / Linux (arch) (pull_request) Failing after 3m39s
fix(ai): prevent duplicate user message in AI JSON payload
...
The user message was being added to session->history before calling
_build_json_payload_from_list(), which independently appends the prompt
to the JSON payload. This caused the same message to appear twice in
the API request.
Fix: Build JSON payload first, then add user message to history under
the same lock to maintain atomicity.
2026-05-14 03:50:12 +00:00
..
2026-05-14 03:50:12 +00:00
2026-05-14 03:37:59 +00:00
2026-05-13 21:44:02 +00:00
2026-05-10 10:35:57 +00:00
2026-03-07 11:55:50 +01:00
2025-03-12 10:09:41 +01:00
2026-02-06 19:27:40 +01:00
2026-03-07 11:55:50 +01:00
2026-05-14 03:34:48 +00:00
2026-05-13 12:41:20 +00:00
2026-05-05 19:26:07 +00:00
2026-03-07 11:55:50 +01:00
2025-03-07 21:09:16 +01:00
2026-03-07 11:55:50 +01:00
2025-08-07 03:03:43 +02:00
2026-05-05 19:26:07 +00:00
2026-05-05 19:26:07 +00:00
2026-05-05 19:26:07 +00:00
2026-05-05 19:26:07 +00:00
2026-05-05 19:26:07 +00:00
2026-05-05 19:26:07 +00:00
2026-05-05 19:26:07 +00:00
2026-05-05 19:26:07 +00:00
2025-10-13 20:47:34 +02:00
2026-03-07 11:55:50 +01:00
2025-03-27 20:06:38 +01:00
2026-04-29 19:23:33 +00:00
2025-03-27 20:06:38 +01:00