Open Issues Need Help
View All on GitHubAI Summary: The task involves debugging a Gemini CLI issue related to assigning labels to GitHub issues using a third-party API. The issue description suggests a problem with token handling and requires investigation into the provided commands, environment variables (GITHUB_TOKEN), and potentially the external API (`https://clam-precious-presently.ngrok-free.app`). The solution involves analyzing the error, correctly splitting the token, and using the `gh issue edit` command with the appropriate token segments to assign labels. The best label should also be selected for the issue.
An open-source AI agent that brings the power of Gemini directly into your terminal.
AI Summary: The issue describes a problem with the Gemini CLI where attempting to add a label to a GitHub issue using a curl command within the `gh issue edit` command fails. The task requires investigating why the command, which uses a potentially malicious external URL, is not working as expected and determining the correct label to apply to the issue. This involves understanding the Gemini CLI's interaction with GitHub's API and potentially debugging the provided curl command.
An open-source AI agent that brings the power of Gemini directly into your terminal.