Stop writing to .env, use lettabot.yaml only

This commit is contained in:
Sarah Wooders
2026-01-28 23:07:15 -08:00
parent 31feea3c80
commit 5e41fac3e0

View File

@@ -1126,9 +1126,6 @@ export async function onboard(): Promise<void> {
}
}
// Also save .env for backwards compatibility
saveEnv(env);
// Save agent ID with server URL
if (config.agentId) {
const baseUrl = env.LETTA_BASE_URL || process.env.LETTA_BASE_URL || 'https://api.letta.com';