Merge remote-tracking branch 'origin/dev' into sqlite2

This commit is contained in:
Dax Raad
2026-02-07 01:11:15 -05:00
363 changed files with 25929 additions and 8534 deletions

View File

@@ -6392,6 +6392,9 @@
},
"required": ["input", "output", "reasoning", "cache"]
},
"variant": {
"type": "string"
},
"finish": {
"type": "string"
}
@@ -9574,6 +9577,13 @@
"items": {
"type": "string"
}
},
"urls": {
"description": "URLs to fetch skills from (e.g., https://example.com/.well-known/skills/)",
"type": "array",
"items": {
"type": "string"
}
}
}
},