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

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,30 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.22.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e6a3ab2]
8
+ - @forge/manifest@12.7.1-next.0
9
+
10
+ ## 8.22.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 16894cf: Extend the `atl-attribution` header sent on every GraphQL request from the Forge CLI with two new fields:
15
+
16
+ - `isAgent` — `true` when stdin and stdout is not a TTY (e.g. running under Rovo Dev, Cursor, or another agent shell).
17
+ - `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).
18
+
19
+ ### Patch Changes
20
+
21
+ - 372861e: Migrated Forge Templates from Micro Static Apps to Bifrost services
22
+ - Updated dependencies [a99c9f1]
23
+ - Updated dependencies [56e38e9]
24
+ - Updated dependencies [22613fc]
25
+ - Updated dependencies [aed9912]
26
+ - @forge/manifest@12.7.0
27
+
3
28
  ## 8.22.0-next.2
4
29
 
5
30
  ### Minor Changes