Extension Icon

GitHub

Work with issues, pull requests, manage workflows, search repositories and stay on top of notifications
AvatarRaycast
91,091 Installs
OverviewCommandsVersion History

Versions72

Filter recently closed PRs by last update date - April 16, 2025

  • Fixed a bug where active pull requests could be hidden: the updated filter is now only applied to closed PRs, so all active PRs are always shown in My Pull Requests.

Add support for merge queues and auto-merge - April 15, 2025

  • Adds PR actions for repositories that use merge queues
  • Adds the ability to enable auto-merge
  • Fix codegen lint hook

Add the ability to search for collaborators in the pull request actions - March 19, 2025

  • Add the ability to search for collaborators in the pull request actions, instead of just showing the first 25.

Add repository filtering for menu bar commands - March 11, 2025

  • Add the ability to include or exclude specific repositories from the results for the My Pull Requests and Unread Notifications Menu Bar commands.

Chore - March 10, 2025

  • Fix typo in setting label

✨ AI Enhancements - February 21, 2025

Fix base clone path - January 19, 2025

  • Move baseClonePath to extension root level
  • Fix Clone and Open path

Mark notification as done - January 9, 2025

  • Add a new action to mark a notification as done.

Change menu bar unread style - December 17, 2024

  • Use a new icon with indicator for unread state

Support specifying Git clone protocol - December 12, 2024

  • Added support to specify the Git clone protocol (SSH or HTTPS) in extension preferences.
  • Copy Clone Command and Clone And Open now respect the clone protocol from the preferences.

Update GraphQL generated types - December 9, 2024

  • Updated auto-generated GraphQL codes with the latest schema.

Handle notification icon retrieval error - November 8, 2024

  • Unread Notifications Menu Bar: Display a fallback icon when the notification icon retrieval fails.

Improved options for My Issues - November 4, 2024

  • My Issues Command + Menu Bar: Add a preference that allows showing or hiding issues opened by the user from searches. On by default.

Fix crash when searching visited repositories - October 4, 2024

The issue causing a crash during the "Search Repositories" feature, when two or more repositories had been visited, has been resolved. This problem originated from changes in this pull request.

Fix copy commit tree URL action - September 13, 2024

  • Fix the "Copy Commit Tree URL" action to ensure it correctly copies the commit Tree URL as intended.

Clone Repo Fixes - August 20, 2024

  • #13872: Brought back the feature for Raycast to act as a fast brower to open cloned repo.
  • Re-added Clone Path preference without any default value this time. If no value is provided, user will need to specify directory with the form.
  • If a value for Clone Path preference is specified, the old behavior of cloning the repo (or opening if it exists) is enacted.

Fix capitalization - August 15, 2024

  • Ensured title-style capitalization in action titles.

My Issues and PRs Improvements - August 12, 2024

  • My Issues Command + Menu Bar: Preferences to specify categories to display. Issues opened by the user will always be displayed.
  • My PRs Command + Menu Bar: Preferences to specify categories to display. PRs created by the user will always be displayed.
  • The categories not being displayed will not invoke extra API calls, reducing throttling.
  • My PRs Menu Bar: Removed includeCount options to keep things simple (and in-sync) by just displaying the count of PRs in the categories selected.

Improvements - August 12, 2024

  • Updated IDE icons.

Enhanced Repository Cloning Functionality - August 1, 2024

  • Users can now select both a custom directory and a specific branch for cloned repositories.

Disabled By Default Commands - July 31, 2024

Make the least-used commands disabled by default to avoid an overwhelming initial experience:

  • Create Branch
  • Search Discussions
  • My Discussions

Improvements - July 23, 2024

  • Enhanced the display of repository stars in the Search Repositories command by prefixing the number with a star symbol (★).

Fix copy commit URL action - July 22, 2024

  • Fix the "Copy Commit URL" action to ensure it correctly copies the commit URL as intended.

