ZIm/crates/agent/src
Marshall Bowers 4bcd37a537
agent: Fix panic when opening Agent diff from the workspace (#28132)
This PR fixes a panic that could occur when opening the Agent diff from
the workspace (with the agent panel closed).

Release Notes:

- agent: Fixed a panic when running the `agent: open agent diff` command
with the Agent Panel closed.
2025-04-04 23:09:52 +00:00
..
assistant_configuration ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
context_picker agent: Differentiate @mentions from markdown links (#28073) 2025-04-04 09:39:48 +00:00
ui Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00
active_thread.rs agent: Use Markdown to render tool input and output content (#28127) 2025-04-04 18:53:21 -03: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: Add newtype for profile IDs (#27939) 2025-04-02 17:12:52 +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: Fix panic when opening Agent diff from the workspace (#28132) 2025-04-04 23:09:52 +00:00
buffer_codegen.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03: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: Differentiate @mentions from markdown links (#28073) 2025-04-04 09:39:48 +00:00
context_store.rs Use worktree qualified paths in agent file context + some code cleanup (#27943) 2025-04-02 18:00:32 +00:00
context_strip.rs Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00
history_store.rs agent: Add search to Thread History (#28085) 2025-04-04 10:09:21 -03:00
inline_assistant.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
inline_prompt_editor.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
message_editor.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
profile_selector.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
terminal_codegen.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
terminal_inline_assistant.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
thread.rs agent: Allow renaming threads (#28102) 2025-04-04 13:24:33 -03:00
thread_history.rs agent: Fix deleting threads in history via keyboard (#28113) 2025-04-04 17:45:44 -03:00
thread_store.rs agent: Snapshot context in user message instead of recreating it (#27967) 2025-04-03 15:52:28 -03: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