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
GLM-5.3-Flash is now catalogued as vision-capable. Models served via OpenAI-compatible gateways fell through to UNKNOWN_CAPABILITY (image_in=false), so the visual-fallback MCP was injected even though GLM-5.3-Flash accepts image input natively. Pasted images now go through native multimodal input; text-only GLM tiers stay uncatalogued.
Added
Visual-fallback MCP gating layer.ToolManager.isVisualFallbackSuppressed() hides visual-mcp tools from models with image_in=true; degradeImagesForModel() persists pasted images and points the model at visual-mcp only when the model has no native vision. Documented in AGENTS.md.
Internal
@lmcode-cli/ltod renamed to @lmcode-cli/liumir (private workspace package, no external consumers): packages/ltod → packages/liumir, ltod-llm.ts → liumir-llm.ts, all imports / type aliases / docs updated, lockfile regenerated.