Matt Holloway
|
0c5cfc3853
|
Add return ID to CRUD tools (#1074)
* add return ID to crud tools
* Update pkg/github/gists.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update pkg/github/gists.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix gist id to string conv
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-11 09:53:00 +01:00 |
|
Matt Holloway
|
358a415081
|
Add minimal response to CRUD tools, repositories and search toolsets (#988)
* add comprehensive minimal response where appropriate
* remove unneeded comments
* remove incorrect diff param
* update docs
* rm comment
* Update pkg/github/repositories.go
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com>
* update toolsnaps and docs
* change minimal_output to use new OptionalBoolParamWithDefault
* Update pkg/github/repositories.go
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com>
* refactor minimal conversion funcs to minimal_types.go
* consolidate response structs and remove unneeded message field
* consolidate response further
* remove CloneURL field
* Update pkg/github/repositories.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update pkg/github/server.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix undefined
* change incorrect comment
* remove old err var declaration
* Update pkg/github/repositories.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix syntax issue
* update toolsnaps
---------
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-01 18:13:36 +01:00 |
|
Tommaso Moro
|
521d5e9258
|
Bump go-github to v74 (#826)
* update all imports to use v74
* go mod tidy
* update third party licenses
* rename
* autogen licenses
|
2025-08-06 22:11:50 +01:00 |
|
Maximillian Polhill
|
1c6171b24f
|
Feat: Add initial Gist tools (#340)
* Add initial Gist tools: ListGists, CreateGist
* Add UpdateGist tool
* Add documentation for initial Gist tools
---------
Co-authored-by: Matt Holloway <mattdholloway@github.com>
|
2025-07-30 15:12:12 +01:00 |
|