Files
openfang/crates
jam 62b697c90e fix(claude-code): extract assistant text from nested message.content in stream()
Claude CLI ≥2.x emits type=assistant events where the response text is
inside message.content[{"type":"text","text":"..."}] rather than a flat
content string. The old handler only checked event.content, so every
token was silently dropped and streaming always returned an empty response.

The handler now checks the flat content field first (backward-compatible),
then falls back to joining all text blocks from message.content[].

Refs: RightNow-AI/openfang#295
2026-03-23 09:35:22 +01:00
..
2026-03-19 01:34:31 +03:00
2026-03-18 05:49:42 +03:00
2026-03-20 00:33:20 +03:00
2026-03-18 22:55:36 +03:00
2026-03-18 06:23:12 +03:00
2026-03-15 19:50:43 +03:00
2026-03-15 19:50:43 +03:00
2026-03-15 19:50:43 +03:00