diff --git a/frontend/src/components/AgentPanel.tsx b/frontend/src/components/AgentPanel.tsx index 027614e..19014a8 100644 --- a/frontend/src/components/AgentPanel.tsx +++ b/frontend/src/components/AgentPanel.tsx @@ -172,7 +172,7 @@ function DiffCommand({ ); } -function EditorCommand({ +export function EditorCommand({ worktreePath, editorCommand, }: {