ZIm/crates/agent/src
Danilo Leal 8a24f9f280
agent: Refine naming for the panel default_view setting (#31446)
Follow up to https://github.com/zed-industries/zed/pull/31353. Just
ensuring we're walking toward a more consistent use of the multiple
terms we have floating around in the AI realm. In this case, `thread` is
the term for the now default view, the one that has agentic features;
`text_thread` is the term for the original view, the one where it's just
text. The settings now reflect this. Also took advantage of the
opportunity to add some docs, too.

Release Notes:

- N/A
2025-05-26 15:09:13 -03:00
..
agent_configuration chore: Bump Rust to 1.87 (#30739) 2025-05-15 22:28:52 +00:00
context_picker Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
ui agent: Use inventory for AgentPreview (#30740) 2025-05-15 08:36:13 +00:00
active_thread.rs agent: Ensure context meter updates when context is cleared (#30320) 2025-05-26 09:51:00 +02:00
agent.rs Add agent: chat with follow action (experimental) (#31401) 2025-05-25 20:15:06 -04:00
agent_configuration.rs agent: Add adjustments to settings view (#30743) 2025-05-15 06:30:45 -03:00
agent_diff.rs Handle new refusal stop reason from Claude 4 models (#31217) 2025-05-22 16:56:59 -04:00
agent_model_selector.rs chore: Make terminal_view own the TerminalSlashCommand (#31070) 2025-05-21 09:27:54 +00:00
agent_panel.rs agent: Refine naming for the panel default_view setting (#31446) 2025-05-26 15:09:13 -03:00
buffer_codegen.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
context.rs agent: Handle thread title generation errors (#30273) 2025-05-12 07:45:48 +00:00
context_picker.rs agent: Add a whitespace after inserting @-mention to allow for continuous typing (#30381) 2025-05-26 09:55:19 -03:00
context_server_configuration.rs agent: Rename a number of constructs from Assistant to Agent (#30196) 2025-05-08 01:18:51 +00:00
context_server_tool.rs Reuse conversation cache when streaming edits (#30245) 2025-05-08 14:36:34 +02:00
context_store.rs agent: Ensure context meter updates when context is cleared (#30320) 2025-05-26 09:51:00 +02:00
context_strip.rs agent: Only focus on the context strip if it has items to display (#30379) 2025-05-16 12:05:03 -03:00
debug.rs Update zed_llm_client to v0.8.1 (#30433) 2025-05-09 21:08:03 +00:00
history_store.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
inline_assistant.rs agent: Fix inline assistant focusing behavior for cursor placement (#29998) 2025-05-12 09:29:14 +00:00
inline_prompt_editor.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
message_editor.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
profile_selector.rs agent: Don't show "Tools Unsupported" when no model is selected (#31321) 2025-05-24 01:45:10 +00:00
slash_command_settings.rs Remove assistant crate (#30168) 2025-05-07 23:05:38 +00:00
terminal_codegen.rs terminal: Consume event during processing (#30869) 2025-05-23 14:28:53 +03:00
terminal_inline_assistant.rs Reduce allocations (#30693) 2025-05-14 18:29:28 +02:00
thread.rs Use read-only access methods for read-only entity operations (#31254) 2025-05-23 06:13:49 -04:00
thread_history.rs Reduce allocations (#30693) 2025-05-14 18:29:28 +02:00
thread_store.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
tool_compatibility.rs agent: Show context server name in incompatible tool warning (#28954) 2025-04-17 10:18:03 +00:00
tool_use.rs agent: Fix unnecessary "tool result too long" (#30798) 2025-05-16 06:39:02 +00:00
ui.rs Add an onboarding banner for the Agent panel (#30050) 2025-05-06 23:41:04 +00:00