Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Feat: Add initial Gist tools#340

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
xodene wants to merge3 commits intomain
base:main
Choose a base branch
Loading
fromxodene/feat-gists-tools-start

Conversation

xodene
Copy link
Member

@xodenexodene commentedApr 23, 2025
edited
Loading

Feature: Initial tools for managing Gists.

  • ListGists

list_gists

  • Description: List gists for a user.
  • Parameters:
    • username (string, optional): GitHub username (omit for authenticated user's gists).
    • since (string, optional): Only gists updated after this time (ISO 8601 timestamp).
    • page (number, optional): Page number.
    • perPage (number, optional): Results per page.
image
  • CreateGist
    Description: Create a new gist.
  • Parameters:
    • description (string, optional): Description of the gist.
    • filename (string, required): Filename for gist file
    • content (string, required): Content for gist file
    • public (boolean, optional): Whether the gist is public (default: false).
image
  • UpdateGist

update_gist

  • Description: Update an existing gist.
  • Parameters:
    • gist_id (string, required): ID of the gist to update.
    • description (string, optional): Updated description of the gist.
    • filename (string, required): Filename to update or create.
    • content (string, required): Content for the file.

The screenshot below demostrates editing an existing Gist with the new content from the opened file
image

Closes:#183

eranco74 reacted with rocket emoji
@xodenexodeneforce-pushed thexodene/feat-gists-tools-start branch from668de2c to2eb1887CompareMay 1, 2025 22:09
@xodenexodene marked this pull request as ready for reviewMay 1, 2025 22:30
@CopilotCopilotAI review requested due to automatic review settingsMay 1, 2025 22:30
@xodenexodene requested a review froma team as acode ownerMay 1, 2025 22:30
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@eranco74
Copy link
Contributor

This is great.
Mind adding listStarredGists and deleteGist while you are at it?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

GIST tools
2 participants
@xodene@eranco74

[8]ページ先頭

©2009-2025 Movatter.jp