awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
yetone avatar

yetone/avante.nvim

0
View on GitHub↗

Avante.nvim

This project is a Neovim plugin that integrates large language models directly into the text editor to provide conversational programming assistance. It functions as an artificial intelligence coding assistant, enabling users to generate, refactor, and modify source code through natural language prompts and iterative chat sessions.

The extension distinguishes itself by performing in-place code editing, where it applies suggestions directly to the active file buffer using precise diff-based patching. It supports agentic workflows by allowing models to execute shell commands and local scripts, and it maintains context-awareness by indexing project files into vector embeddings. This architecture allows the assistant to retrieve relevant codebase information and documentation to inform its generation and analysis tasks.

Beyond core editing, the plugin includes utilities for managing version control conflicts, estimating token usage and monetary costs, and handling secure API authentication. It provides a provider-agnostic abstraction layer, allowing users to connect to various external intelligence services while customizing prompt templates and repository mapping to suit specific development environments.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Features

  • AI Coding Assistants - Integrates AI to automate code generation and refactoring directly within the editor.
  • Neovim Plugins - Integrates large language models into the Neovim editor for conversational code generation and refactoring.
  • Context-Aware Code Generators - Synthesizes code by analyzing project-wide context and documentation to ensure accuracy.
  • Automated Code Editing Assistants - Applies AI suggestions directly to the active file buffer using precise diff-based patching.
  • Code Editors - Provides an editor extension that connects to artificial intelligence providers for in-place code modifications.
  • AI Assistants - Enables chat-based code interaction similar to Cursor IDE.
  • Extensions and Plugins - Neovim integration modeled after advanced AI editor features.
  • Plugins and Extensions - Neovim plugin that replicates the agentic behavior of advanced AI editors.
  • Code Refactoring Assistants - Automates structural code refactoring based on natural language requirements.
  • Automated Merge Conflict Resolvers - Uses artificial intelligence to intelligently identify and resolve merge conflicts between code branches.
  • AI Provider Integrations - Connects to external AI services via custom API endpoints and authentication methods.
  • Provider Abstractions - Provides a unified interface for communicating with various AI service providers.
  • Editor Buffer Managers - Manages editor buffers to apply AI-generated diffs directly to source files.
  • Repository Context Engines - Analyzes and indexes project structures to provide relevant codebase context to language models.
  • Prompt Orchestration - Orchestrates prompt templates to structure inputs and codebase context for AI models.
  • Prompt Templates - Allows customization of system prompts and project-specific rules to control artificial intelligence behavior.
  • Vector Embeddings - Generates vector embeddings for semantic search and context-aware retrieval across the codebase.
  • Vector Retrieval Systems - Indexes project files to provide relevant codebase information to AI models during generation.
  • Assistant Context Integrations - Retrieves context from local files and documentation to inform AI generation.
  • Agentic Task Orchestration - Provides autonomous agentic workflows for executing shell commands and managing development tasks.
17,967 stars·828 forks·Lua·Apache-2.0·21 views

Star history

Star history chart for yetone/avante.nvimStar history chart for yetone/avante.nvim

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Frequently asked questions

What does yetone/avante.nvim do?

This project is a Neovim plugin that integrates large language models directly into the text editor to provide conversational programming assistance. It functions as an artificial intelligence coding assistant, enabling users to generate, refactor, and modify source code through natural language prompts and iterative chat sessions.

What are the main features of yetone/avante.nvim?

The main features of yetone/avante.nvim are: AI Coding Assistants, Neovim Plugins, Context-Aware Code Generators, Automated Code Editing Assistants, Code Editors, AI Assistants, Extensions and Plugins, Plugins and Extensions.

Which projects share features with yetone/avante.nvim?

Projects with overlapping indexed features include: kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development… microsoft/vscode-copilot-chat — This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for… sylphai-inc/adalflow — AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It… github/docs — GitHub Copilot is an AI-powered development platform designed to integrate large language models directly into coding… editor-code-assistant/eca — This project is an AI-powered development workflow orchestrator that integrates autonomous coding agents directly into… posit-dev/positron — Positron is a data science integrated development environment and AI-powered code editor designed for polyglot…

Projects sharing features with Avante.nvim

These projects share indexed features with Avante.nvim. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kilo-org/kilocodeKilo-Org avatar

    Kilo-Org/kilocode

    15,616View on GitHub↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    TypeScriptaiai-ageai-coding
    View on GitHub↗15,616
  • microsoft/vscode-copilot-chatmicrosoft avatar

    microsoft/vscode-copilot-chat

    9,493View on GitHub↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    TypeScript
    View on GitHub↗9,493
  • sylphai-inc/adalflowSylphAI-Inc avatar

    SylphAI-Inc/AdalFlow

    4,167View on GitHub↗

    AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It serves as a model-agnostic interface and RAG pipeline orchestrator, allowing users to develop ReAct agents that utilize iterative reasoning and external tool execution to solve complex tasks. The project distinguishes itself through a prompt optimization system that uses textual gradient descent to automatically refine prompt templates and few-shot examples. It treats model feedback as a differentiable signal, enabling a form of LLM backpropagation to iteratively improve output

    Python
    View on GitHub↗4,167
  • github/docsgithub avatar

    github/docs

    18,951View on GitHub↗

    GitHub Copilot is an AI-powered development platform designed to integrate large language models directly into coding environments. It functions as an interactive assistant and an agentic workflow orchestrator, enabling developers to automate code generation, perform automated code reviews, and execute complex, multi-step development tasks through natural language prompts. The platform distinguishes itself through its autonomous agent capabilities, which allow for repository-level research, implementation planning, and code modifications across multiple files. It supports a modular architectu

    TypeScriptdocsworks-with-codespaces
    View on GitHub↗18,951
Compare all 30 related projects→