chore: generate

This commit is contained in:
GitHub Action 2025-12-22 23:24:39 +00:00
commit b25418e68b
4 changed files with 73 additions and 3 deletions

View file

@ -7687,6 +7687,24 @@
}
]
},
"skill": {
"anyOf": [
{
"type": "string",
"enum": ["ask", "allow", "deny"]
},
{
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string",
"enum": ["ask", "allow", "deny"]
}
}
]
},
"webfetch": {
"type": "string",
"enum": ["ask", "allow", "deny"]
@ -8395,6 +8413,24 @@
}
]
},
"skill": {
"anyOf": [
{
"type": "string",
"enum": ["ask", "allow", "deny"]
},
{
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string",
"enum": ["ask", "allow", "deny"]
}
}
]
},
"webfetch": {
"type": "string",
"enum": ["ask", "allow", "deny"]
@ -9204,6 +9240,16 @@
"enum": ["ask", "allow", "deny"]
}
},
"skill": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string",
"enum": ["ask", "allow", "deny"]
}
},
"webfetch": {
"type": "string",
"enum": ["ask", "allow", "deny"]
@ -9217,7 +9263,7 @@
"enum": ["ask", "allow", "deny"]
}
},
"required": ["edit", "bash"]
"required": ["edit", "bash", "skill"]
},
"model": {
"type": "object",