fix(skills): distinguish external skill install paths and open real location (#463)
This commit is contained in:
@@ -20,6 +20,9 @@ export interface Skill {
|
||||
isCore?: boolean;
|
||||
isBundled?: boolean;
|
||||
dependencies?: string[];
|
||||
source?: string;
|
||||
baseDir?: string;
|
||||
filePath?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user