ZIm/crates/agent/src
Bennet Bo Fenner ca0bd53bed
agent: Fix an issue with messages containing trailing whitespace (#33643)
Seeing this come up in our server logs when sending requests to
Anthropic: `final assistant content cannot end with trailing
whitespace`.


Release Notes:

- agent: Fixed an issue where Anthropic requests would sometimes fail
because of malformed assistant messages
2025-06-30 09:31:40 +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: Fix an issue with messages containing trailing whitespace (#33643) 2025-06-30 09:31:40 +00:00
thread_store.rs agent: Add GEMINI.md as a supported rules file name (#33381) 2025-06-25 14:14:49 -03:00
tool_use.rs Extract an agent_ui crate from agent (#33284) 2025-06-23 18:00:28 -07:00