feat: add interactive ProfileSelector UI for /profile command (#208)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-14 18:05:23 -08:00
committed by GitHub
parent fdcc54d095
commit cac76adb31
7 changed files with 553 additions and 25 deletions

View File

@@ -119,7 +119,7 @@ export function WelcomeScreen({
!!continueSession,
agentId,
);
const pathLine = isMedium ? `Running in ${cwd}` : cwd;
const pathLine = isMedium ? `${cwd}` : cwd;
const agentUrl = agentId ? `https://app.letta.com/agents/${agentId}` : null;
const hints =
loadingState === "ready"