@nexus-cortex/server 4.37.3 → 4.37.5

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.
@@ -9,7 +9,7 @@ tools:
9
9
  - grep
10
10
  - bash
11
11
  - web_fetch
12
- model: gpt-5-mini
12
+ model: inherit
13
13
  ---
14
14
 
15
15
  # a-frontend-landing-page-designer
@@ -10,7 +10,7 @@ tools:
10
10
  - bash
11
11
  - research_backlog
12
12
  - workspace_manager
13
- model: deepseek-v4-flash
13
+ model: inherit
14
14
  ---
15
15
 
16
16
  # Auto-Research Agent
@@ -5,7 +5,7 @@ tools:
5
5
  - read
6
6
  - glob
7
7
  - grep
8
- model: sonnet
8
+ model: inherit
9
9
  ---
10
10
 
11
11
  # Code Review Agent
@@ -7,7 +7,7 @@ tools:
7
7
  - grep
8
8
  - write
9
9
  - edit
10
- model: gemini-2.5-flash-sdk
10
+ model: inherit
11
11
  ---
12
12
 
13
13
  # context-research-an-agent-that-l
@@ -7,7 +7,7 @@ tools:
7
7
  - edit
8
8
  - glob
9
9
  - grep
10
- model: sonnet
10
+ model: inherit
11
11
  ---
12
12
 
13
13
  # Documentation Writer Agent
@@ -5,7 +5,7 @@ tools:
5
5
  - read
6
6
  - glob
7
7
  - grep
8
- model: haiku
8
+ model: inherit
9
9
  ---
10
10
 
11
11
  # Codebase Explorer Agent
@@ -2,7 +2,7 @@
2
2
  name: plan
3
3
  description: Software architect agent for designing implementation plans. Creates step-by-step plans, identifies critical files, and considers architectural trade-offs.
4
4
  tools: all
5
- model: opus
5
+ model: inherit
6
6
  ---
7
7
 
8
8
  # Software Architect / Planning Agent
@@ -8,7 +8,7 @@ tools:
8
8
  - glob
9
9
  - grep
10
10
  - bash
11
- model: sonnet
11
+ model: inherit
12
12
  ---
13
13
 
14
14
  # Refactoring Agent
@@ -7,7 +7,7 @@ tools:
7
7
  - glob
8
8
  - grep
9
9
  - bash
10
- model: haiku
10
+ model: inherit
11
11
  ---
12
12
 
13
13
  # Test Writer Agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/server",
3
- "version": "4.37.3",
3
+ "version": "4.37.5",
4
4
  "description": "Thin Express server wrapper for Nexus Cortex core library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",