eval: Fix stalling on tool confirmation (#28786)

The `always_allow_tool_actions` setting would get overridden with the
default when we loaded each example project, leading to examples
stalling when they run a tool that needed confirmation. There's now a
separate `runner_settings.json` file where we can configure the
environment for the eval.

Release Notes:

- N/A

---------

Co-authored-by: Oleksiy <oleksiy@zed.dev>
This commit is contained in:
Agus Zubiaga 2025-04-15 10:53:45 -06:00 committed by GitHub
parent b1e4e6048a
commit ff4334efc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 36 additions and 13 deletions

View file

@ -8,7 +8,6 @@ edition.workspace = true
agent.workspace = true
anyhow.workspace = true
async-watch.workspace = true
assistant_settings.workspace = true
assistant_tool.workspace = true
assistant_tools.workspace = true
chrono.workspace = true