From 279f946e07850a19cb3c4acec988102501d65585 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 10 Nov 2025 11:02:51 -0800 Subject: [PATCH] docs: Add /rename command to interactive commands list (#87) Co-authored-by: Letta --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf0aa97..42e3b8f 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ letta --agent --unlink # Remove Letta Code tools from agent, then start While in a session, you can use these commands: - `/agent` - Show current agent link - `/model` - Switch models +- `/rename` - Rename the current agent - `/stream` - Toggle token streaming on/off - `/link` - Attach Letta Code tools to current agent (enables Read, Write, Edit, Bash, etc.) - `/unlink` - Remove Letta Code tools from current agent