11---
2- display_name : Gemini CLI Tasks
3- description : A Kubernetes workspace template with Gemini CLI for AI-powered coding tasks
2+ display_name : Gemini CLI
3+ description : A Kubernetes workspace template with Gemini CLI for AI-powered coding assistance
44icon : ../../../../.icons/gemini.svg
55verified : false
6- tags : [kubernetes, gemini, ai, google, tasks, node]
6+ tags : [kubernetes, gemini, ai, google, node]
77---
88
9- # Gemini CLI Tasks Template
9+ # Gemini CLI Template
1010
11- A complete Kubernetes workspace template that integrates Google's Gemini CLI for AI-powered coding assistance and automated task execution .
11+ A complete Kubernetes workspace template that integrates Google's Gemini CLI for AI-powered coding assistance.
1212
1313## Features
1414
@@ -28,6 +28,7 @@ A complete Kubernetes workspace template that integrates Google's Gemini CLI for
2828## Parameters
2929
3030### GEMINI_API_KEY (Required)
31+
3132- ** Type** : String (masked input)
3233- ** Description** : Your Gemini API key for accessing Google's AI models
3334- ** Sensitive** : Yes
@@ -36,6 +37,7 @@ A complete Kubernetes workspace template that integrates Google's Gemini CLI for
3637Get your API key from [ Google AI Studio] ( https://aistudio.google.com/app/apikey ) .
3738
3839### AI Prompt (Optional)
40+
3941- ** Type** : String
4042- ** Description** : Task prompt for automated Gemini execution
4143- ** Mutable** : Yes
@@ -82,16 +84,20 @@ Provide a task prompt to enable automated execution:
8284## Troubleshooting
8385
8486### Gemini CLI Not Found
87+
8588The template automatically installs Node.js and npm. If Gemini CLI is not available, check the startup logs in the agent.
8689
8790### API Key Issues
91+
8892Ensure your Gemini API key is valid and has the necessary permissions. You can test it manually by running:
93+
8994``` bash
9095export GEMINI_API_KEY=" your-key-here"
9196gemini " Hello, can you help me?"
9297```
9398
9499### Task Reporting Not Working
100+
95101Make sure the Coder Login module is properly configured and the workspace has network access to the Coder server.
96102
97103## Support
0 commit comments