Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: split command routing changelog follow-up
  • Loading branch information
steipete committed Jul 6, 2026
commit 39f03a090c0511484c5f8513ce73d0018681b008
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Docs: https://docs.openclaw.ai

### Fixes

- **Plugin slash-command routing:** keep whitespace after `/` attached to active registered plugin commands, so inputs such as `/ pair qr` stay on the deterministic pairing path instead of falling through to an agent turn. (#98262) Thanks @brokemac79.
- **Source build portability:** keep tsdown configuration self-contained so builds do not depend on resolving the tsdown package from unrun's temporary module directory.
- **Gateway event dispatch:** catch and log lazy subscriber setup and handler failures instead of leaking unhandled promise rejections. (#100401) Thanks @cxbAsDev.
- **Diffs rendering:** render viewer and image output from one SSR preload, preserve language-pack highlighting through hydration, normalize language hints case-insensitively, skip identical before/after inputs with an explicit `changed` result, report truthful file-render and input errors, cache hash-pinned viewer runtimes, and prefer canonical file settings over stale aliases. (#100487)
Expand Down
Loading