fix(ci+chatbot): DB de test ephemere + retrait continue-on-error + affichage reponses chatbot #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci-no-ignored-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Generated with Claude Code
Le frontend n'envoie pas `stream: true` → la route /api/chatbot/send renvoie du JSON `{messages, ctas, suggestions}`. Mais sendMessage parsait la réponse comme du SSE (readSSEStream, events chunk/done) → aucun event sur du JSON → la bulle assistant restait vide → réponses invisibles (seul le welcome, qui parse déjà le JSON, s'affichait). Régression introduite parad85cfa(désactivation du streaming côté requête sans basculer le handler). Fix : le handler parse maintenant le JSON et insère les messages (comme le flux welcome). Suppression du type SSEEvent et de readSSEStream devenus morts. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.