clementine-agent 1.13.0 → 1.13.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.
@@ -15938,7 +15938,7 @@ function switchTab(group, tab) {
15938
15938
  }
15939
15939
  if (group === 'settings') {
15940
15940
  if (tab === 'general' && typeof refreshSettings === 'function') refreshSettings();
15941
- if (tab === 'integrations') { refreshSalesforce(); refreshComposioConnections(); refreshToolPreferences(); }
15941
+ if (tab === 'integrations') { refreshSalesforce(); refreshComposioConnections(); refreshToolPreferences(); refreshMcpServers(); refreshClaudeIntegrations(); }
15942
15942
  if (tab === 'remote') refreshRemoteAccess();
15943
15943
  if (tab === 'security') refreshAuthSessions();
15944
15944
  if (tab === 'projects' && typeof refreshProjects === 'function') refreshProjects();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clementine-agent",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Clementine — Personal AI Assistant (TypeScript)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",