release: v0.4.17

This commit is contained in:
opencode 2025-08-11 15:15:24 +00:00
parent 279edb6f24
commit eb15b2ba75
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "0.4.16",
"version": "0.4.17",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"

View file

@ -627,7 +627,7 @@ export type Config = {
env?: Array<string>
id?: string
npm?: string
models: {
models?: {
[key: string]: {
id?: string
name?: string