Skip to content

Add ability to manage and list starred repositories #424

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

LukasPoque
Copy link

Closes: #414

This PR adds three new tools:

  • list_starred_repositories to list all starred repositories
  • is_repository_starred to check if a specific repository is starred by the user
  • toggle_repository_star to enable (un)starring of a specific repository

This functionality is really helpful to guide an LLM-Agent to use preferred repositories by the user.

Currently, there is no support for star lists since they are not exposed via the official API, see this discussion.

@LukasPoque LukasPoque requested a review from a team as a code owner May 22, 2025 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Starred repo support
1 participant