thread_view: Add recent history entries & adjust empty state (#36625)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-08-20 18:01:22 -03:00 committed by Joseph T. Lyons
parent 401a604059
commit 15e451cec8
10 changed files with 325 additions and 149 deletions

View file

@ -18,11 +18,11 @@ const ACP_ARG: &str = "--experimental-acp";
impl AgentServer for Gemini {
fn name(&self) -> &'static str {
"Gemini"
"Gemini CLI"
}
fn empty_state_headline(&self) -> &'static str {
"Welcome to Gemini"
"Welcome to Gemini CLI"
}
fn empty_state_message(&self) -> &'static str {