Skip to content

Commit 0260766

Browse files
blink-so[bot]ioAtif
andcommitted
Fix: Move Gemini CLI to templates directory and remove test file
- Move from registry/matifali/tasks/ to registry/matifali/templates/ - Remove test file as requested - Fix formatting issues with prettier - Update README to reflect template (not tasks) structure Co-authored-by: ioAtif <[email protected]>
1 parent 00b3686 commit 0260766

File tree

3 files changed

+11
-130
lines changed

3 files changed

+11
-130
lines changed

registry/matifali/tasks/gemini-cli/main.test.ts

Lines changed: 0 additions & 125 deletions
This file was deleted.

registry/matifali/tasks/gemini-cli/README.md renamed to registry/matifali/templates/gemini-cli/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
44
icon: ../../../../.icons/gemini.svg
55
verified: 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
3637
Get 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+
8588
The 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+
8892
Ensure your Gemini API key is valid and has the necessary permissions. You can test it manually by running:
93+
8994
```bash
9095
export GEMINI_API_KEY="your-key-here"
9196
gemini "Hello, can you help me?"
9297
```
9398

9499
### Task Reporting Not Working
100+
95101
Make sure the Coder Login module is properly configured and the workspace has network access to the Coder server.
96102

97103
## Support
File renamed without changes.

0 commit comments

Comments
 (0)