Bernat Pericàs

Results 7 comments of Bernat Pericàs

I had the same issue, I fixed it by 1. Installing `@types/bun` 2. Importing the test utils from bun: `import { describe, test, expect } from "bun:test";`

Here's a curl that uses your GitHub Copilot Oauth token instead: ``` curl -s -H "Authorization: Bearer $(cat ~/.config/github-copilot/apps.json \ | jq '.[].oauth_token' \ | sed 's/^"\(.*\)"$/\1/')" https://api.github.com/copilot_internal/user ``` As...

# Providers support Well, so far I've only used Claude (subscription based), GitHub Copilot and Zen. - Anthropic has hourly and daily usage limits. → And an [API](https://docs.claude.com/en/api/usage-cost-api) to get...

Hi @juri-diener, please upgrade to the latest version [v0.15.16](https://github.com/sst/opencode/releases/tag/v0.15.16), this should be fixed

Please 🙏