mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 01:07:04 +00:00
Merge remote-tracking branch 'origin/dev' into sqlite2
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user