feat: editable commands

This commit is contained in:
Alejandro Gómez
2025-12-13 22:53:27 +01:00
parent 92cb290c4d
commit d877e51317
13 changed files with 1076 additions and 57 deletions

View File

@@ -24,6 +24,7 @@ export interface WindowInstance {
appId: AppId;
title: string;
props: any;
commandString?: string; // Original command that created this window (e.g., "profile alice@domain.com")
}
export interface Workspace {