mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-18 19:37:19 +02:00
feat: editable commands
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user