@nex-ai/nex 0.1.44 → 0.1.45

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.
Files changed (68) hide show
  1. package/dist/commands/dispatch.js +84 -0
  2. package/dist/commands/dispatch.js.map +1 -1
  3. package/dist/commands/setup.js +3 -0
  4. package/dist/commands/setup.js.map +1 -1
  5. package/dist/lib/installers.js +57 -1
  6. package/dist/lib/installers.js.map +1 -1
  7. package/dist/lib/platform-detect.d.ts +1 -1
  8. package/dist/lib/platform-detect.js +29 -0
  9. package/dist/lib/platform-detect.js.map +1 -1
  10. package/dist/mcp/channel.d.ts +6 -10
  11. package/dist/mcp/channel.js +86 -54
  12. package/dist/mcp/channel.js.map +1 -1
  13. package/dist/mcp/server.js +2 -0
  14. package/dist/mcp/server.js.map +1 -1
  15. package/dist/mcp/tools/notifications.d.ts +3 -0
  16. package/dist/mcp/tools/notifications.js +53 -0
  17. package/dist/mcp/tools/notifications.js.map +1 -0
  18. package/dist/plugin/adapters/cline-capture.d.ts +7 -0
  19. package/dist/plugin/adapters/cline-capture.js +25 -0
  20. package/dist/plugin/adapters/cline-capture.js.map +1 -0
  21. package/dist/plugin/adapters/cline-recall.d.ts +7 -0
  22. package/dist/plugin/adapters/cline-recall.js +30 -0
  23. package/dist/plugin/adapters/cline-recall.js.map +1 -0
  24. package/dist/plugin/adapters/cline-task-start.d.ts +7 -0
  25. package/dist/plugin/adapters/cline-task-start.js +30 -0
  26. package/dist/plugin/adapters/cline-task-start.js.map +1 -0
  27. package/dist/plugin/adapters/cursor-recall.d.ts +7 -0
  28. package/dist/plugin/adapters/cursor-recall.js +31 -0
  29. package/dist/plugin/adapters/cursor-recall.js.map +1 -0
  30. package/dist/plugin/adapters/cursor-session-start.d.ts +7 -0
  31. package/dist/plugin/adapters/cursor-session-start.js +30 -0
  32. package/dist/plugin/adapters/cursor-session-start.js.map +1 -0
  33. package/dist/plugin/adapters/cursor-stop.d.ts +7 -0
  34. package/dist/plugin/adapters/cursor-stop.js +25 -0
  35. package/dist/plugin/adapters/cursor-stop.js.map +1 -0
  36. package/dist/plugin/adapters/windsurf-capture.d.ts +7 -0
  37. package/dist/plugin/adapters/windsurf-capture.js +25 -0
  38. package/dist/plugin/adapters/windsurf-capture.js.map +1 -0
  39. package/dist/plugin/adapters/windsurf-recall.d.ts +7 -0
  40. package/dist/plugin/adapters/windsurf-recall.js +31 -0
  41. package/dist/plugin/adapters/windsurf-recall.js.map +1 -0
  42. package/dist/plugin/config.js +1 -1
  43. package/dist/plugin/config.js.map +1 -1
  44. package/dist/plugin/shared.d.ts +39 -0
  45. package/dist/plugin/shared.js +380 -0
  46. package/dist/plugin/shared.js.map +1 -0
  47. package/package.json +1 -1
  48. package/platform-plugins/windsurf-workflows/{nex-ask.md → nex:ask.md} +1 -1
  49. package/platform-plugins/windsurf-workflows/nex:notify.md +12 -0
  50. package/platform-plugins/windsurf-workflows/{nex-remember.md → nex:remember.md} +1 -1
  51. package/platform-plugins/windsurf-workflows/{nex-search.md → nex:search.md} +1 -1
  52. package/platform-rules/aider-conventions.md +9 -0
  53. package/platform-rules/cline-rules.md +9 -0
  54. package/platform-rules/codex-agents.md +59 -0
  55. package/platform-rules/continue-rules.md +9 -0
  56. package/platform-rules/cursor-rules.md +9 -0
  57. package/platform-rules/kilocode-rules.md +9 -0
  58. package/platform-rules/opencode-agents.md +9 -0
  59. package/platform-rules/vscode-instructions.md +9 -0
  60. package/platform-rules/windsurf-rules.md +9 -0
  61. package/platform-rules/zed-rules.md +9 -0
  62. package/plugin-commands/{entities.md → nex:entities.md} +1 -1
  63. package/plugin-commands/nex:notify.md +18 -0
  64. /package/plugin-commands/{integrate.md → nex:integrate.md} +0 -0
  65. /package/plugin-commands/{recall.md → nex:recall.md} +0 -0
  66. /package/plugin-commands/{register.md → nex:register.md} +0 -0
  67. /package/plugin-commands/{remember.md → nex:remember.md} +0 -0
  68. /package/plugin-commands/{scan.md → nex:scan.md} +0 -0
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -2,7 +2,7 @@
2
2
  description: Search for entities (people, companies, topics) in Nex knowledge base
3
3
  ---
4
4
  Search for entities matching: $ARGUMENTS
5
- If no query provided, respond: "Usage: /entities <search query>"
5
+ If no query provided, respond: "Usage: /nex:entities <search query>"
6
6
 
7
7
  Use the `mcp__nex__query_context` tool with the query.
8
8
  From the response, extract the `entity_references` array.
@@ -0,0 +1,18 @@
1
+ ---
2
+ description: Manage notifications, preferences, and custom notification rules in Nex
3
+ ---
4
+ Manage Nex notifications based on: $ARGUMENTS
5
+
6
+ If no arguments or "list" provided, list recent notifications using `mcp__nex__get_notifications`.
7
+
8
+ If arguments include "preferences", show current notification settings using `mcp__nex__get_notification_preferences`.
9
+
10
+ If arguments include "set-frequency" followed by a number, update the polling frequency using `mcp__nex__set_notification_preferences` with `frequency_minutes` set to that number.
11
+
12
+ If arguments include "rule create" followed by a description, create a custom notification rule using `mcp__nex__create_notification_rule` with the description.
13
+
14
+ If arguments include "rule list", list all custom rules using `mcp__nex__list_notification_rules`.
15
+
16
+ If arguments include "rule delete" followed by an ID, delete the rule using `mcp__nex__delete_notification_rule`.
17
+
18
+ Format results clearly. For notifications, highlight type, importance, and content. For rules, show description and active status.
File without changes
File without changes