mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
refactor(tui): switch to global events and start passing workspace param (#21719)
This commit is contained in:
parent
44f38193c0
commit
42206da1f8
31 changed files with 850 additions and 246 deletions
|
|
@ -9926,6 +9926,12 @@
|
|||
"directory": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"workspace": {
|
||||
"type": "string"
|
||||
},
|
||||
"payload": {
|
||||
"$ref": "#/components/schemas/Event"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue