mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 23:04:27 +00:00
Closes #47854 Move `disable_ai` from root settings to `ProjectSettingsContent` to enable per-project AI configuration via `.zed/settings.json`. - Update settings UI to allow viewing/editing at both user and project level - Update editor to check project-level settings for edit predictions and context menus - Prevent MCP servers from starting when AI is disabled at project level Note: SaturatingBool ensures that if user globally disables AI, projects cannot re-enable it. Projects can only further restrict AI, not grant it. Release Notes: - added support for disabling AI in project settings --------- Co-authored-by: Ben Kunkle <ben.kunkle@gmail.com> |
||
|---|---|---|
| .. | ||
| color_extractor.rs | ||
| context_server_store.rs | ||
| debugger.rs | ||
| ext_agent_tests.rs | ||
| extension_agent_tests.rs | ||
| git_store.rs | ||
| image_store.rs | ||
| lsp_command.rs | ||
| lsp_store.rs | ||
| manifest_tree.rs | ||
| project_search.rs | ||
| project_tests.rs | ||
| search.rs | ||
| search_history.rs | ||
| signature_help.rs | ||
| task_inventory.rs | ||
| trusted_worktrees.rs | ||
| yarn.rs | ||