fix: complete rename from fetch to pup in remaining code references#18
Merged
Merged
Conversation
Complete the project rename started in commit 2901608. Three code references to "fetch"/"Fetch" were missed in the original rename: - internal/version/version.go: BuildInfo() said "Fetch" - pkg/auth/storage/factory.go: Warning message said ~/.config/fetch/ - cmd/auth.go: Help text said "Fetch supports..." All three now correctly reference "pup"/"Pup". Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
📊 Test Coverage ReportThreshold: 80% ✅ Coverage by Package📈 Coverage Status: ✅ PASSED - Coverage meets minimum threshold Updated for commit 956b617 |
platinummonkey
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete the project rename from "fetch" to "pup" started in commit 2901608.
Changes
internal/version/version.go:17- Change "Fetch" to "Pup" in BuildInfo()pkg/auth/storage/factory.go:122- Fix path in warning messagecmd/auth.go:34- Fix help textTesting
pup version- shows "Pup" correctlyRelated
This cleanup enables PR #2 for user agent enhancement to stay focused.