Conversation
Review Summary by QodoAdd sidebar project pinning with Codex.app state compatibility
WalkthroughsDescription• Add Codex.app-compatible pinned project state via pinnedProjectIds • Expose Pin/Unpin project actions in sidebar project menu • Render pinned projects above regular projects while preserving project order • Persist pinned state through workspace roots state and global configuration Diagramflowchart LR
A["Project Menu"] -->|Pin/Unpin| B["setProjectPinned"]
B -->|Update State| C["pinnedProjectIds"]
C -->|Persist| D["Workspace Roots State"]
D -->|Save| E["Global State File"]
C -->|Reorder| F["orderGroupsWithPinnedProjects"]
F -->|Render| G["Sidebar Display"]
File Changes1. src/api/codexGateway.ts
|
Code Review by Qodo
1.
|
Summary
Verification
Performance audit