Ryan Swift

Results 7 comments of Ryan Swift

Solution for folks who are struggling to get MCPs working on Windows is below. Basically, use "cmd" as your command and add "/c" and "npx" as args. You can just...

Also hitting this via the SDK. Called client.session.share() which created a share on opncd.ai, but client.session.unshare() fails with: Resource not found: ~/.local/share/opencode/storage/share/ses_4ed1f9654ffeBz1QHu0dcbriWu.json The local share directory is empty - shares...

After some additional discovery, implicit caching on Google models was already working server-side, but the cached token counts weren't being recorded in session logs since Google returns them in a...

Doesn't seem like it locally. Before and after of this change is that I can go back to sessions and actually see a cached token amount. Could be something upstream...

Google via apikey. Only plugin is a notifier I vibe coded. None of the antigravity or gemini cli auth provider plugins.

So I don't think it will change your total token count in the TUI. But, this change will correctly identify cached tokens. So it impacts the price displayed in the...

> Do you think this change will apply the fix to the Vertex AI connections, too? Iirc, the caching is by model not by provider generally. But there is a...