feat: add interactive ProfileSelector UI for /profile command (#208)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user