ZIm/crates/assistant_tools/src/edit_agent
Bennet Bo Fenner 41fe2a2ab4
agent: Disable thinking when using inline assistant/edit file tool (#34141)
This introduces a new field `thinking_allowed` on `LanguageModelRequest`
which lets us control whether thinking should be enabled if the model
supports it.
We permit thinking in the Inline Assistant, Edit File tool and the Git
Commit message generator, this should make generation faster when using
a thinking model, e.g. `claude-sonnet-4-thinking`

Release Notes:

- N/A
2025-07-09 18:05:39 +00:00
..
evals/fixtures Add Danger check for changes to eval fixtures (#33852) 2025-07-03 14:27:49 +00:00
create_file_parser.rs agent: Fix bug in creating empty files (#31626) 2025-05-28 19:31:54 +00:00
edit_parser.rs assistant_tools: Enable diff-fenced edit parser for all Gemini models (#32812) 2025-06-16 22:01:55 +03:00
evals.rs agent: Disable thinking when using inline assistant/edit file tool (#34141) 2025-07-09 18:05:39 +00:00
streaming_fuzzy_matcher.rs edit_file: Add diff-fenced output format (#32737) 2025-06-16 14:28:18 +00:00