Add logical new conversation command - #3612
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: dd93ad5093
ℹ️ 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>
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 #3612 +/- ##
=====================================================
+ Coverage 83.45% 83.47% +0.01%
=====================================================
Files 1709 1709
Lines 197728 197842 +114
Branches 23735 23740 +5
=====================================================
+ Hits 165016 165145 +129
+ Misses 21670 21661 -9
+ Partials 11042 11036 -6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Issue
Closes #3611
Scope
/resetfrom retained-history clear command handling./clearscoped to clearing the current conversation retained transcript window./newas a private-chat command that rotates the physical channel chat to a fresh logical conversation actor.ChannelConversationThreadGAgentstate/command/event contract for durable active logical conversation routing.Verification
dotnet test test/Aevatar.GAgents.ChannelRuntime.Tests/Aevatar.GAgents.ChannelRuntime.Tests.csproj --nologo --filter "ConversationDispatchMiddlewareTests|ConversationGAgentRetainedHistoryClearTests|ChannelConversationTurnRunnerTests"- 170 passedbash tools/ci/test_stability_guards.sh- passedbash tools/ci/architecture_guards.sh- failed on existing NyxID conformance declaration:src/Aevatar.Mainnet.Host.Api/Hosting/MainnetHostBuilderExtensions.csdiffers from declared revision; this PR does not modify that fileNotes
Generated with Claude Code.