Add an always-continue auto-compaction setting - #493
Conversation
Implementation PlanProblem analysisAutomatic compaction has two successful continuation paths today: overflow recovery continues because The new behavior should be an opt-in persistent default, disabled when absent so existing users retain current behavior. A single setting, named consistently as Deliverables
Files to create or modifyCore and interfaces
Tests
Documentation
Testing approach
Acceptance criteria
Risks and open questions
Plan created by mach6 |
Vitest coverage
|
Progress UpdateImplemented the always-continue auto-compaction setting across the complete stack:
Validation completed:
A separate raw Commit: Progress tracked by mach6 |
Unverified Review Candidates — Pending AssessmentReview round: 1
CriticalNone. Important
Suggestions
Strengths
Agents run: code-reviewer, error-auditor, test-reviewer, completeness-checker, simplifier Reviewed by mach6 |
Review AssessmentClassifications
Action PlanNo merge blockers. No changes are required before merge. Assessment by mach6 |
Closes #492
Adds an opt-in persistent setting that keeps long-running agents moving after every successful automatic compaction, exposed in both the terminal and web dashboard while leaving manual compaction unchanged.
Implementation plan posted as a comment below.