Back to Blog
March 13, 20261 min read12 viewsv1.2.2

SuperClaude v1.2.2 — Account Management, Tamper Detection & Vue 3 Rebuild

changelogrelease

Under the hood, everything has changed. Version 1.2.2 is a ground-up rebuild that makes SuperClaude faster, more maintainable, and ready for the features to come.

New Features

Account Management Tab — A dedicated tab in the popup gives you quick access to your license status, subscription details, and account settings.

Tampering Detection & Reporting — SuperClaude now detects when its scripts or settings have been tampered with and can report the event, helping us protect the integrity of the extension.

Technical

Vue 3 Rebuild — The entire UI has been rewritten in Vue 3 with the Composition API, delivering better performance and a cleaner developer experience.

Vite Build Pipeline — We migrated from Webpack to Vite, cutting build times dramatically and enabling instant hot-module replacement during development.

Tailwind CSS — All styling now uses Tailwind CSS utility classes, making the UI more consistent and easier to maintain.

Pinia State Management — Global state is now managed by Pinia, Vue's official store library, replacing the previous ad-hoc approach with a structured, reactive state layer.