Age | Commit message (Expand) | Author |
2023-08-04 | fix: :bug: timeout on blocking processes | Nate Sesti |
2023-08-01 | fix: :bug: fix bugs when selecting code to edit | Nate Sesti |
2023-08-01 | refactor: :loud_sound: show errors to IDE before GUI connected | Nate Sesti |
2023-07-29 | feat: :sparkles: EmbeddingContextProvider | Nate Sesti |
2023-07-29 | fix: serve to localhost | Nate Sesti |
2023-07-29 | feat: :loud_sound: display any server errors to the GUI | Nate Sesti |
2023-07-28 | refactor: :loud_sound: replace all print with logger.debug | Nate Sesti |
2023-07-28 | fix: :ambulance: logging to file causing problems with starting server | Nate Sesti |
2023-07-28 | refactor: :loud_sound: improve logs on startup of server | Nate Sesti |
2023-07-28 | refactor: :goal_net: log errors from websocket, better logging from uvicorn | Nate Sesti |
2023-07-27 | fix: :bug: catch error when workspace uri isn't defined | Nate Sesti |
2023-07-27 | fix: :loud_sound: fix logs to be sent from uvicorn | Nate Sesti |
2023-07-27 | feat: :loud_sound: give users access to Continue server logs | Nate Sesti |
2023-07-26 | fix: :lock: opt out of meilisearch analytics | Nate Sesti |
2023-07-26 | fix: :ambulance: catch error from meilisearch client.health | Nate Sesti |
2023-07-26 | Close Client after use | Paul Sanders |
2023-07-26 | fix: :bug: more reliable setup of meilisearch | Nate Sesti |
2023-07-25 | start meilisearch in ide.py | Nate Sesti |
2023-07-25 | meilisearch async client | Nate Sesti |
2023-07-25 | checkpoint. Somewhat working, just a bit slow, probably some blocking meilise... | Nate Sesti |
2023-07-25 | stuff | Nate Sesti |
2023-07-25 | more reliably install meilisearch | Nate Sesti |
2023-07-24 | telemetry refactoring and switch config.json->py | Nate Sesti |
2023-07-24 | Merge branch 'main' into config-py | Nate Sesti |
2023-07-23 | documentation | Nate Sesti |
2023-07-22 | @ feature (very large commit) | Nate Sesti |
2023-07-18 | psutil profiling, temperature in config.json | Nate Sesti |
2023-07-17 | show exact prompt/completion logs | Nate Sesti |
2023-07-17 | session start and end telemetry | Ty Dunn |
2023-07-16 | fixes | Nate Sesti |
2023-07-15 | fixed reading of terminal and other vscode windows | Nate Sesti |
2023-07-15 | 5s timeout on websocket connections | Nate Sesti |
2023-07-15 | ctrl shortcuts on windows, load models immediately | Nate Sesti |
2023-07-14 | insidious client_state vs application_state err | Nate Sesti |
2023-07-14 | fixed unique_id being asyncio.run property | Nate Sesti |
2023-07-12 | patch, send state initially | Nate Sesti |
2023-07-12 | persist state and reconnect automatically | Nate Sesti |
2023-07-12 | getVisibleFiles | Nate Sesti |
2023-07-12 | finally found the snag | Nate Sesti |
2023-07-11 | logging as string, not array of frames | Nate Sesti |
2023-07-11 | correctly format traceback when logging errors | Nate Sesti |
2023-07-10 | traceback.format( -> format_tb | Nate Sesti |
2023-07-10 | catch errors during asyncio tasks | Nate Sesti |
2023-07-06 | fix: :bug: fix command enter, stop streaming on reject | Nate Sesti |
2023-07-06 | pause streaming on rejection | Nate Sesti |
2023-07-06 | quick text entry | Nate Sesti |
2023-07-06 | details | Nate Sesti |
2023-07-05 | ui overhaul | Nate Sesti |
2023-07-05 | highlighted code improvements | Nate Sesti |
2023-07-04 | 3.8 compatibility and deleting context all at once | Nate Sesti |