@forge/cli-shared 8.23.0-next.9 → 8.23.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,82 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.23.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ccdcfc3]
8
+ - @forge/manifest@12.8.1-next.0
9
+
10
+ ## 8.23.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 30060eb: Emit `isAgent`/`isCI` on GASv3 analytics events via a new shared `ForgeCliAttribution` class, used by both the `atl-attribution` GraphQL header and analytics client.
15
+ - 369bc9b: `ForgeCliAttribution.agentHint()` now delegates agent detection to [`@vercel/detect-agent`](https://www.npmjs.com/package/@vercel/detect-agent), expanding coverage and replacing the previous brittle PATH-based heuristic. The set of recognised agents is defined by the upstream library. Rovo Dev and Windsurf are still detected directly within `ForgeCliAttribution` and take precedence over the library's result. `agentHint()` and `build()` are now `async` and must be `await`ed by callers.
16
+ - 3bbb9da: Extend `ForgeCliAttribution` to emit additional fields on the `atl-attribution` GraphQL header and GASv3 analytics events: `skillName`, `agentHint` (auto-detects rovo-dev, claude-code, cursor, codex, antigravity, opencode, windsurf, gemini, github-copilot), and `isStudio`. All three are sourced from reserved `ATL_FORGE_ATTRIBUTION_*` env vars with input validation. Adds a generic `ATL_FORGE_ATTRIBUTION_<KEY>` wildcard pass-through so additional attribution fields can be supplied via environment variables (with key/value validation and reserved-field protection)
17
+ - 808adbd: Grouped commands in CLI help and commander.js version bump
18
+ - e2113b4: introduce `--skipRollout` for `forge deploy`
19
+ - a885062: Support a limit parameter in the version bulk-upgrade start command
20
+
21
+ ### Patch Changes
22
+
23
+ - 84d9930: adding option to include installation-id for uninstall flow
24
+ - 2c85db9: Add option to create global app
25
+ - ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
26
+ - Updated dependencies [1eded6e]
27
+ - Updated dependencies [0e45239]
28
+ - Updated dependencies [e6a3ab2]
29
+ - Updated dependencies [cf7000f]
30
+ - Updated dependencies [d660fb0]
31
+ - Updated dependencies [e7b0684]
32
+ - Updated dependencies [f7c39e1]
33
+ - Updated dependencies [8d90f4f]
34
+ - Updated dependencies [bf76c3c]
35
+ - Updated dependencies [ef0434d]
36
+ - Updated dependencies [55991a3]
37
+ - Updated dependencies [e5b5031]
38
+ - Updated dependencies [2e44a71]
39
+ - Updated dependencies [489c6d0]
40
+ - Updated dependencies [c775d3d]
41
+ - Updated dependencies [c99451e]
42
+ - Updated dependencies [f80e7b3]
43
+ - @forge/manifest@12.8.0
44
+
45
+ ## 8.23.0-next.13
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [489c6d0]
50
+ - @forge/manifest@12.8.0-next.10
51
+
52
+ ## 8.23.0-next.12
53
+
54
+ ### Minor Changes
55
+
56
+ - e2113b4: introduce `--skipRollout` for `forge deploy`
57
+
58
+ ## 8.23.0-next.11
59
+
60
+ ### Minor Changes
61
+
62
+ - 369bc9b: `ForgeCliAttribution.agentHint()` now delegates agent detection to [`@vercel/detect-agent`](https://www.npmjs.com/package/@vercel/detect-agent), expanding coverage and replacing the previous brittle PATH-based heuristic. The set of recognised agents is defined by the upstream library. Rovo Dev and Windsurf are still detected directly within `ForgeCliAttribution` and take precedence over the library's result. `agentHint()` and `build()` are now `async` and must be `await`ed by callers.
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [e5b5031]
67
+ - @forge/manifest@12.8.0-next.9
68
+
69
+ ## 8.23.0-next.10
70
+
71
+ ### Minor Changes
72
+
73
+ - 3bbb9da: Extend `ForgeCliAttribution` to emit additional fields on the `atl-attribution` GraphQL header and GASv3 analytics events: `skillName`, `agentHint` (auto-detects rovo-dev, claude-code, cursor, codex, antigravity, opencode, windsurf, gemini, github-copilot), and `isStudio`. All three are sourced from reserved `ATL_FORGE_ATTRIBUTION_*` env vars with input validation. Adds a generic `ATL_FORGE_ATTRIBUTION_<KEY>` wildcard pass-through so additional attribution fields can be supplied via environment variables (with key/value validation and reserved-field protection)
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [bf76c3c]
78
+ - @forge/manifest@12.8.0-next.8
79
+
3
80
  ## 8.23.0-next.9
4
81
 
5
82
  ### Minor Changes