This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryThe extension now carries an implicit visual session signal on every action tool call, auto‑dismisses after sixty seconds, and adds typed errors.
Full changelog
Highlights
This release pairs with fsb-mcp-server v0.9.0 to ship the implicit visual session contract. The two-step session lifecycle is gone. Every action tool call now carries the visual session signal natively, the overlay dismisses itself after sixty seconds of silence, and an is_final: true hatch is available for explicit immediate clear.
What's new
- Implicit field bundle on every action tool call:
visual_reason(a short human-readable string) andclient(an allowlisted label such asClaude,Codex,Cursor,Gemini). - Sliding sixty-second auto-dismiss for the visual overlay, persistent across MV3 service-worker eviction via
chrome.storage.sessionandchrome.alarms. - New typed errors surfaced from the MCP server:
VISUAL_FIELDS_REQUIRED,BADGE_NOT_ALLOWED,TOOL_REMOVED.
What changed in the extension
- Lifecycle ticks land in
chrome.storage.sessionkeyed bymcpVisualSession:and are replayed after service-worker wake. - A
chrome.alarmsdeath timer with themcpVisualDeath:prefix clears stale overlays on a sliding sixty-second window. - Ownership gates from v0.9.60 (
TAB_NOT_OWNED,AGENT_CAP_REACHED) take precedence over the new field-bundle gate at the dispatch chokepoint.
Compatibility
Existing extension users see no change in installation flow. Refresh the extension on chrome://extensions to pick up the new lifecycle. Pair with [email protected] for the full contract; older MCP server builds (v0.8.x and earlier) will not emit the new payload sidecar but remain functional under the deprecated explicit lifecycle.
Verification
Milestone audit summary:
- 27 of 27 v1 requirements satisfied.
- 7 of 7 phases shipped with VERIFICATION.md artifacts.
- 13 of 13 cross-phase integration points verified.
- 11 of 11 end-to-end flows passing.
- Full CI green: validate-extension, unit suite, MCP smoke, showcase build, showcase crawler smoke.
Companion release
fsb-mcp-server v0.9.0 ships the server-side half of the contract. See the tag mcp-v0.9.0 and the entry in mcp/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 LakshmanTurlapati/FSB
All releases →Related context
Beta — feedback welcome: [email protected]