[eric] apps: edit selected App in place, no duplicate on launch

This commit is contained in:
ciregenz
2026-06-24 18:29:34 -07:00
committed by ciregenz
parent 2ad3000562
commit 9ea40fbf7b
8 changed files with 101 additions and 2 deletions
+1
View File
@@ -125,6 +125,7 @@ export interface AgentConfig {
max_turns?: number;
target_directory?: string;
dashboard_id?: string;
selected_app_output_ids?: string[];
}
export interface HistorySession {