@gitlab/duo-ui 10.3.0 → 10.4.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,3 +1,10 @@
1
+ # [10.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.3.0...v10.4.0) (2025-07-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **agenticDuoChat:** update chat branding to GitLab Duo Agentic Chat ([f64bcaa](https://gitlab.com/gitlab-org/duo-ui/commit/f64bcaa345e567818e9d6ff84724a2ac06bd6c1e))
7
+
1
8
  # [10.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.2.0...v10.3.0) (2025-07-08)
2
9
 
3
10
 
@@ -12,11 +12,11 @@ import DuoChatThreads from '../chat/components/duo_chat_threads/duo_chat_threads
12
12
  import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
13
13
 
14
14
  const i18n = {
15
- CHAT_DEFAULT_TITLE: translate('AgenticDuoChat.chatDefaultTitle', 'GitLab Duo Chat'),
15
+ CHAT_DEFAULT_TITLE: translate('AgenticDuoChat.chatDefaultTitle', 'GitLab Duo Agentic Chat'),
16
16
  CHAT_HISTORY_TITLE: translate('AgenticDuoChat.chatHistoryTitle', 'Chat history'),
17
17
  CHAT_DISCLAMER: translate('AgenticDuoChat.chatDisclamer', 'Chat can autonomously change code. Responses and changes can be inaccurate. Review carefully.'),
18
- CHAT_EMPTY_STATE_TITLE: translate('AgenticDuoChat.chatEmptyStateTitle', '👋 I am GitLab Duo Chat, your personal AI-powered assistant. How can I help you today?'),
19
- CHAT_PROMPT_PLACEHOLDER_DEFAULT: translate('AgenticDuoChat.chatPromptPlaceholderDefault', 'GitLab Duo Chat'),
18
+ CHAT_EMPTY_STATE_TITLE: translate('AgenticDuoChat.chatEmptyStateTitle', '👋 I am GitLab Duo Agentic Chat, your personal AI-powered assistant. How can I help you today?'),
19
+ CHAT_PROMPT_PLACEHOLDER_DEFAULT: translate('AgenticDuoChat.chatPromptPlaceholderDefault', 'GitLab Duo Agentic Chat'),
20
20
  CHAT_PROMPT_PLACEHOLDER_WITH_COMMANDS: translate('AgenticDuoChat.chatPromptPlaceholderWithCommands', 'Type /help to learn more'),
21
21
  CHAT_SUBMIT_LABEL: translate('AgenticDuoChat.chatSubmitLabel', 'Send chat message.'),
22
22
  CHAT_CANCEL_LABEL: translate('AgenticDuoChat.chatCancelLabel', 'Cancel'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/duo-ui",
3
- "version": "10.3.0",
3
+ "version": "10.4.0",
4
4
  "description": "Duo UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -32,7 +32,7 @@ import DuoChatHeader from '../chat/components/duo_chat_header/duo_chat_header.vu
32
32
  import DuoChatThreads from '../chat/components/duo_chat_threads/duo_chat_threads.vue';
33
33
 
34
34
  export const i18n = {
35
- CHAT_DEFAULT_TITLE: translate('AgenticDuoChat.chatDefaultTitle', 'GitLab Duo Chat'),
35
+ CHAT_DEFAULT_TITLE: translate('AgenticDuoChat.chatDefaultTitle', 'GitLab Duo Agentic Chat'),
36
36
  CHAT_HISTORY_TITLE: translate('AgenticDuoChat.chatHistoryTitle', 'Chat history'),
37
37
  CHAT_DISCLAMER: translate(
38
38
  'AgenticDuoChat.chatDisclamer',
@@ -40,11 +40,11 @@ export const i18n = {
40
40
  ),
41
41
  CHAT_EMPTY_STATE_TITLE: translate(
42
42
  'AgenticDuoChat.chatEmptyStateTitle',
43
- '👋 I am GitLab Duo Chat, your personal AI-powered assistant. How can I help you today?'
43
+ '👋 I am GitLab Duo Agentic Chat, your personal AI-powered assistant. How can I help you today?'
44
44
  ),
45
45
  CHAT_PROMPT_PLACEHOLDER_DEFAULT: translate(
46
46
  'AgenticDuoChat.chatPromptPlaceholderDefault',
47
- 'GitLab Duo Chat'
47
+ 'GitLab Duo Agentic Chat'
48
48
  ),
49
49
  CHAT_PROMPT_PLACEHOLDER_WITH_COMMANDS: translate(
50
50
  'AgenticDuoChat.chatPromptPlaceholderWithCommands',
package/translations.js CHANGED
@@ -6,13 +6,13 @@ export default {
6
6
  'AgenticDuoChat.chatDefaultPredefinedPromptsCloneRepository': 'How do I clone a repository?',
7
7
  'AgenticDuoChat.chatDefaultPredefinedPromptsCreateTemplate': 'How do I create a template?',
8
8
  'AgenticDuoChat.chatDefaultPredefinedPromptsForkProject': 'How do I fork a project?',
9
- 'AgenticDuoChat.chatDefaultTitle': 'GitLab Duo Chat',
9
+ 'AgenticDuoChat.chatDefaultTitle': 'GitLab Duo Agentic Chat',
10
10
  'AgenticDuoChat.chatDisclamer':
11
11
  'Chat can autonomously change code. Responses and changes can be inaccurate. Review carefully.',
12
12
  'AgenticDuoChat.chatEmptyStateTitle':
13
- '👋 I am GitLab Duo Chat, your personal AI-powered assistant. How can I help you today?',
13
+ '👋 I am GitLab Duo Agentic Chat, your personal AI-powered assistant. How can I help you today?',
14
14
  'AgenticDuoChat.chatHistoryTitle': 'Chat history',
15
- 'AgenticDuoChat.chatPromptPlaceholderDefault': 'GitLab Duo Chat',
15
+ 'AgenticDuoChat.chatPromptPlaceholderDefault': 'GitLab Duo Agentic Chat',
16
16
  'AgenticDuoChat.chatPromptPlaceholderWithCommands': 'Type /help to learn more',
17
17
  'AgenticDuoChat.chatSubmitLabel': 'Send chat message.',
18
18
  'AgenticToolApprovalFlow.defaultDescription':