refactor(agent): run maintenance between turns
This commit is contained in:
6 files changed
+145
-60
No files matched your search
@@ -27,6 +27,8 @@ function expectedFailure(error: ManualCompactionError): CommandResult {
|
||||
kind: 'error',
|
||||
text: 'Compaction is unavailable because this process has an active compaction, or the agent is not idle.',
|
||||
}
|
||||
case 'cancelled':
|
||||
return { kind: 'error', text: 'Compaction cancelled.' }
|
||||
case 'changed':
|
||||
return {
|
||||
kind: 'error',
|
||||
|
||||
Reference in New Issue
Block a user