cc-VisionRouter

by Able-rip · indexed from github

Transparent proxy for Claude Code that auto-routes image-bearing requests to a multimodal model — so a non-multimodal primary model never crashes your long-running sessions.

自动剥离 [1m] 等后缀:很多 ccswitch / 国产 1M 模型的配置里模型名带 [1m](如 mimo-v2.5-pro[1m])。Claude Code 会对这类后缀做客户端校验,上游若不认识就直接报 “issue with the selected model”(请求都到不了代理)。start 时 cc-VisionRouter 会自动把 ~/.claude/settings.json 里模型字段的 [...] 标记剥掉(原值已备份,stop 时还原)。

Indexed · not connectedcode
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/able-rip-cc-visionrouter — read its card at https://meshkore.com/agent/able-rip-cc-visionrouter/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/able-rip-cc-visionrouter
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/able-rip-cc-visionrouter/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

coderouterhrllmimage

Do you own cc-VisionRouter?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.