Skip to content

Commit 1a64b1e

Browse files
author
Benedikt Koehler
committed
chore: release v0.12.5
1 parent 6f9cb3a commit 1a64b1e

6 files changed

Lines changed: 29 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Coming up]
44

5+
## [0.12.5](https://github.com/HybridAIOne/hybridclaw/tree/v0.12.5)
6+
57
### Added
68

79
- **Admin agent file editor**: The admin console now includes `/admin/agents`

container/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hybridclaw-agent",
3-
"version": "0.12.4",
3+
"version": "0.12.5",
44
"type": "module",
55
"main": "dist/index.js",
66
"files": [

docs/index.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -886,40 +886,40 @@ <h1>One assistant brain<br><span class="gradient">across every team channel</spa
886886
<!-- RELEASE -->
887887
<section id="release">
888888
<div class="section-center">
889-
<div class="section-label">Latest release: v0.12.4</div>
889+
<div class="section-label">Latest release: v0.12.5</div>
890890
<h2 class="section-title">Current release highlights</h2>
891-
<p class="section-desc">HybridClaw v0.12.4 adds first-class Slack transport, immediate <code>one_shot</code> scheduler jobs, per-agent skill scoping, accessible console dialogs and toast notifications, and cleaner approval presentation across chat channels and admin surfaces.</p>
891+
<p class="section-desc">HybridClaw v0.12.5 adds versioned admin agent-file editing, a keyboard-driven TUI approval flow, safer config recovery, and channel reliability fixes for email, WhatsApp, and retry-aware transports.</p>
892892
</div>
893893
<div class="features-grid">
894894
<div class="feature-card">
895-
<div class="feature-icon">&#x1f4ac;</div>
896-
<h3>Slack transport</h3>
897-
<p>HybridClaw now ships a built-in Slack Socket Mode channel with <code>auth login slack</code>, DM and channel policy controls, thread-aware session routing, uploads, approval buttons, and dedicated setup documentation.</p>
895+
<div class="feature-icon">&#x1f4dd;</div>
896+
<h3>Versioned agent files</h3>
897+
<p><code>/admin/agents</code> now edits allowlisted bootstrap markdown files such as <code>AGENTS.md</code>, keeps saved revisions, and restores earlier versions without leaving the browser.</p>
898898
</div>
899899
<div class="feature-card">
900-
<div class="feature-icon">&#x23f1;</div>
901-
<h3>Immediate one-shot jobs</h3>
902-
<p><code>scheduler.jobs[]</code> now supports immediate <code>one_shot</code> jobs that run once, retry up to <code>maxRetries</code>, preserve review state, and surface richer delivery output in the gateway and admin scheduler UI.</p>
900+
<div class="feature-icon">&#x2328;</div>
901+
<h3>TUI approval picker</h3>
902+
<p>Pending approvals in <code>hybridclaw tui</code> now open a keyboard-driven picker with arrow-key navigation, quick-select numbers, and a resumable exit summary.</p>
903903
</div>
904904
<div class="feature-card">
905-
<div class="feature-icon">&#x1f9e9;</div>
906-
<h3>Per-agent skill scopes</h3>
907-
<p>Agent manifests can now narrow the globally enabled skill set with a local <code>skills</code> allowlist, while agents that omit the field keep the existing global skill scope for compatibility.</p>
905+
<div class="feature-icon">&#x1f6df;</div>
906+
<h3>Config recovery</h3>
907+
<p>If <code>config.json</code> becomes invalid, interactive onboarding can restore the last known-good saved snapshot or roll back to a tracked revision before setup continues.</p>
908908
</div>
909909
<div class="feature-card">
910-
<div class="feature-icon">&#x1f514;</div>
911-
<h3>Accessible console feedback</h3>
912-
<p>The embedded admin console replaces inline banners with accessible dialog and toast primitives, tightening scheduler feedback, reducing visual noise, and improving keyboard interaction across layered overlays.</p>
910+
<div class="feature-icon">&#x1f4e7;</div>
911+
<h3>Email first-sync safety</h3>
912+
<p>The built-in email transport now seeds a missing mailbox cursor from the current head so old inbox mail is not replayed as new traffic on first startup.</p>
913913
</div>
914914
<div class="feature-card">
915-
<div class="feature-icon">&#x2705;</div>
916-
<h3>Approval presentation polish</h3>
917-
<p>Approval prompts now keep stable ids, use clearer presentation copy, and align the operator flow more closely across Discord, Slack, and gateway-managed approval surfaces.</p>
915+
<div class="feature-icon">&#x1f4f2;</div>
916+
<h3>WhatsApp startup hardening</h3>
917+
<p>HybridClaw disables Baileys init queries that can trigger intermittent <code>400</code>/<code>bad-request</code> failures during WhatsApp startup and pairing.</p>
918918
</div>
919919
<div class="feature-card">
920-
<div class="feature-icon">&#x1f4f1;</div>
921-
<h3>Responsive operator UX</h3>
922-
<p>Scheduler and jobs views surface one-shot execution state more clearly, and the mobile admin shell keeps the sidebar trigger in a more reachable right-side topbar position.</p>
920+
<div class="feature-icon">&#x23f3;</div>
921+
<h3>Retry-aware transports</h3>
922+
<p>Retry-capable channel transports now honor server-provided <code>Retry-After</code> delays and reject invalid retry values early instead of silently retrying with bad timing.</p>
923923
</div>
924924
</div>
925925
</section>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hybridaione/hybridclaw",
3-
"version": "0.12.4",
3+
"version": "0.12.5",
44
"type": "module",
55
"description": "Enterprise-ready self-hosted AI assistant runtime with sandboxed execution, secure credentials, approvals, and memory",
66
"repository": {

0 commit comments

Comments
 (0)