feat: /feedback improvements (#371)

This commit is contained in:
cthomas
2025-12-23 13:23:59 -08:00
committed by GitHub
parent 4ef232ff58
commit 2e63013eeb
3 changed files with 23 additions and 8 deletions

View File

@@ -397,7 +397,7 @@ class TelemetryManager {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: `Bearer ${apiKey}`,
...(apiKey ? { Authorization: `Bearer ${apiKey}` } : {}),
"X-Letta-Source": "letta-code",
"X-Letta-Code-Device-ID": this.deviceId || "",
},