@notebook-intelligence/notebook-intelligence 2.2.0 → 2.2.1

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.
@@ -857,6 +857,7 @@ function SidebarComponent(props) {
857
857
  telemetryEmitter.emitTelemetryEvent({
858
858
  type: TelemetryEventType.ChatRequest,
859
859
  data: {
860
+ chatMode,
860
861
  chatModel: {
861
862
  provider: NBIAPI.config.chatModel.provider,
862
863
  model: NBIAPI.config.chatModel.model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@notebook-intelligence/notebook-intelligence",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "AI coding assistant for JupyterLab",
5
5
  "keywords": [
6
6
  "AI",
@@ -1349,6 +1349,7 @@ function SidebarComponent(props: any) {
1349
1349
  telemetryEmitter.emitTelemetryEvent({
1350
1350
  type: TelemetryEventType.ChatRequest,
1351
1351
  data: {
1352
+ chatMode,
1352
1353
  chatModel: {
1353
1354
  provider: NBIAPI.config.chatModel.provider,
1354
1355
  model: NBIAPI.config.chatModel.model