mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: fix completed state property name from type to status in session metadata
This commit is contained in:
parent
d024bf6468
commit
5f770024cc
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ export namespace SessionPrompt {
|
|||
...part,
|
||||
state: {
|
||||
...(part as any).state,
|
||||
type: "completed",
|
||||
status: "completed",
|
||||
...result,
|
||||
},
|
||||
} as any)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue