Christopher Tso
Christopher Tso
Thanks @rawwerks for the idea! I'm currently using [agentv](https://github.com/EntityProcess/agentv) to run evals on coding agents. I skip DSPy optimizers and just use a meta-prompt for the agent to automatically tweak...
> and u said reasoning doesnt work through completions api? is that a copilot thing? The reasoning fields are OpenAI specific. OpenCode currently use the response api for Codex only...
> > OpenCode currently use the response api for Codex only for GitHub Copilot. I'm not sure why we did that > > Well github copilot ONLY allows access to...
@thdxr Could you please relabel this as a bug? The root causes are identified: SDK uses wrong authorization URL + missing redirectUri config. PR #5940 has the fix.
--- **Future Enhancement Note:** Dynamic port allocation (binding to port `0` and letting the OS assign an available port, similar to [VSCode's approach](https://github.com/microsoft/vscode/blob/main/extensions/github-authentication/src/node/authServer.ts)) could be explored in a future PR...
**PR Created:** #7379 - feat: add OAuth redirect URI configuration for MCP servers This PR implements the feature requested in this issue. Ready for review!