feat(tui): show project copy in session list (#31421)
This commit is contained in:
parent
6566ede935
commit
ffcb45d7c9
8 changed files with 59 additions and 37 deletions
|
|
@ -23864,7 +23864,18 @@
|
|||
"ProjectDirectories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"directory": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["main", "root", "git_worktree"]
|
||||
}
|
||||
},
|
||||
"required": ["directory", "type"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"ProjectCopyCopy": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue