Skip to content

v0.5.2

Choose a tag to compare

@chenhg5 chenhg5 released this 02 May 01:08
· 47 commits to main since this release

v0.5.2 — 2026-05-02

Features

  • Web UI: Add agent avatars with customizable images
  • Web UI: Improve skill catalog display and chat state persistence
  • Web UI: Add quick links and agent navigation improvements
  • Web UI: Allow switching between agent chat sessions
  • Web UI: Add ability to hide/show AI assistant widget (right-click to hide)
  • Cron: Add jitter support for heartbeat scheduling
  • Cron: Support custom session ID and fix runCount/sessionId display
  • Docs: Print web links for added documents

Bug Fixes

  • Web UI: Keep agent chat runs alive after client disconnect
  • Security: Redact environment variable values in command logs
  • Security: Improve wakeup condition validation to allow jq expressions while blocking file redirection

Chores

  • Fix fmt.Errorf format string in docker.go