by dtnewman on 4/24/25, 4:33 PM with 38 comments
by submeta on 4/24/25, 5:10 PM
I do this ever since I switched to a Mac in 2015 and my history has over 60,000 lines. So that’s basically my knowledge base :)
But your project looks nice. Will check out.
by AvieDeckard on 4/24/25, 7:44 PM
by chrisco23 on 4/24/25, 5:23 PM
raise ValueError("OPENAI_BASE_URL and OPENAI_API_KEY must be set. Try running `zev --setup`.") ValueError: OPENAI_BASE_URL and OPENAI_API_KEY must be set. Try running `zev --setup`
even when I run (for example) set -x ZEV_USE_OLLAMA 1; zev 'show all files and all permissions'
by arjie on 4/24/25, 5:58 PM
Recently some of my friends reported that it just wants to do comments and I've noticed that it actually biases towards that nowadays, so I start it with something to get it kicked off.
I've been managing to try to figure out what in the prompt makes it like that, but for the moment that little workaround gives me both the comment and the command in my history so it's easier to r-i-search for it.
https://x.com/arjie/status/1575201117595926530
You just set up copilot for neovim normally and set it as your EDITOR. https://wiki.roshangeorge.dev/index.php/AI_Completion_In_The...
by CGamesPlay on 4/24/25, 11:56 PM
Instead of being a separate command, I released a set of key bindings you can push that start the LLM prompt with your current command line, and if you successfully accept the suggestion, replace your command line with the result, bypassing the manual clipboard step, and making it so that the result goes into your shell history as a normal command.
by 0x696C6961 on 4/24/25, 5:07 PM
by arp242 on 4/24/25, 8:44 PM
by Bishonen88 on 4/25/25, 10:32 AM
Looks like cw from aws
by sathishvj on 4/25/25, 8:28 AM
by badmonster on 4/25/25, 6:46 AM
by latchkey on 4/24/25, 8:31 PM
by wapxmas on 4/24/25, 6:10 PM
by tzury on 4/25/25, 12:35 AM
by regnull on 4/24/25, 5:35 PM
It uses locally hosted (or remote) LLMs to create and execute shell commands that you describe. You can go as far as writing "shell scripts" in natural language.
by imzadi on 4/24/25, 8:22 PM