feat: show installed skills in UI (#7910)
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> Signed-off-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
+14
-1
@@ -1569,6 +1569,18 @@
|
||||
"super::routes::config_management"
|
||||
],
|
||||
"operationId": "get_slash_commands",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "working_dir",
|
||||
"in": "query",
|
||||
"description": "Optional working directory to discover local skills from",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Slash commands retrieved successfully",
|
||||
@@ -4139,7 +4151,8 @@
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Builtin",
|
||||
"Recipe"
|
||||
"Recipe",
|
||||
"Skill"
|
||||
]
|
||||
},
|
||||
"ConfigKey": {
|
||||
|
||||
Reference in New Issue
Block a user