ZIm/crates/assistant_tools/src/edit_agent
Bennet Bo Fenner 224de2ec6c
settings: Remove version fields (#33372)
This cleans up our settings to not include any `version` fields, as we
have an actual settings migrator now.

This PR removes `language_models > anthropic > version`,
`language_models > openai > version` and `agent > version`.

We had migration paths in the code for a long time, so in practice
almost everyone should be using the latest version of these settings.


Release Notes:

- Remove `version` fields in settings for `agent`, `language_models >
anthropic`, `language_models > openai`. Your settings will automatically
be migrated. If you're running into issues with this open an issue
[here](https://github.com/zed-industries/zed/issues)
2025-06-25 19:05:29 +02:00
..
evals/fixtures Implement indent conversion editor commands (#32340) 2025-06-25 12:02:42 +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 settings: Remove version fields (#33372) 2025-06-25 19:05:29 +02:00
streaming_fuzzy_matcher.rs edit_file: Add diff-fenced output format (#32737) 2025-06-16 14:28:18 +00:00