release: v0.6.9

This commit is contained in:
opencode
2025-09-09 21:17:41 +00:00
parent 63384bc214
commit 10aee9755c
11 changed files with 16 additions and 10 deletions

View File

@@ -641,6 +641,9 @@ export type Config = {
options?: {
[key: string]: unknown
}
provider?: {
npm: string
}
}
}
options?: {
@@ -1009,6 +1012,9 @@ export type Model = {
options: {
[key: string]: unknown
}
provider?: {
npm: string
}
}
export type McpLocalConfig = {