-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Add opencode-sessions extension #25357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile OverviewGreptile SummaryThis PR adds a new extension for browsing and managing OpenCode sessions directly from Raycast. The implementation is well-structured with proper TypeScript types, error handling, and follows Raycast extension best practices. Key features implemented:
Issues found:
The extension follows all Raycast guidelines including proper Prettier configuration, ESLint setup, changelog format, and auto-generated preference types. Confidence Score: 4/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
27 files reviewed, 1 comment
| title="Open Share Link" | ||
| url={session.share.url} | ||
| icon={Icon.Link} | ||
| shortcut={{ modifiers: ["cmd", "shift"], key: "s" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shortcut conflict: cmd+shift+s is already used for "Summarize" action on line 126. Change this to a different shortcut.
| shortcut={{ modifiers: ["cmd", "shift"], key: "s" }} | |
| shortcut={{ modifiers: ["cmd", "shift"], key: "o" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in ead85e6
Description
Added OpenCode sessions extension for browsing, searching, and managing your OpenCode sessions
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool