v1.1.1
What's New in v1.1.1
Checkpoint system files filtered from diffs
get_diff() and get_diff_between_refs() now exclude checkpoint-agent's own files (.checkpoint.yaml, .github/workflows/checkpoint.yml, checkpoints/, MASTER_CONTEXT.md) before sending to the LLM. Checkpoints and PR summaries now only describe your project's actual code — never the checkpoint tool itself.
MASTER_CONTEXT.md regenerates on push
Previously, MASTER_CONTEXT.md only regenerated on PR merge (Job 3). Repos that push directly to main were stuck with the boilerplate placeholder forever. The push workflow now regenerates it whenever real checkpoints exist.