@forge/cli-shared 8.21.1-next.0 → 8.22.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.22.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - 16894cf: Extend the `atl-attribution` header sent on every GraphQL request from the Forge CLI with two new fields:
8
+
9
+ - `isAgent` — `true` when stdin and stdout is not a TTY (e.g. running under Rovo Dev, Cursor, or another agent shell).
10
+ - `isCI` — `true` when the `CI` environment variable is set to the literal string `"true"` (matches the `isCI` check already used by `forge build` / `forge deploy` packaging telemetry).
11
+
12
+ ## 8.21.1-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [22613fc]
17
+ - @forge/manifest@12.7.0-next.1
18
+
3
19
  ## 8.21.1-next.0
4
20
 
5
21
  ### Patch Changes