Rare find

Vim LLM Agent. Ask an AI assistant to write and fix code right inside your text editor.

github.com/CoderCookE/vim-llm-agent

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2026
  • Fix context generation
  • Fix failing tests
  • Merge pull request #57 from CoderCookE/ec/repo-rename
  • refactor: centralize conversation history parsing logic
  • feat: add timestamp metadata to summary file generation
  • Fix summary and compaction
  • linter
  • style: format tools.py with black and fix history size default
  • refactor: add backward-compatible llm_agent_* config naming
  • fix: restore persona integration and improve UI interactions
  • refactor: standardize configuration access with get_config() utility
  • fix: enable tool approval by default for security
  • fix: address PR#57 review comments - use get_config() and fix docs
  • fix: support new g:llm_agent_* variable names in Python code
  • fix: use project directory for debug logs and add cross-platform support
  • fix: force redraw before approval dialogs to ensure visibility
  • fix: disable tool approval during automated summary/context generation
  • fix: use correct .vim-llm-agent/ directory for context and summary files
  • docs: update README to use new vim-llm-agent naming
  • feat: rename to vim-llm-agent with full backwards compatibility