⌂ Home ☷ Board

agent-watch — week 2026-W20

Rolling weekly report. New releases append below as detected.

Week label: 2026-W20 First detection: 2026-05-13T01:40:53.832750+00:00


openclaw v2026.5.12-beta.3 — 2026-05-12T23:38:26Z

Repo: https://github.com/OpenClaw/openclaw Release: https://github.com/openclaw/openclaw/releases/tag/v2026.5.12-beta.3 Detected: 2026-05-13T01:40:53.832750+00:00 Borrowable ideas: 1

Release Review: openclaw v2026.5.12-beta.3

Executive Summary


Load-Bearing Fixes

Fix Worth borrowing? Why
Subagent session nesting UI (#77628) No MC already shows ticket → worker mapping. Visual hierarchy doesn't exist in MC (no nested sessions in current dashboard). Cosmetic only.
Heartbeat wake-up dedup (agents/exec, #66748) Probably If heartbeat.py tick or subagent exec spawns spurious LLM invocations on parent sessions, this pattern matters. Check if Luci's mc_pickup.py dispatch sees duplicate wakeups on ticket → worker completion.
Auto-reply error surfacing (#80917) Yes Luci sends agent-generated Telegram replies. Silent failures (model backend fails, fallback silent) hide real errors from Telegram visibility. Worth adopting: distinguish "side-effect only" (no reply, intended) from "backend died, no fallback" (alert Elmar).
Provider error rewriting (support request IDs, #49401) Maybe Luci handles Kimi/GLM/Gemini/Opus failures via scheduler task error handling. If scheduler task logging doesn't already rewrite generic errors → human-friendly "transient, will retry" copy, worth lifting. Check scheduler.py error logging.

Skip (Not relevant to Luci)


Action

openclaw v2026.5.12-beta.4 — 2026-05-13T04:52:38Z

Repo: https://github.com/OpenClaw/openclaw Release: https://github.com/openclaw/openclaw/releases/tag/v2026.5.12-beta.4 Detected: 2026-05-13T05:00:45.723628+00:00 Borrowable ideas: 2

openclaw v2026.5.12-beta.4 Review

Executive Summary

Features New to openclaw

Worth Borrowing into MC/Luci?

Skip

The release focuses on security hardening and enterprise features that don't align well with Luci's single-agent architecture. The most valuable items are the Telegram HTML rendering and security improvements to link processing.

openclaw v2026.5.12-beta.6 — 2026-05-13T21:00:40Z

Repo: https://github.com/OpenClaw/openclaw Release: https://github.com/openclaw/openclaw/releases/tag/v2026.5.12-beta.6 Detected: 2026-05-14T05:00:51.376895+00:00 Borrowable ideas: 4

## Release Review: openclaw v2026.5.12-beta.6

### Executive Summary
- Enhanced agent session creation and gateway communication protocols improve system reliability
- Centralized config serialization prevents race conditions in concurrent configuration changes
- Streamlined device pairing and session scope management strengthen security and efficiency

### Features New to openclaw
- Agent session creation before first `sessions_send` to prevent target agent startup failures
- Gateway v4 client requirements with explicit chat streaming for real-time updates
- Centralized config serialization with retry logic for concurrent mutations
- Talk session scope passing to AI resolver
- Approval-required device pairing
- Plugin dependency management optimization

### Worth Borrowing into MC/Luci?
- **Agent session creation**: YES - prevents agent-to-agent message failures in mc_pickup
- **Config serialization**: YES - eliminates race conditions in MC ticket operations  
- **Session scope passing**: YES - enhances session-memory-extractor accuracy
- **Device pairing approval**: YES - improves security for Luci access control

### Skip
- iMessage/WhatsApp/Line media handling - multi-platform messaging irrelevant
- Gateway protocol v4 requirements - client-side changes
- GitHub Copilot integration - third-party unrelated
- Node pairing/peer dependencies - enterprise deployment features
- Docker path pinning - container-specific infrastructure
- Plugin code scanning - plugin security optimization

goose v1.34.0 — 2026-05-13T18:19:29Z

Repo: https://github.com/block/goose Release: https://github.com/aaif-goose/goose/releases/tag/v1.34.0 Detected: 2026-05-14T05:01:32.168128+00:00 Borrowable ideas: 5

Goose v1.34.0 Review Report

Executive Summary

Features New to Goose

Worth Borrowing into MC/Luci?

Feature Borrow? Rationale
Hooks support Yes Similar to dev-loop extensibility, allows custom agent behavior
Agents CRUD Yes Replace manual agent management with systematic operations
Projects as sources Yes Leverage existing scheduler tasks for project-based configuration
Auto-updating plugins Yes Complements auto-skill-evolver for automated maintenance
ACP spec compliance Yes Improves integration with existing ACP infrastructure
MCP Apps integration Yes Enhances mc_pickup dispatcher capabilities
Tool chain grouping Yes Better conversation flow for session-memory-extractor
Skills in composer Yes Extends existing skill system to chat interface
Mergeable configs Yes Improves vault.db configuration management

Skip

openclaw v2026.5.14-beta.1 — 2026-05-14T21:31:15Z

Repo: https://github.com/OpenClaw/openclaw Release: https://github.com/openclaw/openclaw/releases/tag/v2026.5.14-beta.1 Detected: 2026-05-15T05:00:50.197336+00:00 Borrowable ideas: 3

openclaw v2026.5.14-beta.1 Review

Executive Summary

Features New to openclaw

Worth Borrowing into MC/Luci?

Skip

goose v1.34.1 — 2026-05-15T00:06:22Z

Repo: https://github.com/block/goose Release: https://github.com/aaif-goose/goose/releases/tag/v1.34.1 Detected: 2026-05-15T05:01:13.530454+00:00 Borrowable ideas: 0

Looking at the goose v1.34.1 release, this appears to be primarily a build infrastructure update rather than functional changes. Let me analyze this:

Release Report: goose v1.34.1

Executive Summary

Features New to goose

Build System Update: Non-Vulkan Linux variants now built using Ubuntu 22.04 base image

Worth Borrowing into MC/Luci?

No - This is build infrastructure configuration that doesn't affect the core functionality of MC/Luci systems (tickets, mc_pickup, scheduler, ccgram, etc.)

Skip

Build system changes - Infrastructure updates for different hardware build configurations are not relevant to the core product functionality

The v1.34.1 release contains no functional changes that would impact MC/Luci operations. The update is purely about build system configuration for supporting non-Vulkan Linux environments, which has no bearing on the existing MC/Luci architecture or capabilities.

openclaw v2026.5.16-beta.1 — 2026-05-16T01:33:34Z

Repo: https://github.com/OpenClaw/openclaw Release: https://github.com/openclaw/openclaw/releases/tag/v2026.5.16-beta.1 Detected: 2026-05-16T05:00:40.906159+00:00 Borrowable ideas: 4

openclaw v2026.5.16-beta.1 Review

Executive Summary - Core improvements to skill caching, config validation, and error handling - Enhanced MCP scoping and multi-language support for onboarding - Several security and reliability fixes for media handling and token reporting

Features New to openclaw - Skill caching across warm gateway turns with config-keyed reuse - MCP server scoping per agent id with default tools approval modes - Telegram group chat ambient turns handling with "room_event" mode - OpenAI token clamping and total token reconstruction

Worth Borrowing into MC/Luci? - Skills caching (yes) - Would improve mc_pickup performance by reducing redundant skill snapshot builds - MCP scoping (yes) - Enhances security for MC's existing MCP server integration with agent-specific access - Token handling (yes) - Fixes token calculation issues in ccgram and dev-loop response processing
- Config validation (yes) - Strengthens vault.db validation against malformed entries - Media sniffing (no) - MC doesn't handle untrusted file uploads directly - Hook wait budgets (no) - Not applicable to MC's simpler architecture

Skip - Localization features (English/Chinese wizard flows - UI polish only) - Plugin release metadata (enterprise tooling not relevant) - Trajectory export (support bundle feature) - Config doctor allowFrom fixes (addressed differently in MC)

hermes-agent v2026.5.16 — 2026-05-16T18:55:27Z

Repo: https://github.com/NousResearch/hermes-agent Release: https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.16 Detected: 2026-05-17T05:00:26.341894+00:00 Borrowable ideas: 3

```markdown

Hermes Agent v0.14.0 Review for MC/Luci

Executive Summary

New Load-Bearing Features

  1. OpenAI-compatible local proxy - yes, enables MC tools (Aider/Codex) to use existing OAuth auth without API keys
  2. Debloating + tiered installation - yes, reduces installation overhead aligns with MC's lightweight principle
  3. Microsoft Teams end-to-end - no, MC doesn't need Teams integration, ccgram handles messaging
  4. x_search Twitter tool - no, MC doesn't require social media search capabilities
  5. Cross-session 1h prompt caching - no, session-memory-extractor handles persistence needs
  6. computer_use cua-driver backend - no, MC doesn't need computer control integration
  7. Unified pluggable video_generate - no, outside MC's scope of agent operations
  8. Supply-chain safety scanning - yes, valuable for dependency security in dev-loop
  9. OpenRouter Pareto Code router - no, auto-skill-evolver handles code routing needs

Skip (Not Relevant)

openclaw v2026.5.16-beta.4 — 2026-05-17T04:22:09Z

Repo: https://github.com/OpenClaw/openclaw Release: https://github.com/openclaw/openclaw/releases/tag/v2026.5.16-beta.4 Detected: 2026-05-17T05:01:00.724675+00:00 Borrowable ideas: 4

openclaw v2026.5.16-beta.4 Release Review

Executive Summary

Features New to openclaw

Worth Borrowing into MC/Luci?

Skip