ZIm/crates/agent/src
Umesh Yadav 703ee29658
Rename Max Mode to Burn Mode throughout code and docs (#31668)
Follow up to https://github.com/zed-industries/zed/pull/31470.

I started looking at config and changed preferred_completion_mode to
burn to only find its max so made changes to align it better with
rebrand. As this is in preview build now.

This doesn't touch zed_llm_client. Only the Zed changes the code and doc
to match the new UI of burn mode. There are still more things to be
renamed, though.

Release Notes:

- N/A

---------

Signed-off-by: Umesh Yadav <git@umesh.dev>
Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
2025-05-29 13:12:42 +00:00
..
agent_configuration Revert "agent: Namespace MCP server tools" (#31588) 2025-05-28 13:25:53 +00:00
context_picker Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
ui agent: Add keybinding to toggle Burn Mode (#31630) 2025-05-28 18:08:58 -03:00
active_thread.rs agent: Make clicking on the backdrop to dismiss message editing more reliable (#31614) 2025-05-28 15:29:52 -03:00
agent.rs agent: Add keybinding to toggle Burn Mode (#31630) 2025-05-28 18:08:58 -03:00
agent_configuration.rs Revert "agent: Namespace MCP server tools" (#31588) 2025-05-28 13:25:53 +00:00
agent_diff.rs Rename assistant_settings to agent_settings (#31513) 2025-05-27 15:16:55 +00:00
agent_model_selector.rs Allow to reuse PickerPopoverMenu outside of the model selector (#31684) 2025-05-29 12:55:47 +00:00
agent_panel.rs Rename Max Mode to Burn Mode throughout code and docs (#31668) 2025-05-29 13:12:42 +00:00
buffer_codegen.rs Rename assistant_settings to agent_settings (#31513) 2025-05-27 15:16:55 +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 Revert "agent: Namespace MCP server tools" (#31588) 2025-05-28 13:25:53 +00: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 Rename assistant_settings to agent_settings (#31513) 2025-05-27 15:16:55 +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 Rename Max Mode to Burn Mode throughout code and docs (#31668) 2025-05-29 13:12:42 +00:00
profile_selector.rs Rename assistant_settings to agent_settings (#31513) 2025-05-27 15:16:55 +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 Rename assistant_settings to agent_settings (#31513) 2025-05-27 15:16:55 +00:00
thread.rs Make language model deserialization more resilient (#31311) 2025-05-28 12:06:07 -04:00
thread_history.rs Reduce allocations (#30693) 2025-05-14 18:29:28 +02:00
thread_store.rs agent: Improve consecutive tool call UX and rebrand Max Mode (#31470) 2025-05-27 19:44:10 -03: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