mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 22:55:13 +00:00
feat(agent): enable agent skills by default (#16736)
This commit is contained in:
@@ -1537,6 +1537,13 @@
|
||||
"default": {},
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"title": "Enable Agent Skills",
|
||||
"description": "Enable Agent Skills.",
|
||||
"markdownDescription": "Enable Agent Skills.\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"disabled": {
|
||||
"title": "Disabled Skills",
|
||||
"description": "List of disabled skills.",
|
||||
|
||||
Reference in New Issue
Block a user