summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07build: :bug: add ripgrepy as hidden importNate Sesti
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
2023-08-06feat: :sparkles: back button on history pageNate Sesti
2023-08-06refactor: :recycle: refactor bottom bar into LayoutNate Sesti
2023-08-06feat: :construction: create new sessionsNate Sesti
2023-08-06feat: :construction: successfully loading past sessionsNate Sesti
2023-08-06Initial stab at adding more launch configurationsKirill Dubovitskiy
2023-08-06Minor refactoring to fix up typingKirill Dubovitskiy
2023-08-06feat: :construction: react-router-dom workNate Sesti
2023-08-06refactor: :loud_sound: log error on failure to start executableNate Sesti
2023-08-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-06build: :package: package on older ubuntu version for compatibilityNate Sesti
2023-08-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-06docs: :memo: deduplicate extension/ READMEsNate Sesti
2023-08-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06fix: :bug: require socksioNate Sesti
2023-08-06feat: :construction: Router and new history pageNate Sesti
2023-08-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-05Merge branch 'main' of https://github.com/continuedev/continueNate Sesti