ZIm/crates/agent/src
Oleksiy Syvokon b0bab0bf9a
agent: Prevent use of disabled tools (#33392)
The agent now checks if a tool is enabled in the current profile before
calling it. Previously, the agent could still call disabled tools, which
commonly happened after switching profiles in the middle of a thread.

Release Notes:

- Fixed a bug where the agent could use disabled tools sometimes
2025-06-25 16:30:22 +00:00
..
prompts agent: Do not send stale files notifications (#32974) 2025-06-20 16:56:49 +03:00
agent.rs Extract an agent_ui crate from agent (#33284) 2025-06-23 18:00:28 -07:00
agent_profile.rs agent: Prevent use of disabled tools (#33392) 2025-06-25 16:30:22 +00:00
context.rs Move UI code from assistant_context_editor -> agent_ui (#33289) 2025-06-23 22:22:01 -07:00
context_server_tool.rs Extract an agent_ui crate from agent (#33284) 2025-06-23 18:00:28 -07:00
context_store.rs Move UI code from assistant_context_editor -> agent_ui (#33289) 2025-06-23 22:22:01 -07:00
history_store.rs Move UI code from assistant_context_editor -> agent_ui (#33289) 2025-06-23 22:22:01 -07:00
thread.rs agent: Prevent use of disabled tools (#33392) 2025-06-25 16:30:22 +00:00
thread_store.rs agent: Fix issue with Anthropic thinking models (#33317) 2025-06-24 16:23:59 +00:00
tool_use.rs Extract an agent_ui crate from agent (#33284) 2025-06-23 18:00:28 -07:00