summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/server
AgeCommit message (Collapse)Author
2023-07-29feat: :sparkles: EmbeddingContextProviderNate Sesti
2023-07-29fix: serve to localhostNate Sesti
2023-07-29feat: :loud_sound: display any server errors to the GUINate Sesti
2023-07-28refactor: :loud_sound: replace all print with logger.debugNate Sesti
2023-07-28fix: :ambulance: logging to file causing problems with starting serverNate Sesti
2023-07-28refactor: :loud_sound: improve logs on startup of serverNate Sesti
2023-07-28refactor: :goal_net: log errors from websocket, better logging from uvicornNate Sesti
2023-07-27fix: :bug: catch error when workspace uri isn't definedNate Sesti
2023-07-27fix: :loud_sound: fix logs to be sent from uvicornNate Sesti
2023-07-27feat: :loud_sound: give users access to Continue server logsNate Sesti
can see logs in ~/.continue/continue.log
2023-07-26fix: :lock: opt out of meilisearch analyticsNate Sesti
2023-07-26fix: :ambulance: catch error from meilisearch client.healthNate Sesti
2023-07-26Close Client after usePaul Sanders
2023-07-26fix: :bug: more reliable setup of meilisearchNate Sesti
2023-07-25start meilisearch in ide.pyNate Sesti
2023-07-25meilisearch async clientNate Sesti
2023-07-25checkpoint. Somewhat working, just a bit slow, probably some blocking ↵Nate Sesti
meilisearch calls still happening
2023-07-25stuffNate Sesti
2023-07-25more reliably install meilisearchNate Sesti
2023-07-24telemetry refactoring and switch config.json->pyNate Sesti
2023-07-24Merge branch 'main' into config-pyNate Sesti
2023-07-23documentationNate Sesti
2023-07-22@ feature (very large commit)Nate Sesti
2023-07-18psutil profiling, temperature in config.jsonNate Sesti
2023-07-17show exact prompt/completion logsNate Sesti
2023-07-17session start and end telemetryTy Dunn
2023-07-16fixesNate Sesti
2023-07-15fixed reading of terminal and other vscode windowsNate Sesti
2023-07-155s timeout on websocket connectionsNate Sesti
2023-07-15ctrl shortcuts on windows, load models immediatelyNate Sesti
2023-07-14insidious client_state vs application_state errNate Sesti
2023-07-14fixed unique_id being asyncio.run propertyNate Sesti
2023-07-12patch, send state initiallyNate Sesti
2023-07-12persist state and reconnect automaticallyNate Sesti
2023-07-12getVisibleFilesNate Sesti
2023-07-12finally found the snagNate Sesti
2023-07-11logging as string, not array of framesNate Sesti
2023-07-11correctly format traceback when logging errorsNate Sesti
2023-07-10traceback.format( -> format_tbNate Sesti
2023-07-10catch errors during asyncio tasksNate Sesti
2023-07-06fix: :bug: fix command enter, stop streaming on rejectNate Sesti
2023-07-06pause streaming on rejectionNate Sesti
2023-07-06quick text entryNate Sesti
2023-07-06detailsNate Sesti
2023-07-05ui overhaulNate Sesti
2023-07-05highlighted code improvementsNate Sesti
2023-07-043.8 compatibility and deleting context all at onceNate Sesti
2023-07-03fixes, better messagingNate Sesti
2023-07-03slash commands and better designed user input boxNate Sesti
2023-07-02Merge branch 'main' into explicit-contextNate Sesti