mpfaffenberger / mpfaffenberger/code_puppy

Allow disabling resume history display and clear old history on re-resume

Open
#213 0 comments 0 reactions 1 assignee View on GitHub

@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:

  1. The minimum resume_message_count is 1 — there's no way to disable it entirely
  2. 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)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.