fix: refresh role rules after compaction
This commit is contained in:
@@ -50,6 +50,10 @@ export interface AgentOutput {
|
||||
agentDone?: boolean;
|
||||
newSessionId?: string;
|
||||
error?: string;
|
||||
compaction?: {
|
||||
completed: boolean;
|
||||
trigger?: string | null;
|
||||
};
|
||||
}
|
||||
|
||||
function readRoomSkillOverridesForRunner(
|
||||
|
||||
Reference in New Issue
Block a user