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
fix(scripts): retain web_fetch in OpenRouter tool-capability codegen (#657)
generateChatToolCapabilitiesType emitted readonly ['web_search'] only, so regenerating model-meta.ts dropped web_fetch from every chat model's tool capabilities. Emit both web_search and web_fetch to match the committed model-meta.ts, and update the doc comment accordingly.
0 commit comments