Repository Improvements - July 12, 2024

  • Adds primary language color and code icon to the accessory for being in-sync with GitHub UI.
  • Adds "Sort By" action for My Latest Repositories with supported options.

Improvements and Fixes - July 8, 2024

  • Adds an action to sort the PRs, issues, discussions and repos.
  • For creating branches with no linked issues, the branch name does not need to start with refs/heads.

Notifications Improvements - July 3, 2024

  • Fixed a bug causing unread notifications to flicker.
  • Updated HUD messages style for unread notification actions in the menu bar command.

Improvements - June 20, 2024

  • PRs: Add an option to omit team review requests from query results.
  • Updated dependencies and removed high-security vulnerabilities.

Fix copy commit hash action - June 17, 2024

  • Fixes an issue where the copy commit hash action incorrectly copied the commit message instead of the commit hash.

"Create Pull Request" command - June 3, 2024

  • Added typeahead search for branch selection in Create PR command.

Add "My Projects" command - April 25, 2024

  • You can now see all of your projects into a single command called My Projects. You can also open/close projects. NOTE: This feature requires you to change the scope of your token to include project permissions. If you use the OAuth login, you will need to log in again to update the token.

Open in Browser as primary action setting - April 22, 2024

  • You can now set Open in Browser as a primary action for Pull Request searches.

Fix various icons and colors - April 22, 2024

  • Fixes icons for issues and pull requests in Notifications and Unread Notifications commands.
  • Standardizes the color for all the accessories in My Pull Requests.
  • Fixes an issue where the pull request icon color for the My Pull Requests Menu Bar was not adjusted for dark mode.
  • Updates icons for Open My Pull Requests and Open My Issues menu items in the My Pull Requests Menu Bar and My Issues Menu Bar commands.

Updated metadata images - April 22, 2024

  • Updated outdated metadata images.

Polish menu bar icon - April 22, 2024

  • Use a new icon with indicator for unread state.
  • Add a new preference item Show unread count to allow user to hide the unread count.

Fix recently closed issue - April 18, 2024

  • Only one issue or one PR was previously shown in My Pull Requests or My Issues. It's not the case anymore!

Opens notification discussion links - April 8, 2024

  • Opens GitHub links for notifications that point to a discussion directly.

Fix icon - April 2, 2024

  • Fixes icon for closed pull requests.

Fix various icons - March 29, 2024

  • Fixes icons for "Closed as not planned" and "Closed as completed" statuses in the My Issues Menu Bar.
  • Fixes workflow icons for statuses other than "succeeded" in the Unread Notifications menu bar command.
  • Changes the icon color of the Unread Notifications menu bar command for better visibility in the light menu bar.

Fix icon color for My Issues Menu Bar - March 22, 2024

  • Fixes an issue where icon colors for the My Issues Menu Bar were not adjusted to the dark mode.

Add "My Issues" command and improve "My Pull Requests" - March 22, 2024

  • You can now see all of your issues into a single command called My Issues. As a result, Created Issues and Open Issues were removed.
  • The Open Issues Menu Bar is now renamed to My Issues Menu Bar and shows more issues such as the ones you created or the ones you were mentioned in.
  • My Pull Requests should also load faster from now on.

Changing repo while creating issue or pull request clears title field - March 21, 2024

  • Fixes an issue where the title is cleared when changing repository for Create Issue and Create Pull Request.

Fix shortcut conflict + npm audit vulnerabilities - March 21, 2024

  • Fixes an issue where the shortcuts for Re-Run Workflow and Delete Run were not rendered.
  • Fixes vulnerabilities reported by npm audit.

Remove Section in Action Panel - March 21, 2024

  • The "Mark as Read" action and its shortcut was not rendered and also did not work. This is because this action was considered a primary action. Removing this section makes the action secondary and it is now rendered and works as expected.

Accept Repository Invitations - March 18, 2024

  • When receiving a repository invite, the "Open in Browser" command failed with an API error. This change fixes the error by making it possible to accept repo invites or open the repo in the browser.

