Skip to content

Releases: PeidongGao/MorningBrief

MorningBrief v2.1.0

Choose a tag to compare

@PeidongGao PeidongGao released this 19 Jul 18:48
7279b5a

MorningBrief 2.1.0

This release adds a complete public demo workflow for evaluating MorningBrief without private configuration or user data.

Highlights

  • Added mb doctor --demo, mb run --demo, and mb serve --demo
  • Added a fictional 12-file public demo vault
  • Added isolated runtime state and generated report storage
  • Improved final-output parsing for Markdown-formatted scan lines
  • Added CLI and demo safety tests

Validation

  • Public demo doctor check passes
  • Demo Morning Brief generation succeeds
  • Demo reader launches successfully
  • Runtime state and generated reports remain isolated from source demo data

MorningBrief v2.0.0

Choose a tag to compare

@PeidongGao PeidongGao released this 19 Jul 16:46
0a5f6e7

MorningBrief v2.0.0 delivers a safer, more portable local workflow for generating and browsing Codex-based morning briefings.

Highlights

  • Zero-configuration public demo with mb serve --demo
  • Exact final-response capture with codex exec --output-last-message
  • Atomic report and history writes with non-destructive same-day reruns
  • Portable typed configuration, mb doctor, and safe private-state initialization
  • Operational-memory rollback when generation fails
  • Updated read-only Streamlit reader, documentation, privacy guidance, and test coverage

This release was validated with 24 unit tests, a clean installation, and end-to-end demo startup and rendering checks.