# v0.5.3 (2026-06-18)

## Fixes
- **Kiro**: honor thinking effort budgets
- **AG/Kiro/Xiaomi**: provider fixes
- **Combo/Fusion**: flatten tool history in panel calls to prevent 503
- **LLM selector**: show custom vision models in selector and model list
- **Image**: prevent compatible nodes from shadowing provider aliases
This commit is contained in:
decolua
2026-06-18 17:36:08 +07:00
parent 2ff11246ae
commit 7354c5e5f4
8 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export default function RootLayout({ children }) {
{children}
</RuntimeI18nProvider>
</ThemeProvider>
{gaId && <GoogleAnalytics gaId={"G-LC959F603F"} />}
<GoogleAnalytics gaId={"G-LC959F603F"} />
</body>
</html>
);