hyperclaw 5.2.7 → 5.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.
- package/dist/agents-routing-Cee7wrfi.js +398 -0
- package/dist/agents-routing-uNzqjgOr.js +6 -0
- package/dist/api-key-validation-DydlUth1.js +64 -0
- package/dist/api-keys-guide-DqRGa4x7.js +149 -0
- package/dist/audit-CX5poVMR.js +445 -0
- package/dist/bounty-tools-BoU1NN5N.js +211 -0
- package/dist/chat-C07wF0mM.js +494 -0
- package/dist/claw-tasks-BLqd1a0Q.js +80 -0
- package/dist/config-BlLlJ6Er.js +7 -0
- package/dist/config-SgDxKyfV.js +261 -0
- package/dist/cost-tracker-CgEXyEtz.js +103 -0
- package/dist/credentials-store-1LDtNReY.js +89 -0
- package/dist/credentials-store-BFxEJR00.js +7 -0
- package/dist/cron-tasks-1E6wKpTv.js +85 -0
- package/dist/daemon-B13UIqvL.js +7 -0
- package/dist/daemon-CzOW-1PS.js +421 -0
- package/dist/delivery-B8YGmrq5.js +4 -0
- package/dist/delivery-DWsU6gx-.js +95 -0
- package/dist/destructive-gate-bnkroJWG.js +101 -0
- package/dist/engine-ByQ-0sWM.js +7 -0
- package/dist/engine-gnMjO743.js +327 -0
- package/dist/env-resolve-BdagnXhK.js +151 -0
- package/dist/env-resolve-NEtsGacw.js +10 -0
- package/dist/gmail-watch-setup-Brkj94Sy.js +42 -0
- package/dist/heartbeat-engine-D6oSpgxx.js +89 -0
- package/dist/hyperclawbot-DzP_v3iA.js +516 -0
- package/dist/inference-BHJFPEKL.js +8 -0
- package/dist/inference-vweXyh27.js +2854 -0
- package/dist/knowledge-graph-yeMPBPP8.js +134 -0
- package/dist/loader-BXYJl25e.js +6 -0
- package/dist/loader-gTdKBwiI.js +410 -0
- package/dist/logger-C3ZCDSkc.js +86 -0
- package/dist/manager-BI3izlRG.js +120 -0
- package/dist/manager-CQ3MWNHY.js +250 -0
- package/dist/mcp-CklaYr_6.js +142 -0
- package/dist/mcp-loader-9v8eUsNI.js +93 -0
- package/dist/memory-auto-Bow9u_L7.js +306 -0
- package/dist/memory-auto-CgBAI8mm.js +5 -0
- package/dist/memory-integration-CveUEI3V.js +91 -0
- package/dist/moltbook-xP7VXKlX.js +81 -0
- package/dist/node-urDjajMt.js +226 -0
- package/dist/nodes-registry-Cd4eWw80.js +52 -0
- package/dist/oauth-flow-Bt-LaRHV.js +148 -0
- package/dist/oauth-provider-CVTKgj35.js +111 -0
- package/dist/observability-lwYm4aoB.js +89 -0
- package/dist/onboard-BV5Poocl.js +13 -0
- package/dist/onboard-UiynbNQy.js +3909 -0
- package/dist/orchestrator-DMZkAVa5.js +189 -0
- package/dist/orchestrator-rVGu7yYr.js +6 -0
- package/dist/osint-chat-Hn8qpsC1.js +836 -0
- package/dist/osint-f9DeXT6j.js +283 -0
- package/dist/pending-approval-CHUZ_qT6.js +22 -0
- package/dist/run-main.js +68 -65
- package/dist/runner-B9xANekJ.js +1274 -0
- package/dist/security--17Fxo5Z.js +4 -0
- package/dist/security-DP1qtJfL.js +90 -0
- package/dist/server-DUDXqJSo.js +1365 -0
- package/dist/server-ha59nA8a.js +4 -0
- package/dist/skill-runtime-BRp2D8Jb.js +5 -0
- package/dist/skill-runtime-C8bNwKwz.js +104 -0
- package/dist/src-B8LzGLSY.js +63 -0
- package/dist/src-DUoc6_kn.js +458 -0
- package/dist/sub-agent-tools-CldaMfd5.js +39 -0
- package/dist/tool-policy-DtGf3Ifq.js +189 -0
- package/dist/tts-elevenlabs-1zWD3QJw.js +64 -0
- package/dist/vision-DV2ubVjr.js +167 -0
- package/dist/vision-tools-Cb86uMdh.js +5 -0
- package/dist/vision-tools-DlnxaZjg.js +51 -0
- package/dist/voice-transcription-BolTT_HG.js +170 -0
- package/package.json +4 -1
- package/static/chat.html +9 -3
package/static/chat.html
CHANGED
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
<!-- INPUT -->
|
|
140
140
|
<div class="input-wrap">
|
|
141
141
|
<form class="input-row" id="form">
|
|
142
|
-
<textarea id="input" rows="1" placeholder="
|
|
142
|
+
<textarea id="input" rows="1" placeholder="Your AI assistant awaits — type a message and press Enter to send · HyperClaw" autocomplete="off"></textarea>
|
|
143
143
|
<button type="submit" id="send-btn">↑</button>
|
|
144
144
|
</form>
|
|
145
|
-
<div class="input-hint">🦅
|
|
145
|
+
<div class="input-hint">🦅 HyperClaw · <span id="model-hint">—</span></div>
|
|
146
146
|
</div>
|
|
147
147
|
|
|
148
148
|
<script>
|
|
@@ -270,17 +270,23 @@
|
|
|
270
270
|
if (last) last.appendChild(t);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
+
let workingTicker = null;
|
|
273
274
|
function addTyping() {
|
|
274
275
|
welcomeEl.style.display = 'none';
|
|
275
276
|
const row = document.createElement('div');
|
|
276
277
|
row.className = 'msg-row assistant';
|
|
277
278
|
row.id = 'typing-row';
|
|
278
|
-
|
|
279
|
+
let sec = 0;
|
|
280
|
+
row.innerHTML = '<div class="msg-avatar">🦅</div><div class="msg-bubble" style="padding:14px 18px"><span class="typing-dot"></span><span class="typing-dot"></span><span class="typing-dot"></span> <span id="working-text" style="margin-left:8px;color:var(--text2);font-size:12px">Working (0s)</span></div>';
|
|
279
281
|
messagesEl.appendChild(row);
|
|
280
282
|
messagesEl.scrollTop = messagesEl.scrollHeight;
|
|
283
|
+
workingTicker = setInterval(() => {
|
|
284
|
+
sec++; const el = document.getElementById('working-text'); if (el) el.textContent = 'Working (' + sec + 's)';
|
|
285
|
+
}, 1000);
|
|
281
286
|
}
|
|
282
287
|
|
|
283
288
|
function removeTyping() {
|
|
289
|
+
if (workingTicker) { clearInterval(workingTicker); workingTicker = null; }
|
|
284
290
|
document.getElementById('typing-row')?.remove();
|
|
285
291
|
}
|
|
286
292
|
|