mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00

- Introduced a new core abilities page detailing the "Chat on code suggestions" feature, including setup, activation, and usage patterns. - Removed the corresponding section from the improve tool documentation to avoid duplication. - Updated the core abilities index and mkdocs navigation to include the new page. - Improved formatting in the implement tool documentation for clarity and consistency.
2.5 KiB
2.5 KiB
Core Abilities
Qodo Merge utilizes a variety of core abilities to provide a comprehensive and efficient code review experience. These abilities include:
- Auto best practices
- Chat on code suggestions
- Code validation
- Compression strategy
- Dynamic context
- Fetching ticket context
- Impact evaluation
- Incremental Update
- Interactivity
- Local and global metadata
- RAG context enrichment
- Self-reflection
- Static code analysis
Blogs
Here are some additional technical blogs from Qodo, that delve deeper into the core capabilities and features of Large Language Models (LLMs) when applied to coding tasks. These resources provide more comprehensive insights into leveraging LLMs for software development.
Code Generation and LLMs
- Effective AI code suggestions: less is more
- State-of-the-art Code Generation with AlphaCodium – From Prompt Engineering to Flow Engineering
- RAG for a Codebase with 10k Repos
Development Processes
- Understanding the Challenges and Pain Points of the Pull Request Cycle
- Introduction to Code Coverage Testing