nothumanallowed 13.5.29 → 13.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nothumanallowed",
3
- "version": "13.5.29",
3
+ "version": "13.5.30",
4
4
  "description": "NotHumanAllowed — 38 AI agents, 80 tools, Studio (visual agentic workflows). Email, calendar, browser automation, screen capture, canvas, cron/heartbeat, Alexandria E2E messaging, GitHub, Notion, Slack, voice chat, free AI (Liara), 28 languages. Zero-dependency CLI.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/constants.mjs CHANGED
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'url';
5
5
  const __filename = fileURLToPath(import.meta.url);
6
6
  const __dirname = path.dirname(__filename);
7
7
 
8
- export const VERSION = '13.5.29';
8
+ export const VERSION = '13.5.30';
9
9
  export const BASE_URL = 'https://nothumanallowed.com/cli';
10
10
  export const API_BASE = 'https://nothumanallowed.com/api/v1';
11
11
 
@@ -3325,7 +3325,7 @@ var studioAbortController = null;
3325
3325
  var parlActiveAgent = null; // active agent label during parliament streaming
3326
3326
  var parlDoneAgents = {}; // set of completed agent labels during parliament
3327
3327
  var _parlPersistHtml = null; // persists parliament block HTML across tab navigations
3328
- var _PARL_STAMP = '<!--nha-parl-v13.5.29-->';
3328
+ var _PARL_STAMP = '<!--nha-parl-v13.5.30-->';
3329
3329
 
3330
3330
  function stopStudio() {
3331
3331
  if (!studioState.running) return;
@@ -5005,7 +5005,7 @@ async function runStudio() {
5005
5005
  bubbleEl.textContent = actionStr2;
5006
5006
  bubbleEl.style.display = actionStr2 ? \x27\x27 : \x27none\x27;
5007
5007
  bubbleEl.style.borderColor = isActive ? phaseColor : (isDone ? \x27rgba(0,0,0,.25)\x27 : \x27rgba(0,0,0,.15)\x27);
5008
- bubbleEl.style.color = isActive ? phaseColor : (isDone ? \x27#111827\x27 : \x27#6b7280\x27);
5008
+ bubbleEl.style.color = isActive ? \x27#000000\x27 : (isDone ? \x27#111827\x27 : \x27#6b7280\x27);
5009
5009
  bubbleEl.style.background = isActive ? \x27rgba(255,255,255,.95)\x27 : \x27rgba(255,255,255,.82)\x27;
5010
5010
  bubbleEl.style.fontWeight = isActive ? \x27700\x27 : \x27500\x27;
5011
5011
  }
@@ -6592,8 +6592,8 @@ input:focus,textarea:focus{border-color:var(--green3)}
6592
6592
  .iso-orch-wrap.prl-head{animation:isoCharBob 1.4s ease-in-out infinite}
6593
6593
  /* Thought bubble / speech bubble above character */
6594
6594
  .iso-bubble{font-size:9px;font-family:var(--mono);padding:3px 9px;border-radius:12px;border:1px solid #ccc;background:rgba(255,255,255,.9);color:#6b7280;white-space:normal;word-break:break-word;max-width:160px;line-height:1.4;transition:all .25s;pointer-events:none;backdrop-filter:blur(6px);text-align:center}
6595
- .iso-bubble--active{background:#0f172a;border-color:#1d4ed8;color:#dbeafe;animation:isoBubblePop .35s ease;white-space:normal;max-width:160px;word-break:break-word;line-height:1.35}
6596
- .iso-bubble--orch{font-size:9px;padding:3px 9px;border-radius:12px;border-color:#818cf8;color:#a5b4fc;background:rgba(20,15,50,.9)}
6595
+ .iso-bubble--active{background:#ffffff;border-color:#1d4ed8;color:#000000;animation:isoBubblePop .35s ease;white-space:normal;max-width:160px;word-break:break-word;line-height:1.35}
6596
+ .iso-bubble--orch{font-size:9px;padding:3px 9px;border-radius:12px;border-color:#374151;color:#111827;background:rgba(255,255,255,.92)}
6597
6597
  @keyframes isoBubblePop{0%{transform:scale(.8) translateY(4px);opacity:.4}100%{transform:scale(1) translateY(0);opacity:1}}
6598
6598
  .iso-name{font-size:10px;font-family:var(--mono);font-weight:700;letter-spacing:.3px;text-align:center;max-width:160px;white-space:normal;word-break:break-word;line-height:1.3;background:rgba(255,255,255,.85);border-radius:6px;padding:2px 6px;pointer-events:none;backdrop-filter:blur(4px)}
6599
6599
  /* Desks row — kept for boardroom compat */