agent-mp 0.4.14 → 0.4.15

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.
@@ -233,7 +233,7 @@ function detectModels(cliName) {
233
233
  }
234
234
  catch { }
235
235
  }
236
- return [`run: ${cliName} --login`];
236
+ return ['coder-model'];
237
237
  }
238
238
  default: return ['default'];
239
239
  }
@@ -73,7 +73,7 @@ function detectModels(cliName) {
73
73
  }
74
74
  catch { }
75
75
  }
76
- return [`run: ${cliName} --login`];
76
+ return ['coder-model'];
77
77
  }
78
78
  default:
79
79
  return ['default'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-mp",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "Deterministic multi-agent CLI orchestrator — plan, code, review",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",