Skip to content

Commit 3b3e885

Browse files
authored
Merge pull request #906 from Codium-ai/tr/self_reflect
Tr/self reflect
2 parents 2b4eac2 + 46e9347 commit 3b3e885

9 files changed

+73
-76
lines changed

README.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -101,40 +101,40 @@ If set to true, the tool will add a section that checks if the PR contains sever
101101

102102
Supported commands per platform:
103103

104-
| | | GitHub | Gitlab | Bitbucket | Azure DevOps |
105-
|-------|-------------------------------------------------------------------------------------------------------------------|:--------------------:|:--------------------:|:--------------------:|:--------------------:|
106-
| TOOLS | Review |||||
107-
| | ⮑ Incremental || | | |
104+
| | | GitHub | Gitlab | Bitbucket | Azure DevOps |
105+
|-------|---------------------------------------------------------------------------------------------------------|:--------------------:|:--------------------:|:--------------------:|:--------------------:|
106+
| TOOLS | Review |||||
107+
| | ⮑ Incremental || | | |
108108
| |[SOC2 Compliance](https://pr-agent-docs.codium.ai/tools/review/#soc2-ticket-compliance) 💎 |||||
109-
| | Describe |||||
109+
| | Describe |||||
110110
| |[Inline File Summary](https://pr-agent-docs.codium.ai/tools/describe#inline-file-summary) 💎 || | | |
111-
| | Improve |||||
112-
| | ⮑ Extended |||||
113-
| | Ask |||||
111+
| | Improve |||||
112+
| | ⮑ Extended |||||
113+
| | Ask |||||
114114
| |[Ask on code lines](https://pr-agent-docs.codium.ai/tools/ask#ask-lines) ||| | |
115-
| | [Custom Suggestions](https://pr-agent-docs.codium.ai/tools/custom_suggestions/) 💎 |||||
115+
| | [Custom Prompt](https://pr-agent-docs.codium.ai/tools/custom_prompt/) 💎 |||||
116116
| | [Test](https://pr-agent-docs.codium.ai/tools/test/) 💎 ||| ||
117-
| | Reflect and Review |||||
118-
| | Update CHANGELOG.md |||||
119-
| | Find Similar Issue || | | |
117+
| | Reflect and Review |||||
118+
| | Update CHANGELOG.md |||||
119+
| | Find Similar Issue || | | |
120120
| | [Add PR Documentation](https://pr-agent-docs.codium.ai/tools/documentation/) 💎 ||| ||
121121
| | [Custom Labels](https://pr-agent-docs.codium.ai/tools/custom_labels/) 💎 ||| ||
122122
| | [Analyze](https://pr-agent-docs.codium.ai/tools/analyze/) 💎 ||| ||
123123
| | [CI Feedback](https://pr-agent-docs.codium.ai/tools/ci_feedback/) 💎 || | | |
124124
| | [Similar Code](https://pr-agent-docs.codium.ai/tools/similar_code/) 💎 || | | |
125-
| | | | | | |
126-
| USAGE | CLI |||||
127-
| | App / webhook |||||
128-
| | Tagging bot || | | |
129-
| | Actions || || |
130-
| | | | | | |
131-
| CORE | PR compression |||||
132-
| | Repo language prioritization |||||
133-
| | Adaptive and token-aware file patch fitting |||||
134-
| | Multiple models support |||||
125+
| | | | | | |
126+
| USAGE | CLI |||||
127+
| | App / webhook |||||
128+
| | Tagging bot || | | |
129+
| | Actions || || |
130+
| | | | | | |
131+
| CORE | PR compression |||||
132+
| | Repo language prioritization |||||
133+
| | Adaptive and token-aware file patch fitting |||||
134+
| | Multiple models support |||||
135135
| | [Static code analysis](https://pr-agent-docs.codium.ai/core-abilities/#static-code-analysis) 💎 |||||
136136
| | [Global and wiki configurations](https://pr-agent-docs.codium.ai/usage-guide/configuration_options/) 💎 |||||
137-
| | [PR interactive actions](https://www.codium.ai/images/pr_agent/pr-actions.mp4) 💎 || | | |
137+
| | [PR interactive actions](https://www.codium.ai/images/pr_agent/pr-actions.mp4) 💎 || | | |
138138
- 💎 means this feature is available only in [PR-Agent Pro](https://www.codium.ai/pricing/)
139139

140140
[//]: # (- Support for additional git providers is described in [here](./docs/Full_environments.md))
@@ -158,7 +158,7 @@ ___
158158
\
159159
**Analyze 💎 ([`/analyze`](https://pr-agent-docs.codium.ai/tools/analyze/))**: Identify code components that changed in the PR, and enables to interactively generate tests, docs, and code suggestions for each component.
160160
\
161-
**Custom Suggestions 💎 ([`/custom_suggestions`](https://pr-agent-docs.codium.ai/tools/custom_suggestions/))**: Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user.
161+
**Custom Prompt 💎 ([`/custom_prompt`](https://pr-agent-docs.codium.ai/tools/custom_prompt/))**: Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user.
162162
\
163163
**Generate Tests 💎 ([`/test component_name`](https://pr-agent-docs.codium.ai/tools/test/))**: Generates unit tests for a selected component, based on the PR code changes.
164164
\

0 commit comments

Comments
 (0)