diff --git a/src/components/pages/RunCommandPage.tsx b/src/components/pages/RunCommandPage.tsx index e9fe19c..94d228b 100644 --- a/src/components/pages/RunCommandPage.tsx +++ b/src/components/pages/RunCommandPage.tsx @@ -6,7 +6,6 @@ import { } from "@/lib/command-parser"; import { useGrimoire } from "@/core/state"; import { WindowRenderer } from "@/components/WindowRenderer"; -import { ExternalLink } from "lucide-react"; /** * RunCommandPage - Standalone command execution route @@ -87,9 +86,6 @@ export default function RunCommandPage() { ); } - const title = - parsed.globalFlags?.windowProps?.title || parsed.command.name.toUpperCase(); - // Construct a minimal WindowInstance for rendering const windowInstance = { id: "pop-out", @@ -100,25 +96,6 @@ export default function RunCommandPage() { }; return ( -