opencode/packages/llm
Kit Langton c20d070b9a docs(llm): fix stale references in protocols/shared.ts and gemini.ts
- subtractTokens JSDoc said the raw payload lives on Usage.native, but
  that field was renamed to providerMetadata earlier in this PR.
- totalTokens JSDoc still described the abandoned "additive" first-pass
  contract where inputTokens/outputTokens were non-cached / visible only.
  We landed on inclusive totals; the fallback already covers cache and
  reasoning.
- Removed a duplicate inline comment in Gemini's mapUsage — the
  function-level comment already explains the visible/reasoning sum and
  the undefined-when-incomplete rule.
2026-05-10 22:08:12 -04:00
..
example Add explicit LLM stream lifecycle events (#26722) 2026-05-10 12:19:13 -04:00
script chore: generate 2026-05-08 20:57:36 +00:00
src docs(llm): fix stale references in protocols/shared.ts and gemini.ts 2026-05-10 22:08:12 -04:00
test test(llm): re-record golden scenarios against live providers 2026-05-10 22:03:02 -04:00
AGENTS.md chore: generate 2026-05-08 20:57:36 +00:00
package.json sync release versions for v1.14.46 2026-05-10 02:34:36 +00:00
sst-env.d.ts sync 2026-05-10 02:17:32 -04:00
tsconfig.json Add native LLM core foundation (#24712) 2026-05-08 16:56:20 -04:00