Skip to content

Enhancements to progress output and personal access token handling#4

Merged
bekvbe merged 2 commits intobekvbe:mainfrom
nickgsc:nw-progress-and-pat-enhancements
Jan 13, 2026
Merged

Enhancements to progress output and personal access token handling#4
bekvbe merged 2 commits intobekvbe:mainfrom
nickgsc:nw-progress-and-pat-enhancements

Conversation

@nickgsc
Copy link
Copy Markdown
Contributor

@nickgsc nickgsc commented Jan 12, 2026

What does this PR do?

  • adds CLAUDE.md
  • Uses a personal access token (PAT) and username to authenticate and handles short-lived access token refreshing. this is necessary when dealing with large orgs and repos where the token expiration is shorter than the amount of time needed to make all the necessary API calls. PATs are generally easier to deal with than JWTs as well
  • provides detailed progress output
  • documentation and test updates
  • increases pagination size of api calls to 100 to speed up operations

How to test?

Steps to test the changes.

Checklist:

  • Code is tested
  • Documentation updated (if applicable)

nickgsc and others added 2 commits January 12, 2026 16:29
Reduces the number of API requests needed when fetching repositories
and tags by requesting 100 items per page instead of the default.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown
Owner

@bekvbe bekvbe left a comment

Choose a reason for hiding this comment

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

good to go! thanks for the enhancement

@bekvbe bekvbe merged commit 855c7e2 into bekvbe:main Jan 13, 2026
1 check passed
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.

2 participants