You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix for bundle size (#477)
* chore(plugin): update plugin name, vendor email, and description
Renamed plugin to "AutoDev Next", updated vendor email, and revised description for clarity.
* feat(ui): add platform-specific UTF-8 font support
Introduce getUtf8FontFamily() for proper CJK/UTF-8 rendering on WASM using Noto Sans SC, while other platforms use system defaults. Also exclude heavy dependencies and large font assets from the IntelliJ plugin build to reduce size.
test(linter): update LintSeverity import in test files #453
Refactor test imports to use cc.unitmesh.agent.linter.LintSeverity directly instead of cc.unitmesh.linter.LintSeverity for consistency. No functional changes.