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:
Vincenzo Palazzo
2026-03-26 21:57:12 +01:00
committed by GitHub
parent f6fdbbdd7e
commit 9feb3f3bca
8 changed files with 547 additions and 18 deletions
+14 -1
View File
@@ -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": {