Skip to content

v1.0.6

Choose a tag to compare

@GenDosa GenDosa released this 12 Mar 10:50
· 21 commits to main since this release

feat: --init now does everything — workflow + config in one command

  • checkpoint --init installs the GitHub Actions workflow and creates a default .checkpoint.yaml
  • Removed the interactive setup wizard entirely — no more API key prompts locally
  • Updated CI template to actions/checkout@v4 and setup-python@v5
  • MASTER_CONTEXT.md is now auto-generated on first push if it doesn't exist
  • Fixed dspy import error in llm_diagrams.py (replaced with direct LiteLLM calls)
  • Updated README to reflect new setup flow