Changelog
What's new in the Claudback extension and MCP server, release by release.
0.2.3— July 24, 2026
- The comment-mode hint can now be dragged and snaps to six preset dock positions, so it stays out of your way.
- Plain Enter submits a comment; Shift+Enter always inserts a newline instead.
- Escape dismisses all open pins at once, and Alt+C toggles comment mode from the keyboard.
0.2.1— July 15, 2026
- Component names now show as pills on pins and in the composer, with a settings toggle to turn them off.
- When a component is wrapped by a UI library, Claudback now surfaces your own component instead of the wrapper.
0.2.0— July 13, 2026Component mapping
- Comments are now mapped to the React or Vue component they belong to, shown as a chip with a framework icon in both the composer and the pin.
- The component chain is included when Claude reads your comments through the MCP server, so it knows exactly which component to edit.
0.1.4— July 11, 2026
- Fixed tabs going dark after navigation by retrying overlay re-injection once before giving up.
- Pinned the published extension ID in the origin allowlist, tightening who can talk to the local collector.
0.1.3— July 10, 2026
- Reworked the comment panel with sticky chrome, popover element-tracking, and inline editing.
- Added cross-page edit: clicking a comment from another page now navigates there and reopens its popover.
- The popup and panel now recover gracefully when the local collector goes offline.
0.1.2— July 9, 2026
- Shift+Enter now submits a comment without losing your place.
- Pairing codes work from any Claude session, not just the one that requested them.
- Cleaned up orphaned overlays and collector takeover, so a stale tab can't hold the connection.