- Fixed response waiting at userscript
- Simplified userscript
- Added debug switch to show DirtyGPT status and actions:
-d:dirtyGptDebugLvl={0-2}
at server lib and usercript - Added
disconnectClients
proc - Removed wsId counting from userscript, instead, added last prompt saving. (Closes #1)
- Added proc to delete prompt from queue
- Renamed project from
dirtygpt
todirtyGpt
- Fixed crash when userscript request the prompt but there's no more
- Fixed duplicate prompt for recently closed connections in userscript (when connection not timed out)
- Fixed version in userscript header
- Fixes in userscript
- No more duplicate prompt
- Faster connection (Stopping to abort connection when connecting)
- Added timeout to websocket connection in userscript
- Added fast client expiration if no ping was sent
- Added re-prompt if client was disconnected before responding
- Fixed
connectedClients
- Init
- Added server prompt sending
- Added userscript prompting
- Added WS again to communicate
- Implemented HTML response getting
- Added more functions to prompt without blocking
- Added HTML to markdown using Turndown JS
- Separated userscript from lib
- Fixed installation
- Fixed nimble file
- Fixed main module example
- Exported
connectedClients
- Removed server debug echo