SemperFu

Results 3 issues of SemperFu

Sorry for all the issues, just putting them in as I see them. I've noticed the welcome screens and some of the bars seem off at the bottom. After making...

bug
help wanted
high prio

```cs /// Calls the API to get a response, which is appended to the current chat's as an _chat.AppendUserInput(prompt); await foreach (string responseChunk in _chat.StreamResponseEnumerableFromChatbotAsync()) { OutputText.Text += responseChunk; }...

### Windows Terminal version 1.211272.0 ### Windows build number 10.0.22631.0 ### Other Software _No response_ ### Steps to reproduce Connect to Azure cloud shell, run something that scrolls the screen....

Issue-Bug
Needs-Triage