| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR adds a new get_project tool to retrieve a specific project by number and removes pagination parameters from the existing list_projects tool.
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| pkg/github/tools.go | Registers the new GetProject tool in the projects toolset |
| pkg/github/projects.go | Implements GetProject function and removes pagination from ListProjects |
| pkg/github/projects_test.go | Adds comprehensive tests for GetProject and updates ListProjects tests |
| pkg/github/toolsnaps/list_projects.snap | Updates tool snapshot without pagination parameters |
| pkg/github/toolsnaps/get_project.snap | New tool snapshot for GetProject |
| README.md | Updates documentation to include GetProject and remove pagination from ListProjects |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Sorry, something went wrong.
| "readOnlyHint": true | ||
| }, | ||
| "description": "List Projects for a user or organization", | ||
| "description": "List Projects for an user or org", |
There was a problem hiding this comment.
it would be 'a user or organisation' 🫢
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
* Add get_project tool * Remove pagination for now * Fix url formatting * Minor tweaks * Add list project fields tool * Wording
| Back | FazBrowse Home | New Git URL |
This pr:
Implements #44
Implements new projects V2 API. FYI implementation of project tools will use google/go-github when they implement the new API.
Pagination will be added in the next step.