feat(tui): improve session fork handling
This commit is contained in:
parent
e312f0d775
commit
96717c1a8c
24 changed files with 335 additions and 387 deletions
|
|
@ -4330,6 +4330,10 @@ export type PluginInfo = {
|
|||
export type SessionV2Info = {
|
||||
id: string
|
||||
parentID?: string
|
||||
fork?: {
|
||||
sessionID: string
|
||||
messageID?: string
|
||||
}
|
||||
projectID: string
|
||||
agent?: string
|
||||
model?: ModelRef
|
||||
|
|
@ -8541,6 +8545,10 @@ export type RevertStateV2 = {
|
|||
export type SessionV2InfoV2 = {
|
||||
id: string
|
||||
parentID?: string
|
||||
fork?: {
|
||||
sessionID: string
|
||||
messageID?: string
|
||||
}
|
||||
projectID: string
|
||||
agent?: string
|
||||
model?: ModelRef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue