refactor(tui): centralize active location

This commit is contained in:
Dax Raad
2026-07-14 16:18:30 -04:00
parent f4f761246a
commit a32c480d45
9 changed files with 218 additions and 249 deletions
+1
View File
@@ -172,6 +172,7 @@ export interface UI {
export interface Context {
readonly options: Readonly<Record<string, any>>
readonly location: LocationRef | undefined
readonly client: OpenCodeClient
readonly data: Data
readonly keymap: Keymap