ZIm/crates/agent_ui/src
Cole Miller 19764794b7
acp: Animate loading context creases (#36814)
- Add pulsating animation for context creases while they're loading
- Add spinner in message editors (replacing send button) during the
window where sending has been requested, but we haven't finished loading
the message contents to send to the model
- During the same window, ignore further send requests, so we don't end
up sending the same message twice if you mash enter while loading is in
progress
- Wait for context to load before rewinding the thread when sending an
edited past message, avoiding an empty-looking state during the same
window

Release Notes:

- N/A
2025-08-23 16:39:14 -04:00
..
acp acp: Animate loading context creases (#36814) 2025-08-23 16:39:14 -04:00
agent_configuration Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
context_picker Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
ui agent2: Tweak usage callout border (#36777) 2025-08-22 22:35:26 +00:00
acp.rs Re-add history entries for native agent threads (#36500) 2025-08-19 12:08:11 -06:00
active_thread.rs onboarding: Remove accept AI ToS from within Zed (#36612) 2025-08-22 11:45:47 -04:00
agent_configuration.rs onboarding: Remove accept AI ToS from within Zed (#36612) 2025-08-22 11:45:47 -04:00
agent_diff.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
agent_model_selector.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
agent_panel.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
agent_ui.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
buffer_codegen.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
context_picker.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
context_server_configuration.rs Extract an agent_ui crate from agent (#33284) 2025-06-23 18:00:28 -07:00
context_strip.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
debug.rs Replace zed_llm_client with cloud_llm_client (#35309) 2025-07-30 00:09:14 +00:00
inline_assistant.rs Fix clippy::manual_map lint violations (#36584) 2025-08-20 15:17:28 +02:00
inline_prompt_editor.rs Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00
language_model_selector.rs ai: Auto select user model when there's no default (#36722) 2025-08-22 01:12:12 -04:00
message_editor.rs onboarding: Remove accept AI ToS from within Zed (#36612) 2025-08-22 11:45:47 -04:00
profile_selector.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
slash_command.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
slash_command_picker.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
slash_command_settings.rs Remove /docs slash command (#36325) 2025-08-16 19:00:31 +00:00
terminal_codegen.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
terminal_inline_assistant.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
text_thread_editor.rs onboarding: Remove accept AI ToS from within Zed (#36612) 2025-08-22 11:45:47 -04:00
thread_history.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
tool_compatibility.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
ui.rs thread view: Inform when editing previous messages is unavailable (#36727) 2025-08-22 08:28:03 -03:00