Conversation
|
Codex review: needs maintainer review before merge. Summary Reproducibility: not applicable. this is a changelog placement PR, so the relevant check is release chronology rather than a runtime reproduction path. The release commit predates both referenced merge commits. Real behavior proof Next step before merge Security Review detailsBest possible solution: Land the changelog-only move after maintainer review so post- Do we have a high-confidence way to reproduce the issue? Not applicable: this is a changelog placement PR, so the relevant check is release chronology rather than a runtime reproduction path. The release commit predates both referenced merge commits. Is this the best way to solve the issue? Yes. Moving only the two post-release bullets to What I checked:
Likely related people:
Codex review notes: model gpt-5.5, reasoning high; reviewed against cbcca6e55ff7. |
d8f03b4 to
2f4a0f3
Compare
2f4a0f3 to
1bd228f
Compare
|
Merged via squash.
Thanks @openperf! |
…ainer-hardening * origin/main: (843 commits) docs(changelog): relocate openclaw#77046 and openclaw#77280 entries from 2026.5.3 to Unreleased (openclaw#77728) docs: reorder unreleased changelog fix: expose ollama thinking profile before activation (openclaw#77617) (thanks @yfge) fix: expose ollama thinking profile before activation test(gateway): preserve dispatch timers in waiter test(gateway): keep startup context timer live docs: document cache-friendly activity helper ci: install ffmpeg for Mantis media previews fix: avoid impossible device token rotation advice (openclaw#77688) (thanks @Conan-Scott) docs(changelog): note doctor device pairing advice fix fix(doctor): avoid impossible device token rotation advice ci: use Crabbox media previews for Mantis docs: filter maintainer-owned triage noise test: cover GitHub activity helper fix(session-file-repair): drop null-role message entries instead of preserving them (openclaw#77288) fix: prune orphan session artifacts perf: reduce GitHub activity cache misses fix: cache session list model resolution (openclaw#77650) (thanks @ragesaq) ci: embed Mantis desktop previews fix(replay-history): drop trailing stream-error placeholder before provider send (openclaw#77287) ... # Conflicts: # CHANGELOG.md
…rom 2026.5.3 to Unreleased (openclaw#77728) Merged via squash. Prepared head SHA: 1bd228f Co-authored-by: openperf <80630709+openperf@users.noreply.github.com> Co-authored-by: openperf <80630709+openperf@users.noreply.github.com> Reviewed-by: @openperf
Summary
PRs #77046 and #77280 were merged after the 2026.5.3 release was cut, so their CHANGELOG entries should appear under
## Unreleased(targeting the next release) rather than inside the already-published## 2026.5.3block.This commit moves both lines from the tail of
## 2026.5.3 → ### Fixesto the tail of## Unreleased → ### Fixes. No wording changes.Verification
git diffshows exactly 2 lines removed from## 2026.5.3and 2 lines appended to## Unreleasedpnpm exec oxfmt --check --threads=1 CHANGELOG.md— format OK