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 | 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 | 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 | 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 #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 | - 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 | 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 | 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 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 | Forgot to update build script name | Kirill Dubovitskiy | |
2023-08-07 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-06 | fix: :bug: clear all other selector destrucuring | Nate Sesti | |
2023-08-06 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-06 | fix: :bug: another hotfix - don't destructure selectors | Nate Sesti | |
2023-08-07 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-06 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-08-06 | fix: :bug: hotfix for user_input_queue.map | Nate Sesti | |
2023-08-07 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-06 | Merge pull request #351 from continuedev/history | Nate Sesti | |
Session History | |||
2023-08-06 | feat: :memo: note about where session data is stored | Nate Sesti | |
2023-08-06 | refactor: :recycle: hoist FullState up to redux | Nate Sesti | |
2023-08-06 | Added a launch configuration to start debugging both server + extension | Kirill Dubovitskiy | |
2023-08-06 | Fixed up broken script for installing extension built locally - we can ↵ | Kirill Dubovitskiy | |
probably just kill this code | |||
2023-08-06 | ci: 💚 Update package.json version [skip ci] | GitHub Action | |
2023-08-06 | Merge branch 'main' into history | Nate Sesti | |
2023-08-06 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |