feat: identify consumer using tags

This commit is contained in:
Frank
2025-01-18 22:38:30 -06:00
parent 431ff57435
commit a66fb7b7fe

View File

@@ -101,6 +101,14 @@ export class GlamaHandler implements ApiHandler, SingleCompletionHandler {
{
headers: {
Authorization: `Bearer ${this.options.glamaApiKey}`,
"X-Glama-Metadata": JSON.stringify({
labels: [
{
key: "app",
value: "vscode.rooveterinaryinc.roo-cline",
},
],
}),
},
},
)