feat: add in-chat skill discovery and local registry install command
This commit is contained in:
@@ -38,4 +38,5 @@ export interface CommandServices {
|
||||
getApprovals?: () => Promise<string> | string;
|
||||
approvePending?: (input: string) => Promise<string> | string;
|
||||
denyPending?: (input: string) => Promise<string> | string;
|
||||
skillCommand?: (input: string) => Promise<string> | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user