ZIm/crates/agent/src
Danilo Leal ac8a4ba5d4
agent: Add scrollbar to the history view (#28690)
Ended up not making this one visible only upon hover or something
because the layout alignment would be weird given the list item spans
the full width. So, experimenting with this design here:

<img
src="https://github.com/user-attachments/assets/62bf661e-1aae-4644-8a89-49cefb3e8130"
width="700" />

Release Notes:

- agent: Add scrollbar to the history view.
2025-04-14 12:36:58 -03:00
..
assistant_configuration ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
context_picker agent: Remove unused code (#28552) 2025-04-11 23:45:51 +00:00
ui Add progress bar component (#28518) 2025-04-10 12:11:58 -06:00
active_thread.rs Actually run the eval and fix a hang when retrieving outline (#28547) 2025-04-11 00:01:33 +00:00
agent_diff.rs agent: Display keybindings for "Reject All" and "Keep All" (#28620) 2025-04-11 22:36:26 -03:00
assistant.rs agent: Fix "new text thread" action name (#28555) 2025-04-10 22:23:44 -03:00
assistant_configuration.rs agent: Adjust MCP section in the settings view (#28615) 2025-04-11 21:39:57 -03:00
assistant_model_selector.rs agent: Refine language model selector (#28597) 2025-04-11 23:02:50 +00:00
assistant_panel.rs agent: Move focus to the message editor after going back (#28686) 2025-04-14 11:02:55 -03:00
buffer_codegen.rs telemetry_events: Rename AssistantEvent to AssistantEventData (#28133) 2025-04-04 19:28:32 -04:00
context.rs Fix directory context paths (#28459) 2025-04-09 21:40:46 +00:00
context_picker.rs agent: Remove unused code (#28552) 2025-04-11 23:45:51 +00:00
context_store.rs Fix directory context paths (#28459) 2025-04-09 21:40:46 +00:00
context_strip.rs agent: Remove unused code (#28552) 2025-04-11 23:45:51 +00:00
history_store.rs agent: Add search to Thread History (#28085) 2025-04-04 10:09:21 -03:00
inline_assistant.rs Reapply "Use Project instead of Workspace in ContextStore (#28402)" (#28441) 2025-04-09 16:56:14 +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: Handle context window exceeded errors from Anthropic (#28688) 2025-04-14 14:39:33 +00: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 Reapply "Use Project instead of Workspace in ContextStore (#28402)" (#28441) 2025-04-09 16:56:14 +00:00
thread.rs agent: Handle context window exceeded errors from Anthropic (#28688) 2025-04-14 14:39:33 +00:00
thread_history.rs agent: Add scrollbar to the history view (#28690) 2025-04-14 12:36:58 -03:00
thread_store.rs agent: Handle context window exceeded errors from Anthropic (#28688) 2025-04-14 14:39:33 +00:00
tool_use.rs Introduce a telemetry event for when a tool finishes (#28380) 2025-04-09 00:07:06 +00:00
ui.rs Add progress bar component (#28518) 2025-04-10 12:11:58 -06:00