anomalyco / anomalyco/opencode

ACP `usage_update` mislabels non-USD costs as USD

Open
#38,667 3 comments 0 reactions 1 assignee View on GitHub

@kitlangton is already working on this.

Since Jul 24, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

OpenCode's custom provider model configuration accepts numeric token cost rates but does not accept
their currency. The internal assistant-message cost is also stored as a bare number. When OpenCode
projects that number into ACP, it unconditionally emits currency: "USD".

As a result, a custom provider priced in EUR can have the correct numeric amount reported with the
wrong currency. In the deterministic reproduction below, a provider cost of 30 EUR is emitted
as 30 USD.

https://github.com/anomalyco/opencode/blob/aaa42fe3bfa89a282c42a8eb3fb4a3665371d0a8/packages/opencode/src/acp/usage.ts#L212

Plugins

No response

OpenCode version

OpenCode 1.18.3

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Contributor guide

Open the contributing guide

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.