mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 21:00:30 +00:00
When abort happens during tool call streaming, the tool result should show as aborted. Previously used global isStreaming state which would flip when new messages streamed in, causing spinner to reappear incorrectly. Changes: - Use message.stopReason === "aborted" to detect aborted tool calls - Create synthetic error result for aborted tool calls in ToolMessage component - Fix Ollama provider key test to return true (can't know which model to test) - Add newline before HTML execution logs in artifacts update |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| pods | ||
| proxy | ||
| tui | ||
| web-ui | ||