Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Community provider example: HAL SUPREME OpenAI-compatible peer (OpenCode-shaped JSON)

Open Beginner friendly
#50,998 0 comments 0 reactions 0 assignees View on GitHub

Maintainers usually reply within 1 day

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
85/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Active

Research direction

Look for the community provider examples or documentation section in the OpenCode repository, likely in a docs folder or a providers configuration guide. The PR should add the provided JSON block to the appropriate example file. Verify the structure matches existing examples and that the models and options are correctly formatted. Running any documentation tests or linting will ensure the change is ready.

Written by the indexing model from the issue text.

Description

Hi OpenCode maintainers,

I'm Jakob (UniteAndCreateForLife). HAL SUPREME is a free/community AI companion with an OpenAI-compatible peer gateway at https://api.halsupreme.com/v1 (Bearer; placeholders only).

Our peer-join docs already use an OpenCode-shaped @ai-sdk/openai-compatible provider block. Soft ask: would a community provider example / docs mention be welcome? Happy to open a small PR with this shape (no secrets):

{
  "provider": {
    "hal-supreme": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "HAL SUPREME",
      "options": {
        "baseURL": "https://api.halsupreme.com/v1",
        "apiKey": "<HAL_GATEWAY_TOKEN>"
      },
      "models": {
        "hal-fast": { "name": "hal/fast" },
        "hal-coder": { "name": "hal/coder" },
        "hal-deep": { "name": "hal/deep" },
        "hal-council": { "name": "hal/council" }
      }
    }
  }
}

If Issues isn't the right channel, point me at Discussions/docs. No rush — just aligning open peer meshes.

https://halsupreme.com | https://discord.gg/GnufdBbyg | https://github.com/UniteAndCreateForLife/hal-supreme-community

Thanks for OpenCode.

  • Jakob / UniteAndCreateForLife
Dominant language
TypeScript
Stars
210k
Forks
27.8k
Avg merge
8h 43m
Merged PRs (30d)
380

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from anomalyco/opencode

All issues in anomalyco/opencode

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.