Skip to content

Commit

Permalink
docs: Add /implement tool to feature tables and documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
ofir-frd committed Jan 2, 2025
1 parent 2d5daf4 commit 4c82b8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Qodo Merge offers extensive pull request functionalities across various git prov
| | [Similar Code](https://pr-agent-docs.codium.ai/tools/similar_code/) 💎 || | | |
| | [Custom Prompt](https://pr-agent-docs.codium.ai/tools/custom_prompt/) 💎 |||| |
| | [Test](https://pr-agent-docs.codium.ai/tools/test/) 💎 ||| | |
| | [Implement](https://pr-agent-docs.codium.ai/tools/implement/) 💎 || | | |
| | | | | | |
| USAGE | [CLI](https://qodo-merge-docs.qodo.ai/usage-guide/automations_and_usage/#local-repo-cli) |||||
| | [App / webhook](https://qodo-merge-docs.qodo.ai/usage-guide/automations_and_usage/#github-app) |||||
Expand Down
6 changes: 4 additions & 2 deletions docs/docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Qodo Merge offers extensive pull request functionalities across various git prov
| | [Add PR Documentation](./tools/documentation.md){:target="_blank"} 💎 ||| ||
| | [Generate Custom Labels](./tools/describe.md#handle-custom-labels-from-the-repos-labels-page-💎){:target="_blank"} 💎 ||| ||
| | [Analyze PR Components](./tools/analyze.md){:target="_blank"} 💎 ||| ||
| | [Test](https://pr-agent-docs.codium.ai/tools/test/) 💎 ||| | |
| | [Implement](https://pr-agent-docs.codium.ai/tools/implement/) 💎 || | | |
| | | | | ||
| USAGE | CLI |||||
| | App / webhook |||||
Expand All @@ -51,8 +53,8 @@ Qodo Merge offers extensive pull request functionalities across various git prov
| | Adaptive and token-aware file patch fitting |||||
| | Multiple models support |||||
| | Incremental PR review || | | |
| | [Static code analysis](./tools/analyze.md/){:target="_blank"} 💎 || |||
| | [Multiple configuration options](./usage-guide/configuration_options.md){:target="_blank"} 💎 || |||
| | [Static code analysis](./tools/analyze.md/){:target="_blank"} 💎 |||||
| | [Multiple configuration options](./usage-guide/configuration_options.md){:target="_blank"} 💎 |||||

💎 marks a feature available only in [Qodo Merge Pro](https://www.codium.ai/pricing/){:target="_blank"}

Expand Down
15 changes: 8 additions & 7 deletions docs/docs/overview/pr_agent_pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ Here are some of the additional features and capabilities that Qodo Merge Pro of

Here are additional tools that are available only for Qodo Merge Pro users:

| Feature | Description |
|---------|-------------|
| Feature | Description |
|---------------------------------------------------------------------------------------|-------------|
| [**Custom Prompt Suggestions**](https://qodo-merge-docs.qodo.ai/tools/custom_prompt/) | Generate code suggestions based on custom prompts from the user |
| [**Analyze PR components**](https://qodo-merge-docs.qodo.ai/tools/analyze/) | Identify the components that changed in the PR, and enable to interactively apply different tools to them |
| [**Tests**](https://qodo-merge-docs.qodo.ai/tools/test/) | Generate tests for code components that changed in the PR |
| [**PR documentation**](https://qodo-merge-docs.qodo.ai/tools/documentation/) | Generate docstring for code components that changed in the PR |
| [**Improve Component**](https://qodo-merge-docs.qodo.ai/tools/improve_component/) | Generate code suggestions for code components that changed in the PR |
| [**Similar code search**](https://qodo-merge-docs.qodo.ai/tools/similar_code/) | Search for similar code in the repository, organization, or entire GitHub |
| [**Analyze PR components**](https://qodo-merge-docs.qodo.ai/tools/analyze/) | Identify the components that changed in the PR, and enable to interactively apply different tools to them |
| [**Tests**](https://qodo-merge-docs.qodo.ai/tools/test/) | Generate tests for code components that changed in the PR |
| [**PR documentation**](https://qodo-merge-docs.qodo.ai/tools/documentation/) | Generate docstring for code components that changed in the PR |
| [**Improve Component**](https://qodo-merge-docs.qodo.ai/tools/improve_component/) | Generate code suggestions for code components that changed in the PR |
| [**Similar code search**](https://qodo-merge-docs.qodo.ai/tools/similar_code/) | Search for similar code in the repository, organization, or entire GitHub |
| [**Code implementation**](https://qodo-merge-docs.qodo.ai/tools/implement/) | Generates implementation code from review suggestions |


### Supported languages
Expand Down

0 comments on commit 4c82b8a

Please sign in to comment.