feat(commands,audit): add /context command and proactive compaction audit events
This commit is contained in:
@@ -21,6 +21,7 @@ export interface CommandDefinition {
|
||||
export interface CommandServices {
|
||||
getStatus?: () => Promise<string> | string;
|
||||
getUsage?: () => Promise<string> | string;
|
||||
getContext?: () => Promise<string> | string;
|
||||
getModel?: () => Promise<string> | string;
|
||||
setModel?: (tier: string) => Promise<string> | string;
|
||||
compact?: () => Promise<string> | string;
|
||||
|
||||
Reference in New Issue
Block a user