Add Chat and Agent mode switch#641
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (12)
📝 WalkthroughWalkthroughChangesWorkspace navigation and session persistence
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant WorkspaceModeSwitch
participant Sidebar
participant AgentMode
participant AgentSessionSelectionMemory
User->>WorkspaceModeSwitch: select workspace mode
WorkspaceModeSwitch->>Sidebar: request mode change
Sidebar->>AgentMode: navigate to agent workspace
AgentMode->>AgentSessionSelectionMemory: resolve remembered session
AgentSessionSelectionMemory-->>AgentMode: return available session
AgentMode->>AgentMode: load and remember selected session
Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Deploying maple with
|
| Latest commit: |
6d69b51
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://efceaf44.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-chat-agent-mode-switch.maple-ca8.pages.dev |
marksftw
force-pushed
the
codex/chat-agent-mode-switch
branch
from
July 16, 2026 21:44
9954ad2 to
5854a3a
Compare
marksftw
force-pushed
the
codex/chat-agent-mode-switch
branch
from
July 16, 2026 22:10
5854a3a to
6d69b51
Compare
marksftw
marked this pull request as ready for review
July 16, 2026 22:15
AnthonyRonning
approved these changes
Jul 17, 2026
AnthonyRonning
left a comment
Contributor
There was a problem hiding this comment.
Looks much better!
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
mode-switch.mov
Testing
bun test— 131 passingbun run typecheckbun run lint— 0 errors (12 existing warnings)bun run buildgit diff --checkCloses #638
Summary by CodeRabbit
New Features
Bug Fixes