ZIm/crates/agent/src
Danilo Leal ddc649bdb8
agent: Don't rely only on color to communicate MCP server status (#30573)
The MCP server item in the settings view has an indicator that used to
only use colors to communicate the connection status. From an
accessibility standpoint, relying on just colors is never a good idea;
there should always be a supporting element that complements color for
communicating a certain thing. In this case, I added a tooltip, when you
hover over the indicator dot, that clearly words out the status.

Release Notes:

- agent: Improved clarity of MCP server connection status in the
Settings view.
2025-05-12 11:21:22 -03:00
..
agent_configuration agent: Tweak wording when configuring profiles (#30027) 2025-05-08 09:11:24 -03:00
context_picker Restore tool cards on thread deserialization (#30053) 2025-05-06 18:16:34 -07:00
ui Update zed_llm_client to v0.8.1 (#30433) 2025-05-09 21:08:03 +00:00
active_thread.rs agent: Fix 10 line code blocks being expandable despite fitting (#30540) 2025-05-12 09:17:37 +00:00
agent.rs agent: Rename a number of constructs from Assistant to Agent (#30196) 2025-05-08 01:18:51 +00:00
agent_configuration.rs agent: Don't rely only on color to communicate MCP server status (#30573) 2025-05-12 11:21:22 -03:00
agent_diff.rs agent: Handle thread title generation errors (#30273) 2025-05-12 07:45:48 +00:00
agent_model_selector.rs agent: Rename a number of constructs from Assistant to Agent (#30196) 2025-05-08 01:18:51 +00:00
agent_panel.rs agent: Add menu item in the panel menu for zooming in feature (#30554) 2025-05-12 08:46:00 -03:00
buffer_codegen.rs Reuse conversation cache when streaming edits (#30245) 2025-05-08 14:36:34 +02:00
context.rs agent: Handle thread title generation errors (#30273) 2025-05-12 07:45:48 +00:00
context_picker.rs agent: Keyboard navigation improvements (#30274) 2025-05-09 13:52:06 +00:00
context_server_configuration.rs agent: Rename a number of constructs from Assistant to Agent (#30196) 2025-05-08 01:18:51 +00:00
context_server_tool.rs Reuse conversation cache when streaming edits (#30245) 2025-05-08 14:36:34 +02:00
context_store.rs Allow attaching text threads as context (#29947) 2025-05-05 13:59:21 -07:00
context_strip.rs agent: Handle thread title generation errors (#30273) 2025-05-12 07:45:48 +00:00
debug.rs Update zed_llm_client to v0.8.1 (#30433) 2025-05-09 21:08:03 +00:00
history_store.rs agent: Handle thread title generation errors (#30273) 2025-05-12 07:45:48 +00:00
inline_assistant.rs agent: Fix inline assistant focusing behavior for cursor placement (#29998) 2025-05-12 09:29:14 +00:00
inline_prompt_editor.rs agent: Rename a number of constructs from Assistant to Agent (#30196) 2025-05-08 01:18:51 +00:00
message_editor.rs Update zed_llm_client to v0.8.1 (#30433) 2025-05-09 21:08:03 +00:00
profile_selector.rs Revert "Load Profile state from Thread and tie visibility to the thread's model" (#30413) 2025-05-09 14:09:38 -04:00
slash_command_settings.rs Remove assistant crate (#30168) 2025-05-07 23:05:38 +00:00
terminal_codegen.rs Restructure agent context (#29233) 2025-04-24 21:29:33 +00:00
terminal_inline_assistant.rs Reuse conversation cache when streaming edits (#30245) 2025-05-08 14:36:34 +02:00
thread.rs zed: Reduce clones (#30550) 2025-05-12 10:09:23 +00:00
thread_history.rs agent: Thread history update improvements (#30415) 2025-05-09 16:13:50 -03:00
thread_store.rs zed: Reduce clones (#30550) 2025-05-12 10:09:23 +00:00
tool_compatibility.rs agent: Show context server name in incompatible tool warning (#28954) 2025-04-17 10:18:03 +00:00
tool_use.rs Reuse conversation cache when streaming edits (#30245) 2025-05-08 14:36:34 +02:00
trial_markdown.md Add Zed Pro Trial Upsell (#29938) 2025-05-05 18:46:54 -04:00
ui.rs Add an onboarding banner for the Agent panel (#30050) 2025-05-06 23:41:04 +00:00