Route relay /new through thread actor - #3613
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7e2a485fea
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## feature/integrate #3613 +/- ##
=====================================================
- Coverage 83.47% 83.47% -0.01%
=====================================================
Files 1709 1709
Lines 197842 197842
Branches 23740 23740
=====================================================
- Hits 165145 165142 -3
- Misses 21661 21667 +6
+ Partials 11036 11033 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Issue
Follow-up to #3611 and #3612.
Scope
ChannelConversationThreadGAgentinstead of directly toConversationGAgent.conversation_actor_scope_keyinNyxRelayInboundActivityso thread forwarding preserves tenant-scoped conversation actor ids./newrotates to#session-00000001and subsequent relay messages use the active logical conversation.Verification
dotnet test test/Aevatar.GAgents.ChannelRuntime.Tests/Aevatar.GAgents.ChannelRuntime.Tests.csproj --nologo --filter "NyxIdRelayIngressPortTests|ChannelConversationThreadGAgentTests|ConversationDispatchMiddlewareTests|ChannelConversationTurnRunnerTests|ConversationGAgentRetainedHistoryClearTests"- 174 passedbash tools/ci/test_stability_guards.sh- passedbash tools/ci/architecture_guards.sh- passedNotes
/init/NyxID identity binding remains unchanged;/newonly rotates the backend logical conversation mapping.conversation=lark:dm:<user>#session-00000001andtarget=channel-conversation:lark:dm:<user>#session-00000001:scope:<hash>after/new.Generated with Claude Code.