nexarch 0.9.29 → 0.9.30

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.
@@ -119,6 +119,7 @@ export function findClientProfile(registry, code) {
119
119
  const aliases = {
120
120
  "continue": "continue-dev",
121
121
  "claude": "claude-code",
122
+ "codex": "codex-cli",
122
123
  };
123
124
  const resolved = aliases[normalized] ?? normalized;
124
125
  return registry.mcpClientProfiles.find((c) => c.code === resolved) ?? null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexarch",
3
- "version": "0.9.29",
3
+ "version": "0.9.30",
4
4
  "description": "Your architecture workspace for AI delivery.",
5
5
  "keywords": [
6
6
  "nexarch",