Skip to content

[Bug] NetworkError 403 on GitHub API in v0.1.7 #59

@mateuszstoch

Description

@mateuszstoch

Description

After updating from v0.1.3 to v0.1.7, every attempt to run a command triggers a 403 Forbidden error from the GitHub API related to the automatic update check. The requested commands execute successfully, but the error message is consistently printed to the output.

Steps to Reproduce

  1. Update the tool to version v0.1.7.
  2. Run any command in the terminal.

Expected Behavior

If the automatic update check fails (e.g., due to GitHub API rate limits), it should fail silently or display a properly formatted, subtle warning. It should not print raw error messages that clutter the terminal output.

Actual Behavior

The command completes its task successfully, but always outputs the following error message.

Error Log

error: Failed to check for updates: NetworkError: api request failed with status: 403 - for: "[https://api.github.com](https://api.github.com)"
Environment
Tool Version: v0.1.7 (previously v0.1.3)

OS: macOS 15.7.3 (Build 24G419)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions