thread view: Add more UI improvements (#36750)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-08-22 09:52:44 -03:00 committed by GitHub
parent 27a26d53b1
commit 3b7c1744b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 36 additions and 47 deletions

View file

@ -44,7 +44,7 @@ pub struct ClaudeCode;
impl AgentServer for ClaudeCode {
fn name(&self) -> &'static str {
"Welcome to Claude Code"
"Claude Code"
}
fn empty_state_headline(&self) -> &'static str {

View file

@ -23,7 +23,7 @@ impl AgentServer for Gemini {
}
fn empty_state_headline(&self) -> &'static str {
"Welcome to Gemini CLI"
self.name()
}
fn empty_state_message(&self) -> &'static str {