mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Support for Built-in Agent Skills (#16045)
This commit is contained in:
@@ -25,6 +25,8 @@ export interface SkillDefinition {
|
||||
body: string;
|
||||
/** Whether the skill is currently disabled. */
|
||||
disabled?: boolean;
|
||||
/** Whether the skill is a built-in skill. */
|
||||
isBuiltin?: boolean;
|
||||
}
|
||||
|
||||
const FRONTMATTER_REGEX = /^---\r?\n([\s\S]*?)\r?\n---\r?\n([\s\S]*)/;
|
||||
|
||||
Reference in New Issue
Block a user