Files
zed/crates/eval/runner_settings.json
Agus Zubiaga ff4334efc7 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>
2025-04-15 16:53:45 +00:00

7 lines
83 B
JSON

{
"assistant": {
"always_allow_tool_actions": true,
"version": "2"
}
}