Merge pull request #417 from punkpeye/feature-metadata-2

feat: identify consumer using tags
This commit is contained in:
Matt Rubens
2025-01-18 23:43:17 -05:00
committed by GitHub

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",
},
],
}),
},
},
)