Open Issues Need Help
View All on GitHubAI Summary: The task is to enhance the `vertex` project, a one-click AI agent setup script using Google Vertex AI and Claude Code, to allow passing user arguments to the `claude` command. This addresses a user request to automate tasks within Claude Code by providing command-line argument support, improving the script's flexibility and usability.
AI Summary: Modify the `flake.nix` file for the `vertex` project to remove the hardcoded Google Cloud Project ID. Instead, implement a mechanism to either prompt the user for their project ID or read it from a configuration file, using a default value if none is provided. This will allow users outside of Juspay to easily use the project without needing to manually override the setting.