Update zed.jsonc
This commit is contained in:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user