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
- Update the tool to version
v0.1.7.
- 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)
Description
After updating from v0.1.3 to v0.1.7, every attempt to run a command triggers a
403 Forbiddenerror 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
v0.1.7.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