feat(agent): improve Agent Mode sidebar behavior - #745
Open
marksftw wants to merge 1 commit into
Open
Conversation
Deploying maple with
|
| Latest commit: |
c937746
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://97decf1b.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-agent-mode-sidebar-map.maple-ca8.pages.dev |
Contributor
Author
Independent code-review summaryI ran three independent read-only reviews of the latest local follow-up diff from different angles: functional/state correctness, simplicity and scope, and UI interaction/accessibility.
Validated and fixed locally
Validated behavior
Accepted limitationRadix Hover Card makes descendants non-tabbable, so the folder shortcut inside a card is pointer-only. The project menu retains the same keyboard-accessible Open Project Folder action. Replacing the primitive would be substantially more invasive for no functional gain. Verification
No blocker remains in the reviewed local diff. |
marksftw
marked this pull request as ready for review
August 8, 2026 22:49
This was referenced Aug 8, 2026
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
agent-sidebar-changes.mov
Why
The Agent Mode sidebar needed clearer project disclosure behavior, denser task presentation, persistent user preferences, and better visibility into running or unread work while the sidebar is closed.
The apparent delayed click on a project was traced to the six-pixel drag activation threshold: small pointer drift could start a no-op drag and suppress the disclosure click. The threshold is now 10px so normal trackpad clicks are more forgiving while intentional reordering remains available.
Review-driven refinements
These intentionally supersede the original issue wording based on product feedback during local review:
Validation
bun run typecheckbun run lint— 0 errors; 13 existing warningsbun test— 553 passedgit diff --checkMaple.appbuildFixes #738