This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryLive activity HUD surfaces added with reporting shortcuts and a new browser_set_intent API.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds live activity HUD surfaces in browser demo-mode and MCP CLI. Adds live activity HUD surfaces in browser demo-mode and MCP CLI. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Adds in-HUD reporting shortcuts with REPORT menu for context copying. Adds in-HUD reporting shortcuts with REPORT menu for context copying. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Adds `browser_set_intent` tool allowing agents to publish operator‑facing intent labels. Adds `browser_set_intent` tool allowing agents to publish operator‑facing intent labels. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Expands public tool surface from 65 to 66 by including `browser_set_intent`. Expands public tool surface from 65 to 66 by including `browser_set_intent`. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Changes MCP tool lifecycle events to feed a shared HUD activity stream. Changes MCP tool lifecycle events to feed a shared HUD activity stream. Source: llm_adapter@2026-05-28 Confidence: low |
— |
| Feature | Low |
Aligns public release metadata, docs, and issue links to version 0.3.0. Aligns public release metadata, docs, and issue links to version 0.3.0. Source: llm_adapter@2026-05-28 Confidence: low |
— |
| Performance | Low |
Makes cold MCP server imports leaner by lazy‑binding large method table. Makes cold MCP server imports leaner by lazy‑binding large method table. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Refactor | Low |
Routes MCP tool lifecycle events (start/done/error, reconnect, download notices) into a shared HUD activity stream used by browser and desktop overlays. Routes MCP tool lifecycle events (start/done/error, reconnect, download notices) into a shared HUD activity stream used by browser and desktop overlays. Source: granite4.1:30b@2026-05-28-audit Confidence: low |
— |
Full changelog
[0.3.0] - 2026-05-28
Added
- Live activity HUD surfaces — the browser demo-mode overlay now shows a compact current-step card plus recent sanitized activity, and the MCP CLI now supports an optional
--hud-overlaydesktop window that mirrors those events outside the browser. - In-HUD reporting shortcuts — the browser HUD now includes a square
REPORTmenu that copies sanitized context and opens the correct bug-report, feature-request, or private security reporting destination. browser_set_intent— coding agents can now publish a short operator-facing intent label into the live HUD without exposing raw chain-of-thought.
Changed
- MCP tool lifecycle events now feed a shared HUD stream — browser tool start/done/error phases, reconnect notices, and download notices are now emitted into a shared in-process activity stream used by the browser HUD and desktop overlay.
- Public tool surface expanded from 65 to 66 — the MCP server now includes
browser_set_intentalongside the existing deterministic browser tool catalog. - Public release metadata and docs aligned to 0.3.0 — package versioning, README/docs references, issue/security links, and the packaged skills guide now reflect the shipped HUD/operator UX.
- Cold MCP server imports are leaner —
agentyc.mcp.servernow lazy-binds the large server method table and defers tool-schema/error-helper imports until runtime, which keeps the release-gate import benchmark within the trusted-publishing budget without changing the public tool surface.
Tests
- New HUD coverage —
tests/ci/browser/test_hud.pycovers activity-stream routing, browser HUD script config injection, feedback/report destinations, noisy-tool filtering, and intent publication. - Release-gate validation rerun — the local release checks were rerun after the import-path change so the trusted-publishing workflow can publish the package cleanly.
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 distillation-labs/agentyc
All releases →Related context
Beta — feedback welcome: [email protected]