mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
release: v0.6.9
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user