Update zed.jsonc
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 1m7s
Python Lint Check / check-python (push) Failing after 5s

This commit is contained in:
2025-09-24 16:04:45 +02:00
parent 0bc609760c
commit e5723e0964

View File

@@ -88,6 +88,47 @@
// ## AI Stuff ##
// #############################################
"agent": {
"profiles": {
"ask": {
"name": "Ask",
"tools": {
"contents": true,
"diagnostics": true,
"fetch": true,
"list_directory": true,
"project_notifications": false,
"now": true,
"find_path": true,
"read_file": true,
"open": true,
"grep": true,
"thinking": true,
"web_search": true
},
"enable_all_context_servers": false,
"context_servers": {
"memory": {
"tools": {
"search_nodes": true,
"read_graph": true,
"open_nodes": true,
"delete_relations": true,
"delete_observations": true,
"delete_entities": true,
"create_relations": true,
"create_entities": true,
"add_observations": true
}
},
"mcp-server-context7": {
"tools": {
"resolve-library-id": true,
"get-library-docs": true
}
}
}
}
},
"always_allow_tool_actions": true,
"default_profile": "write",
"model_parameters": [],