This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryWeb extension lifecycle hooks were added and a stuck About‑tab update checker was fixed.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds always-on lifecycle hooks for WebExtension (on_serve_start, on_serve_stop). Adds always-on lifecycle hooks for WebExtension (on_serve_start, on_serve_stop). Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Fixes About tab update checker to stop showing "Checking for updates…" indefinitely. Fixes About tab update checker to stop showing "Checking for updates…" indefinitely. Source: llm_adapter@2026-06-14 Confidence: high |
— |
Full changelog
Always-on lifecycle hooks for web extensions, plus a fix for the About tab's update checker.
Added — WebExtension lifecycle hooks (#249)
WebExtension may now declare optional on_serve_start(ctx) / on_serve_stop() hooks, invoked only by the always-on daemon (mureo configure --serve) and never by a short-lived interactive launch. An extension can start/stop a self-managed background job (e.g. periodic health checks, proactive notifications) that rides the daemon's lifecycle. Hooks are captured at discovery, fault-isolated per extension, and fully backward compatible. A new ServeContext carries a stop threading.Event, a request_stop callback, and the resolved home path.
Fixed — About-tab update check (#251)
The passive dashboard load now polls until the background update check settles, so "Checking for updates…" no longer stays on screen forever when the cache is cold. The "Update all" button is now hidden unless an update is actually available.
Full changelog: https://github.com/logly/mureo/blob/main/CHANGELOG.md
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About logly/mureo
Framework for AI agents (Claude Code, Cursor, Codex, Gemini) to operate Google Ads, Meta Ads, and Search Console. Grounded in a local STRATEGY.md — not metric-chasing. Defense-in-depth security, local-first. Apache 2.0.
Related context
Related tools
Beta — feedback welcome: [email protected]