Add documentation for /implement tool in tools section and related files

This commit is contained in:
ofir-frd
2024-12-25 11:34:41 +02:00
parent 12d603fdb4
commit 796b36f0d1
3 changed files with 24 additions and 1 deletions

View File

@ -18,5 +18,5 @@ Here is a list of Qodo Merge tools, each with a dedicated page that explains how
| **💎 [Generate Tests (`/test component_name`](./test.md))** | Automatically generates unit tests for a selected component, based on the PR code changes |
| **💎 [Improve Component (`/improve_component component_name`](./improve_component.md))** | Generates code suggestions for a specific code component that changed in the PR |
| **💎 [CI Feedback (`/checks ci_job`](./ci_feedback.md))** | Automatically generates feedback and analysis for a failed CI job |
| **💎 [Implement (`/implement`](./implement.md))** | Generates implementation code from review suggestions |
Note that the tools marked with 💎 are available only for Qodo Merge Pro users.