Skip to content

Commit 65a5ba6

Browse files
committed
Merge remote-tracking branch 'origin/main' into COMPASS-9749
2 parents ec1b89d + a306dc9 commit 65a5ba6

File tree

115 files changed

+4822
-2877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+4822
-2877
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ Jimmy Choi <[email protected]>
111111
112112
Nataly Carbonell <[email protected]>
113113
DarshanaVenkatesh <[email protected]>
114+
Kevin Pamaran <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 181 additions & 362 deletions
Large diffs are not rendered by default.

configs/webpack-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
6767
"babel-loader": "^8.2.5",
6868
"babel-plugin-istanbul": "^5.2.0",
69-
"browserslist": "^4.25.2",
69+
"browserslist": "^4.25.3",
7070
"chalk": "^4.1.2",
7171
"cli-progress": "^3.9.1",
7272
"core-js": "^3.17.3",
7373
"css-loader": "^4.3.0",
74-
"electron": "^37.2.6",
74+
"electron": "^37.4.0",
7575
"html-webpack-plugin": "^5.6.0",
7676
"less": "^3.13.1",
7777
"less-loader": "^10.0.1",

docs/tracking-plan.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Thu, Aug 28, 2025
9+
Generated on Mon, Sep 1, 2025
1010

1111
## Table of Contents
1212

@@ -36,6 +36,10 @@ Generated on Thu, Aug 28, 2025
3636
- [Focus Mode Opened](#event--FocusModeOpenedEvent)
3737
- [View Updated](#event--ViewUpdatedEvent)
3838

39+
### Assistant
40+
41+
- [Assistant Feedback Submitted](#event--AssistantFeedbackSubmittedEvent)
42+
3943
### Atlas
4044

4145
- [Atlas Sign In Error](#event--AtlasSignInErrorEvent)
@@ -124,6 +128,9 @@ Generated on Thu, Aug 28, 2025
124128

125129
### Gen AI
126130

131+
- [Assistant Prompt Submitted](#event--AssistantPromptSubmittedEvent)
132+
- [Assistant Response Failed](#event--AssistantResponseFailedEvent)
133+
- [Assistant Entry Point Used](#event--AssistantEntryPointUsedEvent)
127134
- [AI Opt In Modal Shown](#event--AiOptInModalShownEvent)
128135
- [AI Opt In Modal Dismissed](#event--AiOptInModalDismissedEvent)
129136
- [AI Sign In Modal Shown](#event--AiSignInModalShownEvent)
@@ -613,6 +620,21 @@ builder.
613620
- **connection_id** (optional): `string | undefined`
614621
- The id of the connection associated to this event.
615622

623+
## Assistant
624+
625+
<a name="event--AssistantFeedbackSubmittedEvent"></a>
626+
627+
### Assistant Feedback Submitted
628+
629+
This event is fired when a user submits feedback for the assistant.
630+
631+
**Properties**:
632+
633+
- **feedback** (required): `"positive" | "negative"`
634+
- **text** (optional): `string | undefined`
635+
- **request_id** (required): `string | null`
636+
- **is_compass_web** (optional): `true | undefined`
637+
616638
## Atlas
617639

618640
<a name="event--AtlasSignInErrorEvent"></a>
@@ -1413,6 +1435,40 @@ the query results.
14131435

14141436
## Gen AI
14151437

1438+
<a name="event--AssistantPromptSubmittedEvent"></a>
1439+
1440+
### Assistant Prompt Submitted
1441+
1442+
This event is fired when user enters a prompt in the assistant chat
1443+
and hits "enter".
1444+
1445+
**Properties**:
1446+
1447+
- **user_input_length** (optional): `number | undefined`
1448+
- **is_compass_web** (optional): `true | undefined`
1449+
1450+
<a name="event--AssistantResponseFailedEvent"></a>
1451+
1452+
### Assistant Response Failed
1453+
1454+
This event is fired when the AI response encounters an error.
1455+
1456+
**Properties**:
1457+
1458+
- **error_name** (optional): `string | undefined`
1459+
- **is_compass_web** (optional): `true | undefined`
1460+
1461+
<a name="event--AssistantEntryPointUsedEvent"></a>
1462+
1463+
### Assistant Entry Point Used
1464+
1465+
This event is fired when a user uses an assistant entry point.
1466+
1467+
**Properties**:
1468+
1469+
- **source** (required): `"explain plan" | "performance insights" | "connection error"`
1470+
- **is_compass_web** (optional): `true | undefined`
1471+
14161472
<a name="event--AiOptInModalShownEvent"></a>
14171473

14181474
### AI Opt In Modal Shown

0 commit comments

Comments
 (0)