feat: expose prompt helper to workspace panels

This commit is contained in:
Federico Jaramillo Martinez
2026-06-24 23:59:39 +02:00
parent f6fbf6b851
commit 9980027cee
6 changed files with 45 additions and 4 deletions
+1
View File
@@ -168,6 +168,7 @@ export interface WorkspacePanelTerminal {
}
export interface WorkspacePanelContext extends WorkspaceContext {
prompt: PluginPromptEditor;
terminal: WorkspacePanelTerminal;
}