rename: letta remote -> letta server with remote as alias (#1265)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-03-04 15:44:53 -08:00
committed by GitHub
parent 2edbe0566d
commit 654fc2d213
6 changed files with 25 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
/**
* Always-on file logger for letta remote sessions.
* Always-on file logger for letta server sessions.
* Writes to ~/.letta/logs/remote/{timestamp}.log regardless of --debug mode.
* Debug mode additionally prints to console; this file always captures the log.
*/

View File

@@ -1,5 +1,5 @@
/**
* Shared registration helper for letta remote / /remote command.
* Shared registration helper for letta server / /server command.
* Owns the HTTP request contract and error handling; callers own UX strings and logging.
*/
import { getVersion } from "../version.ts";