dougollerenshaw / CodeAIde

A tool for interactively building and running code with AI
MIT License
2 stars 1 forks source link

Improve code popup #20

Closed dougollerenshaw closed 1 month ago

dougollerenshaw commented 1 month ago

Adds line numbers and syntax highlighting to the code editor. Also avoids line wrapping.

Fixes an issue in the chat handler that was preventing the retry logic from working as expected.