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
Long Agent conversations with many tool calls no longer slow down over time: collapsed tool cards now skip processing their hidden parameters and result content, and unchanged tool cards from earlier turns are no longer re-rendered as new responses stream in (#420).
Large tool outputs are automatically truncated in the UI instead of rendering the full content at once. The model still receives the complete result; only the on-screen display is shortened (#420).
🛠️ Fixes
Fixed the update toast not showing the actual release notes for the new version.
Fixed some Streamable HTTP MCP servers failing to connect inside Obsidian due to CORS / Chromium fetch restrictions, and added compatibility for JSON-response MCP gateways such as DingTalk MCP Gateway (#417).
Fixed ChatGPT OAuth health checks, chat requests, and model list fetching for Codex models, avoiding failures caused by endpoint parameter incompatibilities and making the available model list more accurate. Thanks @bartolli for finding and fixing this (PR #419).
Fixed the mobile chat input leaving a large gap above the keyboard when the keyboard pops up; the input area now stays anchored just above the keyboard more reliably.
✨ Polish
Improved fs_edit parameter guidance so the model is less likely to call it without proper anchoring info, increasing edit tool success rate.
The fs_read tool card now shows the concrete file paths when reading a small number of files, and only abbreviates when many files are read at once.
Exported configuration files are now saved to a fixed YOLO/Exports directory inside the vault, making them easy to find on mobile as well.