Skip to content

Commit 639417c

Browse files
thread_view: Adjust empty state and error displays (#36774)
Also changes the message editor placeholder depending on the agent. Release Notes: - N/A --------- Co-authored-by: Conrad Irwin <[email protected]>
1 parent 896a35f commit 639417c

File tree

4 files changed

+225
-238
lines changed

4 files changed

+225
-238
lines changed

crates/agent2/src/native_agent_server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ impl NativeAgentServer {
2323

2424
impl AgentServer for NativeAgentServer {
2525
fn name(&self) -> &'static str {
26-
"Native Agent"
26+
"Zed Agent"
2727
}
2828

2929
fn empty_state_headline(&self) -> &'static str {
30-
"Welcome to the Agent Panel"
30+
self.name()
3131
}
3232

3333
fn empty_state_message(&self) -> &'static str {

0 commit comments

Comments
 (0)