Appends a streamed reasoning delta to thinking.
void appendThinking(String text) { _thinking = (_thinking ?? '') + text; notifyListeners(); }