summaryrefslogtreecommitdiff
path: root/extension/src
AgeCommit message (Collapse)Author
2023-08-06feat: :construction: successfully loading past sessionsNate Sesti
2023-08-05fix: :bug: set api_keys in config.py, fix spawn error handlingNate Sesti
2023-08-04fix: :bug: ebusy and logging bug fixesNate Sesti
2023-08-04fix: :bug: solve EBUSY by pollingNate Sesti
2023-08-04fix: :bug: timeout on blocking processesNate Sesti
2023-08-04feat: :lipstick: improvements to keyboard shortcutsNate Sesti
2023-08-04feat: :children_crossing: more keyboard shortcutsNate Sesti
2023-08-04refactor: :fire: remove unused vscode commandsNate Sesti
2023-08-04fix: :bug: more reliable download with requestNate Sesti
2023-08-03feat: :lipstick: nicer "continue server loading" UINate Sesti
2023-08-03feat: :lipstick: small ui tweaks, detached child processNate Sesti
2023-08-03fix: :lipstick: small UI improvementsNate Sesti
2023-08-03fix: :bug: chmod for linux as well as macNate Sesti
2023-08-03Merge branch 'main' into package-python [skip ci]Nate Sesti
2023-08-03small fixes to setupNate Sesti
2023-08-02add .exe on windowsNate Sesti
2023-08-02add .exe file extensionNate Sesti
2023-08-02keyboard shortcuts againNate Sesti
2023-08-02await file downloadNate Sesti
2023-08-02loggingNate Sesti
2023-08-02more keyboard shortcuts workNate Sesti
2023-08-02make sure directory exists before downloadingNate Sesti
2023-08-02keyboard shortcutsNate Sesti
2023-08-02cleaning environmentSetupNate Sesti
2023-08-02Merge branch 'main' into package-pythonNate Sesti
2023-08-02download binary from s3 bucketNate Sesti
2023-08-02Merge pull request #336 from 1984vc/mdp/files-with-numbersNate Sesti
Fix: Don't ignore files with numbers in the basename
2023-08-02Fix: Don't ignore files with numbers in the basenameMark Percival
2023-08-01Merge branch 'main' into package-pythonNate Sesti
2023-08-01purge unecessary functions in envSetup (finally)Nate Sesti
2023-08-01fix exe pathsNate Sesti
2023-08-01fixes to main.yaml, build nodejsNate Sesti
2023-08-01refactor: :loud_sound: show errors to IDE before GUI connectedNate Sesti
2023-08-01start executables from vscode extensionNate Sesti
2023-07-29feat: :sparkles: EmbeddingContextProviderNate Sesti
2023-07-28refactor: :label: make HighlightedCodeContextProvider a subclass of ↵Nate Sesti
ContextProvider
2023-07-28show "View Logs" popup during server loadingNate Sesti
2023-07-28fix: :zap: register vscode commands prior to server loadingNate 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-27feat: :technologist: button to view logs when loadingNate Sesti
2023-07-27feat: :loud_sound: give users access to Continue server logsNate Sesti
can see logs in ~/.continue/continue.log
2023-07-27refactor: :children_crossing: accept 1 version difference before notifyingNate Sesti
2023-07-27fix: :bug: handle when vscode workspace not openNate Sesti
2023-07-26fix: :bug: fix dialog linksNate Sesti
2023-07-26Merge branch 'config-py' into merge-config-py-TO-mainNate Sesti
2023-07-25messenger don't create new websocket if connectingNate Sesti
2023-07-25correctly ignore directories in file context provNate Sesti