diff options
| author | Aiden Cline <[email protected]> | 2026-02-14 14:30:07 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-14 14:30:07 -0600 |
| commit | 839c5cda12fa978d4c7ba85c7cf51600ec853bc8 (patch) | |
| tree | c69689fed336e9989368154c3ced9503cdb1e6a2 /package.json | |
| parent | 67c985ce82b3a0ef3b22bef435f58884a3aab990 (diff) | |
| download | opencode-839c5cda12fa978d4c7ba85c7cf51600ec853bc8.tar.gz opencode-839c5cda12fa978d4c7ba85c7cf51600ec853bc8.zip | |
fix: ensure anthropic models on OR also have variant support (#13498)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index c4408e264..5d9320505 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,7 @@ "@types/node": "catalog:" }, "patchedDependencies": { - "@standard-community/[email protected]": "patches/@standard-community%[email protected]" + "@standard-community/[email protected]": "patches/@standard-community%[email protected]", + "@openrouter/[email protected]": "patches/@openrouter%[email protected]" } } |
