@atlaskit/rovo-agent-components 4.6.0 → 5.0.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,43 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`b0222d13caefe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0222d13caefe) -
8
+ Replace `@typescript-eslint/no-explicit-any` suppressions with real types across
9
+ rovo-content-bridge and rovo-platform packages (TREX-1392).
10
+
11
+ Key changes:
12
+ - `rovo-content-bridge-api`: Replace `any` in `CommandConstructor`, type guards, handlers,
13
+ debugger, and desktop transport with `unknown`, typed event interfaces, and a new `WebContents`
14
+ interface.
15
+ - `rovo-content-bridge-api-commands`: Replace `any` fields with `SerializableValue` in chart,
16
+ Jira, and content commands.
17
+ - `rovo-playground`: Replace `any` in plugin config, settings store, and ADF utilities with
18
+ `unknown` and recursive typed nodes.
19
+ - `rovo-platform-ui-components`, `rovo-navigation`, `rovo-spaces`, `rovo-triggers`,
20
+ `rovo-agent-analytics`, `rovo-agent-components`, `rovo-chat-side-by-side-evaluation`,
21
+ `rovo-agent-debug-modal`: Replace remaining `any` occurrences with `unknown`, typed interfaces,
22
+ or properly inferred types.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+
28
+ ## 4.7.0
29
+
30
+ ### Minor Changes
31
+
32
+ - [`c5948348a4e51`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c5948348a4e51) -
33
+ TREX-1373 (part 3/3): add @typescript-eslint/no-explicit-any OXLint suppression comments across
34
+ rovo-\* and misc packages. Includes OXLint override and Mithril ratchet to prevent new
35
+ suppressions.
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies
40
+
3
41
  ## 4.6.0
4
42
 
5
43
  ### Minor Changes
@@ -106,13 +106,13 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
106
106
  var fetchData = /*#__PURE__*/function () {
107
107
  var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {
108
108
  var _yield$loadAgentPermi, isCreateEnabled, isEditEnabled, isDeleteEnabled;
109
- return _regenerator.default.wrap(function _callee$(_context) {
109
+ return _regenerator.default.wrap(function (_context) {
110
110
  while (1) switch (_context.prev = _context.next) {
111
111
  case 0:
112
112
  setIsLoading(true);
113
- _context.next = 3;
113
+ _context.next = 1;
114
114
  return loadAgentPermissions();
115
- case 3:
115
+ case 1:
116
116
  _yield$loadAgentPermi = _context.sent;
117
117
  isCreateEnabled = _yield$loadAgentPermi.isCreateEnabled;
118
118
  isEditEnabled = _yield$loadAgentPermi.isEditEnabled;
@@ -123,7 +123,7 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
123
123
  isEditEnabled: isEditEnabled,
124
124
  isDeleteEnabled: isDeleteEnabled
125
125
  });
126
- case 9:
126
+ case 2:
127
127
  case "end":
128
128
  return _context.stop();
129
129
  }
@@ -203,25 +203,25 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
203
203
  }, formatMessage(_messages.default.viewAgentFullProfile)), !isForgeAgent && isCreateAgentsEnabled && /*#__PURE__*/_react.default.createElement(_dropdownMenu.DropdownItem, {
204
204
  onClick: ( /*#__PURE__*/function () {
205
205
  var _ref5 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2(e) {
206
- return _regenerator.default.wrap(function _callee2$(_context2) {
206
+ return _regenerator.default.wrap(function (_context2) {
207
207
  while (1) switch (_context2.prev = _context2.next) {
208
208
  case 0:
209
209
  if ((0, _platformFeatureFlags.fg)('rovo_agent_versioning_enabled')) {
210
210
  e.stopPropagation();
211
211
  }
212
212
  setIsDuplicating(true);
213
- _context2.prev = 2;
214
- _context2.next = 5;
213
+ _context2.prev = 1;
214
+ _context2.next = 2;
215
215
  return onDuplicateAgent === null || onDuplicateAgent === void 0 ? void 0 : onDuplicateAgent(e);
216
- case 5:
217
- _context2.prev = 5;
216
+ case 2:
217
+ _context2.prev = 2;
218
218
  setIsDuplicating(false);
219
- return _context2.finish(5);
220
- case 8:
219
+ return _context2.finish(2);
220
+ case 3:
221
221
  case "end":
222
222
  return _context2.stop();
223
223
  }
224
- }, _callee2, null, [[2,, 5, 8]]);
224
+ }, _callee2, null, [[1,, 2, 3]]);
225
225
  }));
226
226
  return function (_x) {
227
227
  return _ref5.apply(this, arguments);
@@ -24,12 +24,12 @@ var _isForgeAgent = require("../../common/utils/is-forge-agent");
24
24
  * Derive `AgentAvatar` inputs and visible/accessible labels from raw identity.
25
25
  *
26
26
  * Behaviour:
27
- * - Specialist path (`agentId` is a non-empty string): visible text is the
28
- * supplied `agentName`, omitted entirely if absent (no "Rovo" text next to
29
- * a specialist avatar). Accessible label falls back to the agent id so the
30
- * avatar is never announced as "Rovo".
31
- * - Default Rovo path (no `agentId`): visible and accessible labels are the
32
- * localized default name (typically "Rovo").
27
+ * - Specialist path (`agentId` or `agentNamedId` is a non-empty string):
28
+ * visible text is the supplied `agentName`, omitted entirely if absent (no
29
+ * "Rovo" text next to a specialist avatar). Accessible label falls back to
30
+ * the UUID id, then named id, so the avatar is never announced as "Rovo".
31
+ * - Default Rovo path (no `agentId` or `agentNamedId`): visible and accessible
32
+ * labels are the localized default name (typically "Rovo").
33
33
  * - Forge identity props are gated internally via `rovo_agent_support_a2a_avatar`
34
34
  * so callers don't have to.
35
35
  */
@@ -45,21 +45,25 @@ function deriveAgentIdentity(_ref) {
45
45
  defaultName = _ref.defaultName;
46
46
  var trimmedAgentId = typeof agentId === 'string' ? agentId.trim() : undefined;
47
47
  var specialistAgentId = trimmedAgentId && trimmedAgentId.length > 0 ? trimmedAgentId : undefined;
48
+ var trimmedAgentNamedId = typeof agentNamedId === 'string' ? agentNamedId.trim() : undefined;
49
+ var specialistAgentNamedId = trimmedAgentNamedId && trimmedAgentNamedId.length > 0 ? trimmedAgentNamedId : undefined;
50
+ var specialistIdentity = specialistAgentId !== null && specialistAgentId !== void 0 ? specialistAgentId : specialistAgentNamedId;
48
51
  var trimmedAgentName = agentName === null || agentName === void 0 ? void 0 : agentName.trim();
49
- var visibleName = specialistAgentId ? trimmedAgentName || undefined : defaultName;
50
- var accessibleName = specialistAgentId ? trimmedAgentName || specialistAgentId : defaultName;
52
+ var visibleName = specialistIdentity ? trimmedAgentName || undefined : defaultName;
53
+ var accessibleName = specialistIdentity ? trimmedAgentName || specialistIdentity : defaultName;
51
54
  var a2aGateOn = (0, _platformFeatureFlags.fg)('rovo_agent_support_a2a_avatar');
52
55
 
53
56
  // Prefer the explicit override; otherwise validate creatorType via the
54
57
  // type guard so the call site doesn't need an unsafe cast.
55
58
  var isForgeAgent = isForgeAgentOverride !== undefined ? isForgeAgentOverride : creatorType && (0, _isAgentCreatorType.isAgentCreatorType)(creatorType) ? (0, _isForgeAgent.isForgeAgentByCreatorType)(creatorType) : undefined;
56
59
  return {
60
+ hasSpecialistIdentity: Boolean(specialistIdentity),
57
61
  specialistAgentId: specialistAgentId,
58
62
  visibleName: visibleName,
59
63
  accessibleName: accessibleName,
60
64
  avatarProps: {
61
65
  agentId: specialistAgentId,
62
- agentNamedId: agentNamedId,
66
+ agentNamedId: specialistAgentNamedId,
63
67
  agentIdentityAccountId: agentIdentityAccountId,
64
68
  imageUrl: imageUrl,
65
69
  isForgeAgent: a2aGateOn ? isForgeAgent : undefined,
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  /**
8
- * @generated SignedSource<<1eeebfa3261b48cdd20dc5ec23f13862>>
8
+ * @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
9
9
  * @relayHash c95a4b89f332b56ac41d44591442026c
10
10
  * @lightSyntaxTransform
11
11
  * @nogrep
@@ -183,5 +183,5 @@ var node = function () {
183
183
  }
184
184
  };
185
185
  }();
186
- node.hash = "19dfd01b36565c5a9ddf6cfed9c3594f";
186
+ node.hash = "5f2bdb1cf9fe006560907bc0bd0c1fed";
187
187
  var _default = exports.default = node;
@@ -19,12 +19,12 @@ import { isForgeAgentByCreatorType } from '../../common/utils/is-forge-agent';
19
19
  * Derive `AgentAvatar` inputs and visible/accessible labels from raw identity.
20
20
  *
21
21
  * Behaviour:
22
- * - Specialist path (`agentId` is a non-empty string): visible text is the
23
- * supplied `agentName`, omitted entirely if absent (no "Rovo" text next to
24
- * a specialist avatar). Accessible label falls back to the agent id so the
25
- * avatar is never announced as "Rovo".
26
- * - Default Rovo path (no `agentId`): visible and accessible labels are the
27
- * localized default name (typically "Rovo").
22
+ * - Specialist path (`agentId` or `agentNamedId` is a non-empty string):
23
+ * visible text is the supplied `agentName`, omitted entirely if absent (no
24
+ * "Rovo" text next to a specialist avatar). Accessible label falls back to
25
+ * the UUID id, then named id, so the avatar is never announced as "Rovo".
26
+ * - Default Rovo path (no `agentId` or `agentNamedId`): visible and accessible
27
+ * labels are the localized default name (typically "Rovo").
28
28
  * - Forge identity props are gated internally via `rovo_agent_support_a2a_avatar`
29
29
  * so callers don't have to.
30
30
  */
@@ -41,21 +41,25 @@ export function deriveAgentIdentity({
41
41
  }) {
42
42
  const trimmedAgentId = typeof agentId === 'string' ? agentId.trim() : undefined;
43
43
  const specialistAgentId = trimmedAgentId && trimmedAgentId.length > 0 ? trimmedAgentId : undefined;
44
+ const trimmedAgentNamedId = typeof agentNamedId === 'string' ? agentNamedId.trim() : undefined;
45
+ const specialistAgentNamedId = trimmedAgentNamedId && trimmedAgentNamedId.length > 0 ? trimmedAgentNamedId : undefined;
46
+ const specialistIdentity = specialistAgentId !== null && specialistAgentId !== void 0 ? specialistAgentId : specialistAgentNamedId;
44
47
  const trimmedAgentName = agentName === null || agentName === void 0 ? void 0 : agentName.trim();
45
- const visibleName = specialistAgentId ? trimmedAgentName || undefined : defaultName;
46
- const accessibleName = specialistAgentId ? trimmedAgentName || specialistAgentId : defaultName;
48
+ const visibleName = specialistIdentity ? trimmedAgentName || undefined : defaultName;
49
+ const accessibleName = specialistIdentity ? trimmedAgentName || specialistIdentity : defaultName;
47
50
  const a2aGateOn = fg('rovo_agent_support_a2a_avatar');
48
51
 
49
52
  // Prefer the explicit override; otherwise validate creatorType via the
50
53
  // type guard so the call site doesn't need an unsafe cast.
51
54
  const isForgeAgent = isForgeAgentOverride !== undefined ? isForgeAgentOverride : creatorType && isAgentCreatorType(creatorType) ? isForgeAgentByCreatorType(creatorType) : undefined;
52
55
  return {
56
+ hasSpecialistIdentity: Boolean(specialistIdentity),
53
57
  specialistAgentId,
54
58
  visibleName,
55
59
  accessibleName,
56
60
  avatarProps: {
57
61
  agentId: specialistAgentId,
58
- agentNamedId,
62
+ agentNamedId: specialistAgentNamedId,
59
63
  agentIdentityAccountId,
60
64
  imageUrl,
61
65
  isForgeAgent: a2aGateOn ? isForgeAgent : undefined,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<1eeebfa3261b48cdd20dc5ec23f13862>>
2
+ * @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
3
3
  * @relayHash c95a4b89f332b56ac41d44591442026c
4
4
  * @lightSyntaxTransform
5
5
  * @nogrep
@@ -177,5 +177,5 @@ const node = function () {
177
177
  }
178
178
  };
179
179
  }();
180
- node.hash = "19dfd01b36565c5a9ddf6cfed9c3594f";
180
+ node.hash = "5f2bdb1cf9fe006560907bc0bd0c1fed";
181
181
  export default node;
@@ -97,13 +97,13 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
97
97
  var fetchData = /*#__PURE__*/function () {
98
98
  var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
99
99
  var _yield$loadAgentPermi, isCreateEnabled, isEditEnabled, isDeleteEnabled;
100
- return _regeneratorRuntime.wrap(function _callee$(_context) {
100
+ return _regeneratorRuntime.wrap(function (_context) {
101
101
  while (1) switch (_context.prev = _context.next) {
102
102
  case 0:
103
103
  setIsLoading(true);
104
- _context.next = 3;
104
+ _context.next = 1;
105
105
  return loadAgentPermissions();
106
- case 3:
106
+ case 1:
107
107
  _yield$loadAgentPermi = _context.sent;
108
108
  isCreateEnabled = _yield$loadAgentPermi.isCreateEnabled;
109
109
  isEditEnabled = _yield$loadAgentPermi.isEditEnabled;
@@ -114,7 +114,7 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
114
114
  isEditEnabled: isEditEnabled,
115
115
  isDeleteEnabled: isDeleteEnabled
116
116
  });
117
- case 9:
117
+ case 2:
118
118
  case "end":
119
119
  return _context.stop();
120
120
  }
@@ -194,25 +194,25 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
194
194
  }, formatMessage(messages.viewAgentFullProfile)), !isForgeAgent && isCreateAgentsEnabled && /*#__PURE__*/React.createElement(DropdownItem, {
195
195
  onClick: ( /*#__PURE__*/function () {
196
196
  var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(e) {
197
- return _regeneratorRuntime.wrap(function _callee2$(_context2) {
197
+ return _regeneratorRuntime.wrap(function (_context2) {
198
198
  while (1) switch (_context2.prev = _context2.next) {
199
199
  case 0:
200
200
  if (fg('rovo_agent_versioning_enabled')) {
201
201
  e.stopPropagation();
202
202
  }
203
203
  setIsDuplicating(true);
204
- _context2.prev = 2;
205
- _context2.next = 5;
204
+ _context2.prev = 1;
205
+ _context2.next = 2;
206
206
  return onDuplicateAgent === null || onDuplicateAgent === void 0 ? void 0 : onDuplicateAgent(e);
207
- case 5:
208
- _context2.prev = 5;
207
+ case 2:
208
+ _context2.prev = 2;
209
209
  setIsDuplicating(false);
210
- return _context2.finish(5);
211
- case 8:
210
+ return _context2.finish(2);
211
+ case 3:
212
212
  case "end":
213
213
  return _context2.stop();
214
214
  }
215
- }, _callee2, null, [[2,, 5, 8]]);
215
+ }, _callee2, null, [[1,, 2, 3]]);
216
216
  }));
217
217
  return function (_x) {
218
218
  return _ref5.apply(this, arguments);
@@ -19,12 +19,12 @@ import { isForgeAgentByCreatorType } from '../../common/utils/is-forge-agent';
19
19
  * Derive `AgentAvatar` inputs and visible/accessible labels from raw identity.
20
20
  *
21
21
  * Behaviour:
22
- * - Specialist path (`agentId` is a non-empty string): visible text is the
23
- * supplied `agentName`, omitted entirely if absent (no "Rovo" text next to
24
- * a specialist avatar). Accessible label falls back to the agent id so the
25
- * avatar is never announced as "Rovo".
26
- * - Default Rovo path (no `agentId`): visible and accessible labels are the
27
- * localized default name (typically "Rovo").
22
+ * - Specialist path (`agentId` or `agentNamedId` is a non-empty string):
23
+ * visible text is the supplied `agentName`, omitted entirely if absent (no
24
+ * "Rovo" text next to a specialist avatar). Accessible label falls back to
25
+ * the UUID id, then named id, so the avatar is never announced as "Rovo".
26
+ * - Default Rovo path (no `agentId` or `agentNamedId`): visible and accessible
27
+ * labels are the localized default name (typically "Rovo").
28
28
  * - Forge identity props are gated internally via `rovo_agent_support_a2a_avatar`
29
29
  * so callers don't have to.
30
30
  */
@@ -40,21 +40,25 @@ export function deriveAgentIdentity(_ref) {
40
40
  defaultName = _ref.defaultName;
41
41
  var trimmedAgentId = typeof agentId === 'string' ? agentId.trim() : undefined;
42
42
  var specialistAgentId = trimmedAgentId && trimmedAgentId.length > 0 ? trimmedAgentId : undefined;
43
+ var trimmedAgentNamedId = typeof agentNamedId === 'string' ? agentNamedId.trim() : undefined;
44
+ var specialistAgentNamedId = trimmedAgentNamedId && trimmedAgentNamedId.length > 0 ? trimmedAgentNamedId : undefined;
45
+ var specialistIdentity = specialistAgentId !== null && specialistAgentId !== void 0 ? specialistAgentId : specialistAgentNamedId;
43
46
  var trimmedAgentName = agentName === null || agentName === void 0 ? void 0 : agentName.trim();
44
- var visibleName = specialistAgentId ? trimmedAgentName || undefined : defaultName;
45
- var accessibleName = specialistAgentId ? trimmedAgentName || specialistAgentId : defaultName;
47
+ var visibleName = specialistIdentity ? trimmedAgentName || undefined : defaultName;
48
+ var accessibleName = specialistIdentity ? trimmedAgentName || specialistIdentity : defaultName;
46
49
  var a2aGateOn = fg('rovo_agent_support_a2a_avatar');
47
50
 
48
51
  // Prefer the explicit override; otherwise validate creatorType via the
49
52
  // type guard so the call site doesn't need an unsafe cast.
50
53
  var isForgeAgent = isForgeAgentOverride !== undefined ? isForgeAgentOverride : creatorType && isAgentCreatorType(creatorType) ? isForgeAgentByCreatorType(creatorType) : undefined;
51
54
  return {
55
+ hasSpecialistIdentity: Boolean(specialistIdentity),
52
56
  specialistAgentId: specialistAgentId,
53
57
  visibleName: visibleName,
54
58
  accessibleName: accessibleName,
55
59
  avatarProps: {
56
60
  agentId: specialistAgentId,
57
- agentNamedId: agentNamedId,
61
+ agentNamedId: specialistAgentNamedId,
58
62
  agentIdentityAccountId: agentIdentityAccountId,
59
63
  imageUrl: imageUrl,
60
64
  isForgeAgent: a2aGateOn ? isForgeAgent : undefined,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<1eeebfa3261b48cdd20dc5ec23f13862>>
2
+ * @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
3
3
  * @relayHash c95a4b89f332b56ac41d44591442026c
4
4
  * @lightSyntaxTransform
5
5
  * @nogrep
@@ -177,5 +177,5 @@ var node = function () {
177
177
  }
178
178
  };
179
179
  }();
180
- node.hash = "19dfd01b36565c5a9ddf6cfed9c3594f";
180
+ node.hash = "5f2bdb1cf9fe006560907bc0bd0c1fed";
181
181
  export default node;
@@ -28,7 +28,9 @@ export type AgentIdentityInput = {
28
28
  };
29
29
  /** Derived props ready to forward to AgentAvatar + the visible name slot. */
30
30
  export type DerivedAgentIdentity = {
31
- /** Non-empty agentId when on the specialist path; undefined otherwise. */
31
+ /** True when either UUID id or named id selects the specialist path. */
32
+ hasSpecialistIdentity: boolean;
33
+ /** Non-empty UUID agentId when available; undefined for namedId-only specialists. */
32
34
  specialistAgentId: string | undefined;
33
35
  /** Visible label to render in the hat's text slot, or undefined to omit. */
34
36
  visibleName: string | undefined;
@@ -48,12 +50,12 @@ export type DerivedAgentIdentity = {
48
50
  * Derive `AgentAvatar` inputs and visible/accessible labels from raw identity.
49
51
  *
50
52
  * Behaviour:
51
- * - Specialist path (`agentId` is a non-empty string): visible text is the
52
- * supplied `agentName`, omitted entirely if absent (no "Rovo" text next to
53
- * a specialist avatar). Accessible label falls back to the agent id so the
54
- * avatar is never announced as "Rovo".
55
- * - Default Rovo path (no `agentId`): visible and accessible labels are the
56
- * localized default name (typically "Rovo").
53
+ * - Specialist path (`agentId` or `agentNamedId` is a non-empty string):
54
+ * visible text is the supplied `agentName`, omitted entirely if absent (no
55
+ * "Rovo" text next to a specialist avatar). Accessible label falls back to
56
+ * the UUID id, then named id, so the avatar is never announced as "Rovo".
57
+ * - Default Rovo path (no `agentId` or `agentNamedId`): visible and accessible
58
+ * labels are the localized default name (typically "Rovo").
57
59
  * - Forge identity props are gated internally via `rovo_agent_support_a2a_avatar`
58
60
  * so callers don't have to.
59
61
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<1eeebfa3261b48cdd20dc5ec23f13862>>
2
+ * @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
3
3
  * @relayHash c95a4b89f332b56ac41d44591442026c
4
4
  * @lightSyntaxTransform
5
5
  * @nogrep
@@ -28,7 +28,9 @@ export type AgentIdentityInput = {
28
28
  };
29
29
  /** Derived props ready to forward to AgentAvatar + the visible name slot. */
30
30
  export type DerivedAgentIdentity = {
31
- /** Non-empty agentId when on the specialist path; undefined otherwise. */
31
+ /** True when either UUID id or named id selects the specialist path. */
32
+ hasSpecialistIdentity: boolean;
33
+ /** Non-empty UUID agentId when available; undefined for namedId-only specialists. */
32
34
  specialistAgentId: string | undefined;
33
35
  /** Visible label to render in the hat's text slot, or undefined to omit. */
34
36
  visibleName: string | undefined;
@@ -48,12 +50,12 @@ export type DerivedAgentIdentity = {
48
50
  * Derive `AgentAvatar` inputs and visible/accessible labels from raw identity.
49
51
  *
50
52
  * Behaviour:
51
- * - Specialist path (`agentId` is a non-empty string): visible text is the
52
- * supplied `agentName`, omitted entirely if absent (no "Rovo" text next to
53
- * a specialist avatar). Accessible label falls back to the agent id so the
54
- * avatar is never announced as "Rovo".
55
- * - Default Rovo path (no `agentId`): visible and accessible labels are the
56
- * localized default name (typically "Rovo").
53
+ * - Specialist path (`agentId` or `agentNamedId` is a non-empty string):
54
+ * visible text is the supplied `agentName`, omitted entirely if absent (no
55
+ * "Rovo" text next to a specialist avatar). Accessible label falls back to
56
+ * the UUID id, then named id, so the avatar is never announced as "Rovo".
57
+ * - Default Rovo path (no `agentId` or `agentNamedId`): visible and accessible
58
+ * labels are the localized default name (typically "Rovo").
57
59
  * - Forge identity props are gated internally via `rovo_agent_support_a2a_avatar`
58
60
  * so callers don't have to.
59
61
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @generated SignedSource<<1eeebfa3261b48cdd20dc5ec23f13862>>
2
+ * @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
3
3
  * @relayHash c95a4b89f332b56ac41d44591442026c
4
4
  * @lightSyntaxTransform
5
5
  * @nogrep
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "4.6.0",
3
+ "version": "5.0.0",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {
@@ -41,22 +41,22 @@
41
41
  "dependencies": {
42
42
  "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
43
43
  "@atlaskit/analytics-next": "^11.2.0",
44
- "@atlaskit/avatar": "^25.14.0",
44
+ "@atlaskit/avatar": "^25.15.0",
45
45
  "@atlaskit/button": "^23.11.0",
46
46
  "@atlaskit/css": "^0.19.0",
47
- "@atlaskit/dropdown-menu": "^16.8.0",
48
- "@atlaskit/flag": "^17.11.0",
47
+ "@atlaskit/dropdown-menu": "^16.10.0",
48
+ "@atlaskit/flag": "^17.12.0",
49
49
  "@atlaskit/heading": "^5.4.0",
50
- "@atlaskit/icon": "^35.0.0",
50
+ "@atlaskit/icon": "^35.3.0",
51
51
  "@atlaskit/link": "^3.4.0",
52
52
  "@atlaskit/logo": "^20.1.0",
53
53
  "@atlaskit/platform-feature-flags": "^1.1.0",
54
54
  "@atlaskit/primitives": "^19.0.0",
55
- "@atlaskit/rovo-agent-analytics": "^1.8.0",
55
+ "@atlaskit/rovo-agent-analytics": "^2.0.0",
56
56
  "@atlaskit/skeleton": "^2.1.0",
57
57
  "@atlaskit/spinner": "^19.1.0",
58
- "@atlaskit/tokens": "^13.0.0",
59
- "@atlaskit/tooltip": "^22.2.0",
58
+ "@atlaskit/tokens": "^13.1.0",
59
+ "@atlaskit/tooltip": "^22.5.0",
60
60
  "@babel/runtime": "^7.0.0",
61
61
  "@compiled/react": "^0.20.0",
62
62
  "react-dom": "^18.2.0",
@@ -73,7 +73,8 @@
73
73
  "@atlassian/testing-library": "^0.6.0",
74
74
  "@testing-library/react": "^16.3.0",
75
75
  "@testing-library/user-event": "^14.4.3",
76
- "@types/relay-test-utils": "^18.0.0",
76
+ "@types/relay-test-utils": "^19.0.0",
77
+ "react": "^18.2.0",
77
78
  "react-intl": "^6.6.2",
78
79
  "relay-test-utils": "^20.1.1",
79
80
  "wait-for-expect": "^1.2.0"