mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 22:10:52 -07:00
Support for Built-in Agent Skills (#16045)
This commit is contained in:
@@ -154,6 +154,7 @@ const createMockConfig = (overrides = {}) => ({
|
||||
}),
|
||||
getSkillManager: () => ({
|
||||
getSkills: () => [],
|
||||
getDisplayableSkills: () => [],
|
||||
}),
|
||||
getMcpClientManager: () => ({
|
||||
getMcpServers: () => ({}),
|
||||
|
||||
Reference in New Issue
Block a user