parent
27a26d53b1
commit
3b7c1744b4
7 changed files with 36 additions and 47 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue