Roger Gonzalez
Roger Gonzalez
``` import doctest __test__ = { 'Doctest': doctest } ``` Should be ``` import doctst __test__ = { 'Doctest': doctst } ```
It says "git co " when it should be "git checkout tags/"
Maybe a "requirements.txt" should do.
Hey! This isn’t really an issue; more of a suggestion and a small contribution from my side. I often found myself wanting a quick menu to remind me of the...
Closes #341 Here's the new transient menu! How it looks **outside** the chatgpt-shell buffer:  How it looks in the `chatgpt-shell` buffer (`C-c C-t` by default):  How it looks...
Hi! I often have multiple projects open at the same time, but currently chatgpt-shell uses a single shared chat buffer across all of them. It would be super helpful to...