Open Issues Need Help
View All on GitHubAI Summary: Create an AGENTS.md file for a Google Tasks CLI tool repository, outlining general coding rules, repository structure, dependency installation, testing instructions, and pull request formatting guidelines. The file should be structured using XML tags to separate sections.
AI Summary: Debug and fix the authentication process for a Google Tasks CLI client. The current implementation fails in headless environments due to the deprecation of the OOB authentication method. The solution needs to handle authentication without a graphical browser, potentially using a CLI browser like `lynx` or `curl`, or a multi-threaded approach to handle the authentication redirect URL. The goal is to enable the `gtask list` command to function correctly.
AI Summary: Debug and fix a Google Tasks CLI authentication issue causing a "400 Invalid Request" error. This involves modifying the authentication flow in the `auth.py` file to correctly handle credential storage and refresh, updating project dependencies, and testing the `gtasks list` command.