mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 18:44:47 +00:00
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