refactor(agent): complete inbox lifecycle migration

This commit is contained in:
_Kerman
2026-08-03 12:25:33 +08:00
parent dc1d542092
commit 49e90695cc
214 files changed
+6019 -4235

No files matched your search

@@ -175,6 +175,7 @@ describe('/compact human command', () => {
it.each([
['busy', 'Compaction is unavailable because this process has an active compaction, or the agent is not idle.'],
['cancelled', 'Compaction cancelled.'],
['changed', 'The history selected for compaction changed before it could be replaced. The conversation is unchanged; the attempt is recorded in the session log.'],
['summary', 'Compaction could not produce a useful summary. The conversation is unchanged; the attempt is recorded in the session log.'],
['commit', 'Compaction did not finish cleanly; some session history may have changed. Inspect the current session state before retrying.'],