summaryrefslogtreecommitdiff
path: root/extension/src/continueIdeClient.ts
AgeCommit message (Collapse)Author
2023-08-09ci: :green_heart: testing testing in ciNate Sesti
2023-08-07Refactor test scripts and update build configurationsKirill Dubovitskiy
- Added a new esbuild for: - bundling test runners (run tests on vscode + mocha runner) - bundling all tests in the project - Some opinionated renamings / moving test related things around - Changed output directory in tsconfig to avoid overriding the entire out directory - bundles tests also go there Some poking around trying to deprecate jest as it is not used and mocha is more often used for vscode extension testing. Though I assume jest was added to test GUI within extension. This work was started because there are compilation issues with the current setup and neither of the tests are actually working so figured getting one to a working spot is a good start
2023-08-03feat: :lipstick: nicer "continue server loading" UINate Sesti
2023-08-02cleaning environmentSetupNate 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-01refactor: :loud_sound: show errors to IDE before GUI connectedNate 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-27feat: :loud_sound: give users access to Continue server logsNate Sesti
can see logs in ~/.continue/continue.log
2023-07-27fix: :bug: handle when vscode workspace not openNate Sesti
2023-07-25checkpoint. Somewhat working, just a bit slow, probably some blocking ↵Nate Sesti
meilisearch calls still happening
2023-07-21remove Segment telemetry from ReactNate Sesti
2023-07-21notify to reload window after changing settingsNate Sesti
2023-07-18CONTRIBUTING.mdNate Sesti
2023-07-17show exact prompt/completion logsNate Sesti
2023-07-15fixed reading of terminal and other vscode windowsNate Sesti
2023-07-14fixed config explanation, don't read terminalsNate Sesti
2023-07-14insidious client_state vs application_state errNate Sesti
2023-07-12persist state and reconnect automaticallyNate Sesti
2023-07-12getVisibleFilesNate Sesti
2023-07-10catch errors during asyncio tasksNate Sesti
2023-07-06pause streaming on rejectionNate Sesti
2023-07-06quick text entryNate Sesti
2023-07-06detailsNate Sesti
2023-07-06shortening api key msgTy Dunn
2023-07-04side-by-side diff editorNate Sesti
2023-07-04insert at cursor, patchNate Sesti
2023-07-043.8 compatibility and deleting context all at onceNate Sesti
2023-07-02Merge branch 'main' into explicit-contextNate Sesti
2023-07-02track when suggestion is accepted or rejectedNate Sesti
2023-07-01explicit context pill buttonsNate Sesti
2023-06-30the fix. and others.Nate Sesti
2023-06-30fixed websockets issueNate Sesti
2023-06-29lock suggestions until done streamingNate Sesti
2023-06-29small patches to streamingNate Sesti
2023-06-29messaging of welcome stepNate Sesti
2023-06-27Merge branch 'main' into newer-simpler-stream-algoNate Sesti
2023-06-27checkpoint on new streamingNate Sesti
2023-06-26quotes around pathsNate Sesti
2023-06-21suggestions...closer?Nate Sesti
2023-06-21run existing terminal if possibleTy Dunn
2023-06-21removing captured terminalTy Dunn
2023-06-21first slightly working version of suggestionsNate Sesti
2023-06-19check for codespaces, stream editsNate Sesti
2023-06-18a number of thingsNate Sesti
2023-06-16polishingNate Sesti
2023-06-16dlt demo workNate Sesti
2023-06-15handle and explain tracebacksNate Sesti
2023-06-15proxy server running locallyNate Sesti