Support for Built-in Agent Skills (#16045)

This commit is contained in:
N. Taylor Mullen
2026-01-09 22:26:58 -08:00
committed by GitHub
parent c37a32582f
commit 5eb841ae7e
17 changed files with 755 additions and 451 deletions
@@ -154,6 +154,7 @@ const createMockConfig = (overrides = {}) => ({
}),
getSkillManager: () => ({
getSkills: () => [],
getDisplayableSkills: () => [],
}),
getMcpClientManager: () => ({
getMcpServers: () => ({}),