One-click AI agent setup through Google Vertex AI Platform

2 Open Issues Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
good first issue

One-click AI agent setup through Google Vertex AI Platform

Nix

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.

Complexity: 3/5
good first issue

One-click AI agent setup through Google Vertex AI Platform

Nix