Use buil-in icons for My Pull Requests Menu Bar - February 25, 2024

  • Use Raycast's built-in icons for the My Pull Requests Menu Bar.

Fix repository name after change - February 21, 2024

  • Fixes an issue where a visited repository does not reflect the correct name after being changed on GitHub.

Use OAuth utils - February 15, 2024

  • Use new OAuth utils.

Select categories for My Pull Requests Menu command - February 14, 2024

  • Add preferences to include or not some categories of Pull Requests in the My Pull Requests menu bar command.
  • Add preferences to include or not some categories in the count of the My Pull Requests menu bar command.

Change cancelled workflow run status icon color - February 12, 2024

  • Change cancelled workflow run status icon color to be in line with GitHub's UI.

Open vercel preview on pull requests - December 18, 2023

  • If you have a vercel project, you can now open your preview directly from your pull request.

Mark notification as read without opening it - November 16, 2023

  • You can now mark notification as read in the menu bar without opening the notification by pressing and clicking the notification.

Search Repositories improvements + Fixes - November 6, 2023

  • Add "Archived" and "Fork" tag accessories in the "Search Repositories" results.
  • Hide archived repositories in the different create commands.
  • Sort repositories by last updated.
  • Fix the updated date to use the latest commit push.
  • Fix Open Pull Request menu bar command following GitHub's outage.

Add My Latest Repositories command - November 6, 2023

  • Add a command to show my latest repositories in descending order.

Add Clone and Open command - October 11, 2023

  • Add a command to clone (unless already cloned) and open in the preferred code editor a repository from the seacrh repository results.

Fix menu colors - September 30, 2023

  • Fix menu colors for issues and pr menus.

Fix menu bar notifications - September 6, 2023

  • Fixes an issue where marking all notifications as read wouldn't reset the menu bar notifications count.

Pull request templates - August 8, 2023

  • Support all pull request templates when creating pull requests.

Bug fix - August 7, 2023

  • Fixed a bug (Cannot read properties of null (reading 'name')) which caused the extension to crash.

Added missing value - August 4, 2023

  • Fix missing repo name for non numberTag cases.

Menu Commands - July 18, 2023

  • Add repo name to Unread Notifications Menu.

Menu Commands - July 10, 2023

  • Add Issues Menu Command.
  • Add Pull Requests Menu Command.

Support rerun failed workflow jobs - June 27, 2023

  • Support rerun failed workflow jobs in Workflow Runs command.

Show Issue/PR number in Notification - June 19, 2023

  • Add Issue/PR number in Notification command.

Add more branches to the into field - June 16, 2023

  • Add more branches to the into field in Create Pull Request command (#4642).

Menu bar mark all as read - May 20, 2023

  • Add Mark All as Read command to menu bar action.
  • Fix graphql not being part of devDependencies.

Notifications fixes - April 5, 2023

  • Add issuecomment prefix to read notifications.
  • Don't show success toast when opening a notification.

Clear form fields - January 19, 2023

  • Clear form fields when creating an issue.
  • Clear form fields when creating a pull request.

Add linked branch actions - January 11, 2023

  • Add Create Branch command.
  • Add create, delete branch actions directly from an issue action panel.

Add text colors and tags - December 16, 2022

  • Add colors to review decisions and remove icons to avoid confusion with CI checks.
  • Change primary language and workflow's head branches from texts to tags.

Issue and Pull Requests from repos - November 21, 2022

  • Add actions to show pull requests and issues directly from a repository.
  • Add My Discussions command.
  • Add actions to show discussions of a repository.
  • Use svg icon in Unread Notification menu bar command to be big enough on all screen sizes.
  • Use UserInitiated instead of Background when marking a notification as readed, otherwise the menubar item don't refresh itself and stay out of sync until the next time tick occur.

Search Repositories improvements

  • Hide repositories in "Found Repositories" if they are in "Visited Repositories".
  • Fix notification's icon color for the "Unread Notifications" command.

Added Extension to Store - November 30, 2021

GitHub added to the Raycast Store.