From 7aa3d1287665c5447480ac35f37733bc03c081c2 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Wed, 26 Mar 2025 08:41:56 +0200 Subject: [PATCH 1/2] Add codebase references screenshot to company_codebase documentation --- docs/docs/core-abilities/company_codebase.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/core-abilities/company_codebase.md b/docs/docs/core-abilities/company_codebase.md index 6a746e82..8f09586a 100644 --- a/docs/docs/core-abilities/company_codebase.md +++ b/docs/docs/core-abilities/company_codebase.md @@ -40,6 +40,9 @@ enable_rag=true +References from the codebase will be shown in a collapsible bookmark, allowing you to easily access relevant code snippets: +![implement2](https://codium.ai/images/pr_agent/company_codebase_references.png){width=640} + ## Limitations ### Querying the codebase presents significant challenges: From 1d57dd744382c66606fa5261b86c8dc88fefcb94 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Wed, 26 Mar 2025 08:44:11 +0200 Subject: [PATCH 2/2] Update image alt text in company_codebase documentation --- docs/docs/core-abilities/company_codebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core-abilities/company_codebase.md b/docs/docs/core-abilities/company_codebase.md index 8f09586a..1496ca0a 100644 --- a/docs/docs/core-abilities/company_codebase.md +++ b/docs/docs/core-abilities/company_codebase.md @@ -41,7 +41,7 @@ enable_rag=true References from the codebase will be shown in a collapsible bookmark, allowing you to easily access relevant code snippets: -![implement2](https://codium.ai/images/pr_agent/company_codebase_references.png){width=640} +![References](https://codium.ai/images/pr_agent/company_codebase_references.png){width=640} ## Limitations