feat: surface memfs_enabled in headless init message (#955)

This commit is contained in:
Cameron
2026-02-13 23:03:09 -08:00
committed by GitHub
parent e337330dbe
commit 70f34a3bab
2 changed files with 3 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ export interface SystemInitMessage extends MessageEnvelope {
mcp_servers: Array<{ name: string; status: string }>;
permission_mode: string;
slash_commands: string[];
memfs_enabled?: boolean;
// output_style omitted - Letta Code doesn't have output styles feature
}