-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for /implement tool in tools section and related files
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Overview | ||
|
||
The `implement` tool automatically generates implementation code based on PR review suggestions. | ||
It combines LLM capabilities with static code analysis to help developers implement code changes quickly and with confidence. | ||
|
||
|
||
To use the tool, manually invoke it by commenting in any PR discussion that contains code suggestions: | ||
``` | ||
/implement | ||
``` | ||
|
||
## Example usage | ||
|
||
Invoke the tool manually by commenting `/implement` on any PR review discussion. | ||
The tool will generate code implementation for the selected discussion: | ||
|
||
![implement1](https://codium.ai/images/pr_agent/implement1.png){width=768} | ||
|
||
|
||
**Notes** <br> | ||
- Languages that are currently supported by the tool: Python, Java, C++, JavaScript, TypeScript, C#. <br> | ||
- Use `/implement <discuttion comment URL>` to indirectly call the tool. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters