mirror of
https://github.com/sst/opencode.git
synced 2025-08-23 14:34:08 +00:00
release: v0.4.17
This commit is contained in:
parent
279edb6f24
commit
eb15b2ba75
10 changed files with 10 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -627,7 +627,7 @@ export type Config = {
|
|||
env?: Array<string>
|
||||
id?: string
|
||||
npm?: string
|
||||
models: {
|
||||
models?: {
|
||||
[key: string]: {
|
||||
id?: string
|
||||
name?: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue