@yemi33/minions 0.1.209 → 0.1.210

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.210 (2026-04-02)
4
+
5
+ ### Dashboard
6
+ - dashboard/js/settings.js
7
+
3
8
  ## 0.1.209 (2026-04-02)
4
9
 
5
10
  ### Dashboard
@@ -62,7 +62,7 @@ async function openSettings() {
62
62
  '<option value="default"' + ((c.permissionMode) === 'default' ? ' selected' : '') + '>Default — prompt for every tool (agents WILL hang — not recommended)</option>' +
63
63
  '</select>' +
64
64
  '<div id="set-permissionMode-warn" style="font-size:9px;margin-top:4px;padding:4px 8px;border-radius:4px;' + ((c.permissionMode && c.permissionMode !== 'bypassPermissions') ? 'display:block;background:rgba(248,81,73,0.1);color:var(--red)' : 'display:none') + '">' +
65
- '\u26A0 Agents run as background processes with no terminal. Non-bypass modes will cause agents to hang waiting for approval that can never arrive. Use Allowed Tools to restrict what agents can do instead.' +
65
+ '\u26A0 Tools listed in Allowed Tools above are auto-approved even in non-bypass modes. Agents will only hang if they try to use a tool NOT on that list (e.g. MCP tools). In bypass mode, all tools are approved automatically.' +
66
66
  '</div>' +
67
67
  '</div>' +
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.209",
3
+ "version": "0.1.210",
4
4
  "description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
5
5
  "bin": {
6
6
  "minions": "bin/minions.js"