feat: Add OVHcloud SHAI AI Agent

This commit is contained in:
Elias TOURNEUX
2025-11-06 13:55:17 -05:00
parent e6d6f3cdee
commit e976080cbf
7 changed files with 43 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ Specify supports multiple AI agents by generating agent-specific command files a
| **CodeBuddy CLI** | `.codebuddy/commands/` | Markdown | `codebuddy` | CodeBuddy CLI |
| **Amazon Q Developer CLI** | `.amazonq/prompts/` | Markdown | `q` | Amazon Q Developer CLI |
| **Amp** | `.agents/commands/` | Markdown | `amp` | Amp CLI |
| **SHAI** | `.shai/commands/` | Markdown | `shai` | SHAI CLI |
### Step-by-Step Integration Guide
@@ -311,6 +312,7 @@ Require a command-line tool to be installed:
- **Amazon Q Developer CLI**: `q` CLI
- **CodeBuddy CLI**: `codebuddy` CLI
- **Amp**: `amp` CLI
- **SHAI**: `shai` CLI
### IDE-Based Agents
@@ -323,7 +325,7 @@ Work within integrated development environments:
### Markdown Format
Used by: Claude, Cursor, opencode, Windsurf, Amazon Q Developer, Amp
Used by: Claude, Cursor, opencode, Windsurf, Amazon Q Developer, Amp, SHAI
```markdown
---