Skip to content

v0.10.8

Choose a tag to compare

@hyoshi hyoshi released this 20 Jun 06:17
a7e276b

mureo 0.10.8

Added

  • Read-only reporting dashboard (configure UI → Reports): per-platform KPIs (spend, conversions, CPA, CTR, clicks, impressions) sourced entirely from STATE.json — no live API call. Covers built-in platforms and plugin:<dist> bridges, plus the latest daily/weekly/goal report summary and recent autonomous actions.
  • Period toggle: Yesterday / Last 30 days (default Yesterday). PlatformState gains a periods map; sync-state writes LAST_30_DAYS, daily-check writes YESTERDAY. The toggle appears only for windows that have data.
  • mureo_state_platform_metrics_set MCP tool — skills can write platform-level metric rollups into STATE.json on hosts without filesystem access (Claude Desktop / Cowork), so the dashboard has data on every surface.
  • mureo service restart — restart the running auto-start configure daemon in place (launchd / systemd / Task Scheduler) without an uninstall + install cycle.

Fixed

  • upsert_campaign / append_action_log no longer drop the reports section (which silently wiped daily/weekly/goal summaries after a report write).
  • The reports header no longer shows an empty Client dropdown on a single-client install.

Changed

  • Report flags render as friendly, localized, colour-coded chips instead of raw snake_case tags (off-target → amber, data-integrity → red, on-target → green).

Full changelog: see CHANGELOG.md.