feat(cli,webapp): target notifications by minimum CLI version (#4407)

This commit is contained in:
Chris Arderne
2026-07-28 14:23:41 +01:00
committed by GitHub
parent 44eca4d166
commit 38bf82aebe
10 changed files with 429 additions and 229 deletions
+1
View File
@@ -606,6 +606,7 @@ export class CliApiClient {
headers: {
Authorization: `Bearer ${this.accessToken}`,
"Content-Type": "application/json",
"x-trigger-cli-version": VERSION,
},
signal,
});