v1.10.1
Fixed
- Troubleshoot mode would sometimes say it "can't see the live page" and defer to the Mativus development team even after the user had pasted the exact HTML/classes causing the problem (e.g. a Bootstrap
mb-0class overriding an added margin). Pasted HTML, class names, inline styles, and copied DevTools output are now treated as authoritative evidence, and the assistant recognises common Bootstrap 5 utility classes on sight. - Rebalanced when Troubleshoot mode hands off a fix vs. recommends the development team: naming a specific competing class (e.g. a utility class) now results in a confident hand-off (raise specificity or add
!important) rather than an unnecessary deflection.
Added
- When there isn't enough evidence to diagnose an issue, Troubleshoot mode now guides non-developers step by step: attach a screenshot, or right-click the specific element described on the page → Inspect → Copy element/outerHTML, escalating to Copy styles if still unclear.
- After 3+ back-and-forth attempts with no confident cause identified, it now stops asking questions and recommends the Mativus development team instead of continuing to guess.
Full Changelog: v1.10.0...v1.10.1