Been messing around with https://omp.sh as a substitute for OpenCode's harness. It certainly has a lot going on, but it's going to take me some time to understand it. One interesting experience: the very first message you read when you fire up omp is "Press ? to view keyboard shortcuts". But when you press ?, nothing happens. This is a failure mode unique to AI coding. Apparently the functionality was there, and got removed, and they are spending 3 weeks trying to add it back: https://github.com/can1357/oh-my-pi/issues/1614 This is an extremely poor first impression, despite the tool otherwise being very impressive. Weird experience (and I still don't know what shortcuts to use...the best I found was https://github.com/can1357/oh-my-pi/blob/main/docs/keybin... UPDATE 27 Jun: Issue closed, this turned out to be nothing more than a dev forgetting to remove that help line. You're supposed to use /hotkeys now. Amazing how much difference attention-to-detail makes.