ZIm/crates/agent/src
Agus Zubiaga 57669b4908
agent: Refresh UI when context or thread history changes (#28188)
I found a few more cases where the UI wasn't updated immediately after
an interaction.

Release Notes:

- agent: Fixed delay after removing threads from "Past Interactions"
- agent: Fixed delay after adding/remove context via keyboard
2025-04-06 09:35:15 -05:00
..
assistant_configuration ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
context_picker agent: Refresh UI when context or thread history changes (#28188) 2025-04-06 09:35:15 -05:00
ui Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00
active_thread.rs agent: Fix tool use output rendering (#28146) 2025-04-05 13:16:24 +00:00
agent_diff.rs agent: Fix panic when opening Agent diff from the workspace (#28132) 2025-04-04 23:09:52 +00:00
assistant.rs agent: Fix opening configuration view from the model selector (#28154) 2025-04-05 16:32:16 +00:00
assistant_configuration.rs agent: Improve action confirmation UX (#27932) 2025-04-02 17:40:49 +00:00
assistant_model_selector.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
assistant_panel.rs agent: Refresh UI when context or thread history changes (#28188) 2025-04-06 09:35:15 -05:00
buffer_codegen.rs telemetry_events: Rename AssistantEvent to AssistantEventData (#28133) 2025-04-04 19:28:32 -04:00
context.rs agent: Snapshot context in user message instead of recreating it (#27967) 2025-04-03 15:52:28 -03:00
context_picker.rs agent: Refresh UI when context or thread history changes (#28188) 2025-04-06 09:35:15 -05:00
context_store.rs agent: Refresh UI when context or thread history changes (#28188) 2025-04-06 09:35:15 -05:00
context_strip.rs agent: Refresh UI when context or thread history changes (#28188) 2025-04-06 09:35:15 -05:00
history_store.rs agent: Add search to Thread History (#28085) 2025-04-04 10:09:21 -03:00
inline_assistant.rs agent: Fix opening configuration view from the model selector (#28154) 2025-04-05 16:32:16 +00:00
inline_prompt_editor.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
message_editor.rs agent: Refresh UI when sending first message (#28180) 2025-04-06 08:36:10 -05:00
profile_selector.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
terminal_codegen.rs telemetry_events: Rename AssistantEvent to AssistantEventData (#28133) 2025-04-04 19:28:32 -04:00
terminal_inline_assistant.rs telemetry_events: Rename AssistantEvent to AssistantEventData (#28133) 2025-04-04 19:28:32 -04:00
thread.rs agent: Fix thread summary generation (#28143) 2025-04-05 09:34:23 -03:00
thread_history.rs agent: Add missing notify in ThreadHistory::delete_thread (#28144) 2025-04-05 12:48:10 +00:00
thread_store.rs agent: Add missing notify in ThreadHistory::delete_thread (#28144) 2025-04-05 12:48:10 +00:00
tool_use.rs agent: Use Markdown to render tool input and output content (#28127) 2025-04-04 18:53:21 -03:00
ui.rs Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00