Back to browse
GitHub Repository

A repository for cody

4 starsTypeScript

Cody – Voice control for Neovim using its own commands, LSP

by jcgr·Jun 20, 2026·4 points·1 comment

AI Analysis

●●●BangerWizardryBig Brain

Routes voice intent to existing Neovim commands instead of rebuilding editor primitives.

Strengths
  • Command adapter architecture exposes native Neovim, LSP, and plugin capabilities to GPT.
  • GPT Realtime integration enables low-latency voice interaction without screen overlays.
  • Works with Telescope, fzf-lua, and other pickers through the existing command surface.
Weaknesses
  • Requires OpenAI API key and Node.js bridge, adding setup complexity.
  • Voice control for editors is a known category with established tools like Talon Voice.
Target Audience

Neovim users, developers with accessibility needs, hands-free coding enthusiasts

Similar To

Talon Voice · Cursor · GitHub Copilot Voice

Post Description

hey HN! This is Cody, I used GPT Realtime and gave it access to nvim and its native tools so you can literally talk instead of writing nvim commands.

It's a prototype still, but the experience is really interesting. This is what I imagine using the soon-to-release Thinking Machines API. Let me know what you think :)

Similar Projects