summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08fix: :bug: add data file for ca_bundleNate Sesti
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08fix: :bug: use certifi to set ca_bundle_path for openaiNate Sesti
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08fix: :arrow_up: upgrade openai python packageNate Sesti
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #357 from bra1nDump/fix-lock-file-version-issueNate Sesti
Remove the naughty ci from downgrading lockfile version
2023-08-07Merge pull request #356 from bra1nDump/fix-testingNate Sesti
Fixed Mocha tests + added debugging configurations to vscode
2023-08-07fix: :white_check_mark: allow longer for python server to start in testNate Sesti
2023-08-07Remove the naughty ci from downgrading lockfile versionKirill Dubovitskiy
2023-08-07- Allowing debugging server while debugging extension testsKirill Dubovitskiy
- Preventing mocha timeouts due to hitting breakpoints
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #355 from continuedev/url-context-providerNate Sesti
URL + Diff Context Providers
2023-08-07feat: :sparkles: diff context providerNate Sesti
2023-08-07Adding launch configuration for debugging tests (separate from server)Kirill Dubovitskiy
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07build: :bug: add ripgrepy as hidden importNate Sesti
2023-08-07feat: :construction: first work on URLContextProviderNate 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-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #352 from bra1nDump/setup-experienceNate Sesti
Improved 2 click setup experience for new devs
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #354 from continuedev/searchNate Sesti
SearchContextProvider
2023-08-07fix: :heavy_plus_sign: add ripgrepy dependency to requirements.txtNate Sesti
2023-08-07feat: :sparkles: add searchcontextprovider to default_config.pyNate Sesti
2023-08-07feat: :sparkles: Search context provider with ripgrepNate Sesti
2023-08-07Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-07feat: :children_crossing: sort history by reverse dateNate Sesti
2023-08-07Using esbuild.mjs for configurationKirill Dubovitskiy
Added example directory with a typescript program and open it by default in the extension host - its nice to have an isolated environment where the extension can be played with. You can always open an actual project folder if you want to
2023-08-07Touchup on esbuild configuration + installing depdenciesKirill Dubovitskiy
2023-08-07Forgot to update build script nameKirill Dubovitskiy
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06fix: :bug: clear all other selector destrucuringNate Sesti
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-06fix: :bug: another hotfix - don't destructure selectorsNate Sesti
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-06fix: :bug: hotfix for user_input_queue.mapNate Sesti
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge pull request #351 from continuedev/historyNate Sesti
Session History
2023-08-06feat: :memo: note about where session data is storedNate Sesti
2023-08-06refactor: :recycle: hoist FullState up to reduxNate Sesti
2023-08-06Added a task to install all dependencies from top level without having to ↵Kirill Dubovitskiy
figure out commands in multiple sub projects. Developers should run this before the first debugging session and anytime they pull
2023-08-06Added a launch configuration to start debugging both server + extensionKirill Dubovitskiy
2023-08-06Fixed up broken script for installing extension built locally - we can ↵Kirill Dubovitskiy
probably just kill this code
2023-08-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge branch 'main' into historyNate Sesti
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti