mpfaffenberger / mpfaffenberger/code_puppy
Allow disabling resume history display and clear old history on re-resume
Open
@nhicks00 is already working on this.
Since Feb 27, 2026.
- Dominant language
- Python
- Stars
- 814
- Forks
- 278
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 76
Description
Currently the resume history display (shown on /resume, /autosave_load, /load_context) has two limitations:
- The minimum
resume_message_countis 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=0to disable the display - Automatically clears previously displayed history when resuming a new session (using ANSI cursor save/restore)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.