Currently the resume history display (shown on /resume, /autosave_load, /load_context) has two limitations:
- The minimum
resume_message_count is 1 — there's no way to disable it entirely
- If you resume multiple sessions in a row, old history stays on screen and new history stacks below it
This change:
- Allows
resume_message_count=0 to disable the display
- Automatically clears previously displayed history when resuming a new session (using ANSI cursor save/restore)
Currently the resume history display (shown on
/resume,/autosave_load,/load_context) has two limitations:resume_message_countis 1 — there's no way to disable it entirelyThis change:
resume_message_count=0to disable the display