收口 Makelore 客户端变更
This commit is contained in:
@@ -90,6 +90,12 @@ export interface OpencodeSkillInfo {
|
||||
description?: string;
|
||||
location: string;
|
||||
content: string;
|
||||
entries?: OpencodeSkillEntry[];
|
||||
}
|
||||
|
||||
export interface OpencodeSkillEntry {
|
||||
path: string;
|
||||
type: 'file' | 'directory';
|
||||
}
|
||||
|
||||
export interface RevertOpencodeSessionMessageInput {
|
||||
|
||||
Reference in New Issue
Block a user