Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-08 | Fixed an issue with files from other workspaces showing up in @context search | Kirill Dubovitskiy | |
- Adding workspace folder information to react-app that uses - Adding workspace_dir to the meilisearch documents - Keeping the original singlton index as that requires a bigger change - Truncated the context descriptions from absolute paths to only include path relative to workspace directory Note: I have freely changed the store.config model from workspacePath to workspacePaths as it was unused, can't think of a way how it would backfire at the moment with older versions that might have been using it. Might be missing something here | |||
2023-08-08 | Cleanup of obsolete typing | Kirill Dubovitskiy | |
2023-08-08 | Fixing up react-app build | Kirill Dubovitskiy | |
- Added to the build step in the vscode-extension:build task - Added inline source maps so its easier to track down issues when using console.log / debugger in chrome dev tools within vscode | |||
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-08 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-08 | build: :arrow_down: lock to urllib3 1.25.11 for ssl fix | Nate Sesti | |
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-08 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-08 | fix: :lipstick: fix UI problems in vscode light themes | Nate Sesti | |
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-08 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-08 | feat: :children_crossing: display troubleshooting link when loading | Nate Sesti | |
2023-08-08 | feat: :loud_sound: light telemetry or context providers | Nate Sesti | |
2023-08-08 | feat: :sparkles: huggingface inference api llm update | Nate Sesti | |
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-08 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-08 | fix: :bug: fix reducers for user input queue | Nate Sesti | |
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-08 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-08 | fix: :bug: add data file for ca_bundle | Nate Sesti | |
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-08 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-08 | fix: :bug: use certifi to set ca_bundle_path for openai | Nate Sesti | |
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-08 | fix: :arrow_up: upgrade openai python package | Nate Sesti | |
2023-08-08 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-07 | Merge pull request #357 from bra1nDump/fix-lock-file-version-issue | Nate Sesti | |
Remove the naughty ci from downgrading lockfile version | |||
2023-08-07 | Merge pull request #356 from bra1nDump/fix-testing | Nate Sesti | |
Fixed Mocha tests + added debugging configurations to vscode | |||
2023-08-07 | fix: :white_check_mark: allow longer for python server to start in test | Nate Sesti | |
2023-08-07 | Remove the naughty ci from downgrading lockfile version | Kirill Dubovitskiy | |
2023-08-07 | - Allowing debugging server while debugging extension tests | Kirill Dubovitskiy | |
- Preventing mocha timeouts due to hitting breakpoints | |||
2023-08-07 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-07 | Merge pull request #355 from continuedev/url-context-provider | Nate Sesti | |
URL + Diff Context Providers | |||
2023-08-07 | feat: :sparkles: diff context provider | Nate Sesti | |
2023-08-07 | Adding launch configuration for debugging tests (separate from server) | Kirill Dubovitskiy | |
2023-08-07 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-07 | build: :bug: add ripgrepy as hidden import | Nate Sesti | |
2023-08-07 | feat: :construction: first work on URLContextProvider | Nate Sesti | |
2023-08-07 | Refactor test scripts and update build configurations | Kirill 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-07 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-07 | Merge pull request #352 from bra1nDump/setup-experience | Nate Sesti | |
Improved 2 click setup experience for new devs | |||
2023-08-07 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-07 | Merge pull request #354 from continuedev/search | Nate Sesti | |
SearchContextProvider | |||
2023-08-07 | fix: :heavy_plus_sign: add ripgrepy dependency to requirements.txt | Nate Sesti | |
2023-08-07 | feat: :sparkles: add searchcontextprovider to default_config.py | Nate Sesti | |
2023-08-07 | feat: :sparkles: Search context provider with ripgrep | Nate Sesti | |
2023-08-07 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-07 | feat: :children_crossing: sort history by reverse date | Nate Sesti | |
2023-08-07 | Using esbuild.mjs for configuration | Kirill 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-07 | Touchup on esbuild configuration + installing depdencies | Kirill Dubovitskiy | |