Skip to content

v1.1.1

Choose a tag to compare

@GenDosa GenDosa released this 13 Mar 03:57
· 15 commits to main since this release

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.