Ben Vargas

Results 27 comments of Ben Vargas

I got impatient and implemented it myself in the next branch so I can use it now. I don't intend to supersede this PR or step on @ghul0 toes... but...

> we need this but we also understand that good things take time and that you guys are doing it benevolently (is that even a word?) > > take the...

I agree with @apple-techie - In the AI SDK provider I wrote, I eventually landed on stdin/stdout as well, and found that forcing streaming over a certain prompt length was...

@corticalstack - I just submitted a new PR with revised approach, implementing a custom ai sdk provider and a simplified claude-code.js provider in task manager that invokes it the same...

These steps seem to work for me... 1. Launch Windsurf as normal windows app (icon in task bar, etc.). 2. Once launched, click the `>

> > We've shipped improvements to WSL support and would love to hear if its working better for folks with the latest version of claude (you may have to restart...

> [@ben-vargas](https://github.com/ben-vargas) Thanks! I was not using that. But using that relatively obscure GUI element relaunched VS Code in what seems to be a proper WSL mode. It was nearly...

Note the following limitation on use of "free" openrouter models... [OpenRouter Docs: Limits](https://openrouter.ai/docs/api-reference/limits) There are a few rate limits that apply to certain types of requests, regardless of account status:...

@championswimmer this FR reads to me as an ask for Copilot to act as a **client** not a server. The FR wants to consume tools from external MCP Servers, not...

In the implementation considerations... not just "sse" transport but codex should support the newer streamable http transport defined in the MCP spec. Ideally codex cli would have transport parameter support...