Skip to content

LakshmanTurlapati/FSB

vextension-v0.9.62 scope: extension Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

auth breaking_upgrade

Summary

AI summary

The 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) and client (an allowlisted label such as Claude, Codex, Cursor, Gemini).
  • Sliding sixty-second auto-dismiss for the visual overlay, persistent across MV3 service-worker eviction via chrome.storage.session and chrome.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.session keyed by mcpVisualSession: and are replayed after service-worker wake.
  • A chrome.alarms death timer with the mcpVisualDeath: 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

Track LakshmanTurlapati/FSB

Get notified when new releases ship.

Sign up free

About LakshmanTurlapati/FSB

All releases →

Beta — feedback welcome: [email protected]