GitHub - ThePrimeagen/99: Neovim AI agent done right
2 months ago
- #Neovim
- #AI Workflow
- #Productivity
- Completion for skills now requires '@' to begin with.
- Stream scheduled for Jan 30 at 8am MT to discuss '99' in depth.
- Example repo for testing ideal AI workflow for non-skill issue users.
- Prompts are temporary and may be improved; supports TS and Lua.
- Requires opencode installed; Neovim config setup with Lazy.
- Debug logging available; keymaps for functions, visual selections, and stopping requests.
- Custom rules and actions can be defined for behaviors like debugging.
- Autocomplete for rule inclusion in prompts with '@'.
- Bug reports require full debug logs; feature requests not accepted via issues.
- Known issues include long function definitions, comment duplication in Lua/JSDoc, and visual selection sending entire file.
- Potential improvements with Treesitter + LSP for context gathering and faster completions.
- Occasional replacement issues during editing, possibly related to autocomplete.