You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="section-desc">HybridClaw v0.11.0 adds an OpenAI-compatible local gateway API, approval allowlists, a dark-mode admin console, channel setup guides, and release automation.</p>
891
+
<pclass="section-desc">HybridClaw v0.12.0 adds managed local eval workflows, nightly dream memory consolidation controls, browser-based skill authoring, a Brevo email plugin, and new long-lived knowledge skills.</p>
892
892
</div>
893
893
<divclass="features-grid">
894
894
<divclass="feature-card">
895
895
<divclass="feature-icon">💬</div>
896
-
<h3>OpenAI-compatible gateway API</h3>
897
-
<p>Loopback-scoped <code>/v1/models</code> and <code>/v1/chat/completions</code>endpoints let local tools and editors talk to HybridClaw through an OpenAI-compatible surface with streaming replies and usage reporting.</p>
896
+
<h3>Managed local eval workflows</h3>
897
+
<p><code>hybridclaw eval</code> and local <code>/eval</code>can point benchmark harnesses at the loopback OpenAI-compatible gateway, with managed <code>tau2</code> runs, a native <code>terminal-bench-2.0</code> runner, detached logs, and progress summaries.</p>
898
898
</div>
899
899
<divclass="feature-card">
900
900
<divclass="feature-icon">✅</div>
901
-
<h3>Approval allowlists</h3>
902
-
<p>Workspace approval allowlists and the <code>/approve always</code>alias make it easier to persist trust decisions across local chat, TUI, and gateway approval flows without weakening the default approval model.</p>
901
+
<h3>Dream memory consolidation</h3>
902
+
<p>Local TUI and web sessions now expose <code>dream on|off|now</code>for nightly consolidation, startup catch-up after downtime, and on-demand workspace memory cleanup reporting.</p>
903
903
</div>
904
904
<divclass="feature-card">
905
905
<divclass="feature-icon">🌙</div>
906
-
<h3>Dark-mode console</h3>
907
-
<p>The embedded admin console now supports dark mode, improved dropdown controls, and cleaner iconography, while the web chat UI adds slash-command suggestions and better mobile behavior.</p>
906
+
<h3>Admin skill authoring</h3>
907
+
<p>The embedded admin console can create local skills from a form or ZIP upload, applies scanner checks before publish, and groups the catalog by normalized skill categories for easier operator review.</p>
908
908
</div>
909
909
<divclass="feature-card">
910
910
<divclass="feature-icon">📚</div>
911
-
<h3>Channel setup guides</h3>
912
-
<p>The maintainer docs now include explicit setup walkthroughs for Discord, email, WhatsApp, iMessage, and Microsoft Teams, including slash-command equivalents and restart guidance.</p>
911
+
<h3>Email and knowledge workflows</h3>
912
+
<p>The repo now ships the <code>brevo-email</code> plugin for per-agent email routing plus bundled <code>llm-wiki</code>and <code>zettelkasten</code> skills for persistent research and note-system maintenance.</p>
913
913
</div>
914
914
<divclass="feature-card">
915
915
<divclass="feature-icon">🚀</div>
916
916
<h3>Release automation</h3>
917
-
<p>Release workflows now publish npm packages through OIDC trusted publishing, with tighter handling for pre-release dist-tags, packaged runtime images, and public install paths.</p>
917
+
<p>Release workflows now ship these runtime, docs, and plugin changes together through the tagged npm and container publication path, keeping public install artifacts aligned with the repository state.</p>
0 commit comments