chore(api-server): mark skills_api capability True now that /v1/skills shipped

#33016 added GET /v1/skills + /v1/toolsets on the API server; the
capability flag introduced in this branch was placeholder-False. Flip
to True so capability probers see the truth.
This commit is contained in:
Teknium 2026-05-27 01:41:20 -07:00
parent 464b51d455
commit 96223265b9
3 changed files with 4 additions and 2 deletions

View file

@ -1113,7 +1113,7 @@ class APIServerAdapter(BasePlatformAdapter):
"admin_config_rw": False,
"jobs_admin": False,
"memory_write_api": False,
"skills_api": False,
"skills_api": True,
"audio_api": False,
"realtime_voice": False,
"session_continuity_header": "X-Hermes-Session-Id",