mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(cli): improve command conflict handling for skills (#21942)
This commit is contained in:
@@ -27,6 +27,8 @@ export interface SkillDefinition {
|
||||
disabled?: boolean;
|
||||
/** Whether the skill is a built-in skill. */
|
||||
isBuiltin?: boolean;
|
||||
/** The name of the extension that provided this skill, if any. */
|
||||
extensionName?: string;
|
||||
}
|
||||
|
||||
export const FRONTMATTER_REGEX =
|
||||
|
||||
Reference in New Issue
Block a user