v0.9.0: rename plugin nvim-agentic-companion → nvim-agentic

This commit is contained in:
Oleks
2026-05-22 11:59:59 +03:00
parent f18c8410ad
commit 29e4c31bd7
6 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "nvim-agentic-companion",
"version": "0.8.0",
"name": "nvim-agentic",
"version": "0.9.0",
"description": "Neovim companion that pairs the running editor (via mcp-neovim-server) with the official Claude Code IDE plugin (coder/claudecode.nvim). Provides an opinionated agent and skills for introspecting your live nvim state (buffers, keymaps, diagnostics, plugins), driving it on your behalf (open files, run keymaps, execute lua), and handing work cleanly to the in-editor Claude Code session for buffer edits.",
"author": {
"name": "oleks",