release: v0.15.30

This commit is contained in:
opencode
2025-10-31 06:12:16 +00:00
parent 750b9f80a5
commit 504a599473
15 changed files with 30 additions and 24 deletions

View File

@@ -430,6 +430,9 @@ export type Config = {
options?: {
[key: string]: unknown
}
headers?: {
[key: string]: string
}
provider?: {
npm: string
}
@@ -991,6 +994,9 @@ export type Model = {
options: {
[key: string]: unknown
}
headers?: {
[key: string]: string
}
provider?: {
npm: string
}