summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/server
AgeCommit message (Expand)Author
2023-08-25fix: :bug: ssh compatibility by reading from vscode.workspace.fsNate Sesti
2023-08-22Config UI (#399)Nate Sesti
2023-08-22feat: :children_crossing: keep file context up to data by listening for files...Nate Sesti
2023-08-20feat: :sparkles: delete context groupsNate Sesti
2023-08-20feat: :sparkles: saved context groupsNate Sesti
2023-08-18style: :art: autoformat with black on all python filesNate Sesti
2023-08-18feat: :sparkles: alt+cmd+d to automatically debug terminal!Nate Sesti
2023-08-17feat: :sparkles: edit previous inputsNate Sesti
2023-08-12feat: :lipstick: UI Improvements!Nate Sesti
2023-08-10refactor: :recycle: load index in contextmanager.start, slight tweaksNate Sesti
2023-08-08feat: :loud_sound: light telemetry or context providersNate Sesti
2023-08-06feat: :construction: create new sessionsNate Sesti
2023-08-06feat: :construction: successfully loading past sessionsNate Sesti
2023-08-06feat: :construction: react-router-dom workNate Sesti
2023-08-06feat: :construction: Router and new history pageNate Sesti
2023-08-04fix: :bug: timeout on blocking processesNate Sesti
2023-08-01fix: :bug: fix bugs when selecting code to editNate Sesti
2023-08-01refactor: :loud_sound: show errors to IDE before GUI connectedNate Sesti
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
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 meilise...Nate Sesti
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