This commit is contained in:
Paul Gauthier 2024-12-11 20:24:08 -08:00
parent 11512c6281
commit 2b7ee271df
4 changed files with 223 additions and 205 deletions

View file

@ -26,6 +26,7 @@ cog.out(text)
### main branch
- Use `# ... AI?` comments to ask questions about your code.
- New `--multiline` flag makes ENTER a soft newline and META-ENTER send the message, by @miradnanali.
- Added "flash" alias for Gemini 2.0 Flash experimental model.
- Improved clipboard error handling with helpful messages.