mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
feat: identify consumer using tags
This commit is contained in:
@@ -101,6 +101,14 @@ export class GlamaHandler implements ApiHandler, SingleCompletionHandler {
|
|||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${this.options.glamaApiKey}`,
|
Authorization: `Bearer ${this.options.glamaApiKey}`,
|
||||||
|
"X-Glama-Metadata": JSON.stringify({
|
||||||
|
labels: [
|
||||||
|
{
|
||||||
|
key: "app",
|
||||||
|
value: "vscode.rooveterinaryinc.roo-cline",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user