feat: add /research command with sub-agent delegation
This commit is contained in:
@@ -26,6 +26,7 @@ export interface CommandServices {
|
||||
setModel?: (tier: string) => Promise<string> | string;
|
||||
compact?: () => Promise<string> | string;
|
||||
reset?: () => Promise<string> | string;
|
||||
delegateAgent?: (agentName: string, task: string) => Promise<string> | string;
|
||||
|
||||
getElevation?: () => Promise<string> | string;
|
||||
setElevation?: (input: string) => Promise<string> | string;
|
||||
|
||||
Reference in New Issue
Block a user