fix: permission state hangs
This commit is contained in:
@@ -75,6 +75,9 @@ type SetEditorContentMsg struct {
|
||||
type FileRenderedMsg struct {
|
||||
FilePath string
|
||||
}
|
||||
type PermissionRespondedToMsg struct {
|
||||
Response opencode.SessionPermissionRespondParamsResponse
|
||||
}
|
||||
|
||||
func New(
|
||||
ctx context.Context,
|
||||
|
||||
Reference in New Issue
Block a user