summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08fix: :heavy_plus_sign: hidden import for replicateNate Sesti
2023-08-08docs: :memo: documentation for replicate LLMNate Sesti
2023-08-08feat: :sparkles: support stablecoder with replicate LLMNate Sesti
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08feat: :sparkles: /share slash commandNate Sesti
2023-08-08docs: :memo: update vscode readme with discord badge, centerNate Sesti
2023-08-08feat: :sparkles: set static urls for contextproviderNate 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-08build: :arrow_down: lock to urllib3 1.25.11 for ssl fixNate 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: :lipstick: fix UI problems in vscode light themesNate 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-08feat: :children_crossing: display troubleshooting link when loadingNate Sesti
2023-08-08feat: :loud_sound: light telemetry or context providersNate Sesti
2023-08-08feat: :sparkles: huggingface inference api llm updateNate 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: fix reducers for user input queueNate 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: 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