fix(copaw): harden Matrix channel routing#989
Merged
shiyiyue1102 merged 1 commit intoJul 4, 2026
Merged
Conversation
Change-Id: Ib4e4d9b3ebf4eadb9a6d136b4e3c289067a66c52
Contributor
📊 CI Metrics ReportSummary
By Role
Per-Test Breakdown
Trends✅ 3 test(s) improved (fewer LLM calls) Generated by HiClaw CI on 2026-07-04 10:23:16 UTC |
Collaborator
Author
|
@maplefeng-a CI is green now. Could you take a look when convenient? |
maplefeng-a
approved these changes
Jul 4, 2026
maplefeng-a
left a comment
Collaborator
There was a problem hiding this comment.
CI is green and the CoPaw-scoped change looks good under the agreed review policy. Approving.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
python3 -m py_compile copaw/src/matrix/channel.py copaw/tests/test_channel_mention.pygit diff --checkuv run --python 3.11 --project copaw pytest tests/test_channel_mention.pywas attempted locally but could not buildpython-olm==3.2.16on this macOS environment because its native libolm build needs unavailable/incompatible local C++ build tooling (cmake/gmake, then clang const assignment failure). GitHub CI should run the normal Linux test environment.