diff options
Diffstat (limited to 'packages/tui/internal/app')
| -rw-r--r-- | packages/tui/internal/app/app.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/tui/internal/app/app.go b/packages/tui/internal/app/app.go index 672bc0ee6..7ef31fd54 100644 --- a/packages/tui/internal/app/app.go +++ b/packages/tui/internal/app/app.go @@ -75,6 +75,9 @@ type SetEditorContentMsg struct { type FileRenderedMsg struct { FilePath string } +type PermissionRespondedToMsg struct { + Response opencode.SessionPermissionRespondParamsResponse +} func New( ctx context.Context, |
