zed/crates/agent_ui/src
María Craig 6e9f461cf8
Fix agent_profile_switched telemetry event name (#57739)
The `agent_profile_switched` event fired from the profile picker was
using snake_case instead of the title case used by every other agent
telemetry event. This caused it to land in Amplitude as a separate event
from the `Agent Profile Switched` event fired by keyboard cycling,
making it impossible to track profile switches in a single chart.

Renames the event to `Agent Profile Switched` to match. The `source`
property (`"picker"` vs `"cycle"`) still distinguishes the two code
paths.

Release Notes:

- N/A
2026-05-26 18:48:29 +00:00
..
agent_configuration Implement MCP OAuth client preregistration (#52900) 2026-05-19 17:45:07 +00:00
conversation_view Rename agent threads from the sidebar (#57656) 2026-05-26 17:55:09 +00:00
ui agent_ui: Persist external agent selections as defaults (#57511) 2026-05-26 15:11:19 +00:00
agent_configuration.rs Deprecate and migrate ACP extensions (#57133) 2026-05-21 08:32:23 +00:00
agent_connection_store.rs acp: Show running agent version in configuration (#55824) 2026-05-06 09:36:43 +00:00
agent_diff.rs Make project panel to auto reveal multi buffer excerpts with latest selection (#57236) 2026-05-25 11:53:12 +00:00
agent_model_selector.rs gpui: Improve Anchored to support center position (#47154) 2026-04-21 09:01:42 +00:00
agent_panel.rs Rename agent threads from the sidebar (#57656) 2026-05-26 17:55:09 +00:00
agent_registry_ui.rs Deprecate and migrate ACP extensions (#57133) 2026-05-21 08:32:23 +00:00
agent_ui.rs Rename agent threads from the sidebar (#57656) 2026-05-26 17:55:09 +00:00
buffer_codegen.rs agent_ui: Fix panic when multiple rewrite tool uses share a char offset counter (#52458) 2026-05-12 21:35:17 +00:00
completion_provider.rs agent_ui: Trigger @-mention menu after opening brackets (#55504) 2026-05-19 10:05:49 +00:00
config_options.rs agent_ui: Persist external agent selections as defaults (#57511) 2026-05-26 15:11:19 +00:00
context.rs agent: Remove unused LanguageModelImage APIs (#57050) 2026-05-18 12:22:22 +00:00
context_server_configuration.rs Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
conversation_view.rs agent_ui: Surface pending tool call permission when scrolled out of view (#57632) 2026-05-26 01:17:14 +00:00
diagnostics.rs Remove text thread and slash command crates (#52757) 2026-03-31 17:55:05 +02:00
draft_prompt_store.rs sidebar: Don't block worktree archival on empty drafts (#57145) 2026-05-19 21:08:39 +00:00
entry_view_state.rs editor: Un-pub ScrollManager (#55767) 2026-05-05 13:01:02 +00:00
external_source_prompt.rs agent_ui: Add safeguards for deep link prompt injections (#50936) 2026-03-06 19:45:03 +05:30
favorite_models.rs agent: Respect favorite model settings and sync UI changes back to settings (#54318) 2026-04-20 22:40:00 +05:30
inline_assistant.rs Merge gpui::Task and scheduler::Task (#53674) 2026-05-05 22:41:13 +00:00
inline_prompt_editor.rs agent_ui: Replace @rule mentions with @skill (#56902) 2026-05-15 18:52:44 +00:00
language_model_selector.rs language_models: Remove unused language model token counting (#54177) 2026-04-22 13:39:48 +00:00
mention_set.rs Make file paths in backticks clickable in agent panel (#57303) 2026-05-21 22:04:32 +00:00
message_editor.rs Make file paths in backticks clickable in agent panel (#57303) 2026-05-21 22:04:32 +00:00
mode_selector.rs agent_ui: Persist external agent selections as defaults (#57511) 2026-05-26 15:11:19 +00:00
model_selector.rs agent_ui: Persist external agent selections as defaults (#57511) 2026-05-26 15:11:19 +00:00
model_selector_popover.rs gpui: Improve Anchored to support center position (#47154) 2026-04-21 09:01:42 +00:00
profile_selector.rs Fix agent_profile_switched telemetry event name (#57739) 2026-05-26 18:48:29 +00:00
terminal_codegen.rs language_model: Refactor crate structure and dependencies (#52857) 2026-04-01 17:44:25 +02:00
terminal_inline_assistant.rs agent_ui: Remove history view (#54402) 2026-04-21 14:33:38 +02:00
terminal_thread_metadata_store.rs agent_ui: Restore last active agent panel entry (#57150) 2026-05-19 14:07:09 +00:00
test_support.rs agent_ui: Improve agent terminal notification visibility logic (#57248) 2026-05-20 12:47:18 +00:00
thread_import.rs Support renaming ACP threads (#56446) 2026-05-11 19:21:10 +00:00
thread_metadata_store.rs Revert "Rename agent threads from the sidebar" (#57654) 2026-05-25 15:45:10 +00:00
thread_worktree_archive.rs sidebar: Don't block worktree archival on empty drafts (#57145) 2026-05-19 21:08:39 +00:00
threads_archive_view.rs acp: Add ACP session deletion support (#57004) 2026-05-17 17:03:17 +00:00
ui.rs agent_ui: Persist external agent selections as defaults (#57511) 2026-05-26 15:11:19 +00:00