release: v0.15.12
This commit is contained in:
parent
cb4670e6de
commit
6ac5a447c2
15 changed files with 28 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@opencode-ai/sdk",
|
||||
"version": "0.15.11",
|
||||
"version": "0.15.12",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit",
|
||||
|
|
|
|||
|
|
@ -585,8 +585,10 @@ export type Todo = {
|
|||
|
||||
export type FileDiff = {
|
||||
file: string
|
||||
left: string
|
||||
right: string
|
||||
before: string
|
||||
after: string
|
||||
additions: number
|
||||
deletions: number
|
||||
}
|
||||
|
||||
export type UserMessage = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue