A tool-use-focused LLM plugin for neovim.

4 Open Issues Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue

A tool-use-focused LLM plugin for neovim.

TypeScript

AI Summary: Enhance the magenta.nvim plugin by adding relevant context information (date, time, location, OS, versions, cwd, etc.) to the system prompt when a new thread is spawned. This will improve the LLM's understanding of the context in which it's operating.

Complexity: 3/5
enhancement good first issue

A tool-use-focused LLM plugin for neovim.

TypeScript

AI Summary: Implement a new view within the Neovim plugin, magenta.nvim, to display and manage Model Context Protocol (MCP) servers and their associated tools. This view should provide a hierarchical display of servers, tools, descriptions, and allow for enabling/disabling individual tools. The view should be integrated into the existing thread overview within the plugin.

Complexity: 4/5
enhancement good first issue

A tool-use-focused LLM plugin for neovim.

TypeScript

AI Summary: Enhance the magenta.nvim plugin to allow users to provide custom prompts for MCP tools, improving their discoverability and usage by the LLM agent. This involves adding a `toolPrompt` key to the `mcpServers` configuration, mapping tool names to custom prompts that will be appended to the tool's description.

Complexity: 3/5
enhancement good first issue

A tool-use-focused LLM plugin for neovim.

TypeScript