@mrrlin-dev/external-agents 0.2.7 → 0.2.8

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 (2) hide show
  1. package/package.json +1 -1
  2. package/ui.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrrlin-dev/external-agents",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "One MCP server for every LLM you talk to — direct-API dispatcher across Gemini, DeepSeek, Groq, OpenRouter, Cerebras, and more. Part of mrrlin.com.",
5
5
  "type": "module",
6
6
  "main": "server.js",
package/ui.js CHANGED
@@ -242,8 +242,8 @@ async function submitSuggest() {
242
242
  url ? "**Docs / setup URL:** " + url : "**Docs / setup URL:** _(none provided)_",
243
243
  "",
244
244
  "---",
245
- "_Submitted via 'external-agents ui' — the local dashboard's \"Missing your model?\" form._",
246
- ].join("\n");
245
+ '_Submitted via \\'external-agents ui\\' — the local dashboard\\'s Missing-your-model form._',
246
+ ].join('\\n');
247
247
  const issueUrl =
248
248
  "https://github.com/mrrlin-dev/external-agents/issues/new?" +
249
249
  "labels=missing-model" +