zed/crates/agent/src
Oleksiy Syvokon c499a95218
tools: Make time-zones more case-insensitive (#55288)
gpt-5.5 likes to call the `now` tool with upper-case "UTC", leading to
this error:

> Failed to receive tool input: tool input was not fully received


Release Notes:

- N/A
2026-04-30 09:15:36 +00:00
..
edit_agent agent: Allow tools to output multiple content parts (#54518) 2026-04-27 12:36:11 +00:00
templates agent: Add update_plan tool (#52048) 2026-03-20 23:03:32 +00:00
tests Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
tools tools: Make time-zones more case-insensitive (#55288) 2026-04-30 09:15:36 +00:00
agent.rs Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
db.rs agent: Allow tools to output multiple content parts (#54518) 2026-04-27 12:36:11 +00:00
edit_agent.rs Update futures to 0.3.32 (#52910) 2026-04-05 23:05:35 +01:00
legacy_thread.rs Remove Burn Mode code (#46950) 2026-01-15 21:28:33 +00:00
native_agent_server.rs Don't block thread creation when PromptStore fails to initialize (#52333) 2026-04-24 12:32:28 +00:00
outline.rs remote: Support opening builtin host files in remote workspaces on wsl (#46910) 2026-01-15 15:21:57 +00:00
pattern_extraction.rs agent: Stop over-escaping dashes in tool_permissions regex patterns (#51603) 2026-04-28 21:57:41 +00:00
templates.rs agent: Add update_plan tool (#52048) 2026-03-20 23:03:32 +00:00
thread.rs agent: Remove streaming edit feature flag (#55152) 2026-04-29 08:43:56 +00:00
thread_store.rs Fix agent threads missing from sidebar after upgrade (#54723) 2026-04-24 03:09:30 +00:00
tool_permissions.rs agent_ui: Add setting for turning off content max-width (#54316) 2026-04-20 09:51:26 -03:00
tools.rs eval: Port over evals for streaming edit tool (#52317) 2026-03-24 21:28:17 +01:00