summaryrefslogtreecommitdiff
path: root/extension/react-app
AgeCommit message (Collapse)Author
2023-08-31fix: :bug: ctrl+c for windows overriding copyNate Sesti
2023-08-29fix: :bug: fix inability to copy/paste when ipynb is openNate Sesti
2023-08-29feat: :mute: complete removal of telemetry when allow_anonymous_telemetry falseNate Sesti
2023-08-28fix: :bug: allow end/home keys to workNate Sesti
2023-08-28feat: :sparkles: text-gen-webui, cleaning config and welcomeNate Sesti
2023-08-28feat: :lipstick: fixed footer and change button colorNate Sesti
2023-08-27fix: :bug: fix togetherAI model json parsingNate Sesti
2023-08-27fix: :bug: fix /edit in ssh, pinyin input in comboboxNate Sesti
2023-08-27feat: :sparkles: LlamaCpp LLM subclassNate Sesti
2023-08-26feat: :sparkles: select model from dropdownNate Sesti
2023-08-25fix: :bug: force kill old server with taskkill on windowsNate Sesti
2023-08-25feat: :sparkles: filter history by workspaceNate Sesti
2023-08-25fix: :bug: ssh compatibility by reading from vscode.workspace.fsNate Sesti
2023-08-23Testing gh workflow (#401)Nate Sesti
* testing * logging again * log home dir * build m1 script * correctly parse dates in history.tsx * logging * add redbaron to requirements.txt * tweaks before merging to main
2023-08-22Config UI (#399)Nate Sesti
* feat: :sparkles: UI for config! * feat: :sparkles: (latent) edit models in settings
2023-08-21refactor: :children_crossing: change debug shortcut to cmd+shift+rNate Sesti
2023-08-20feat: :sparkles: delete context groupsNate Sesti
2023-08-20feat: :sparkles: saved context groupsNate Sesti
2023-08-19fix: :bug: make sure server_version.txt existsNate Sesti
2023-08-18fix: :bug: update the tip message for keyboard shortcutNate Sesti
2023-08-18feat: :children_crossing: tip to debugNate Sesti
2023-08-18feat: :sparkles: alt+cmd+d to automatically debug terminal!Nate Sesti
2023-08-17feat: :sparkles: edit previous inputsNate Sesti
2023-08-16fix keyboard shortcut for new sessionNate Sesti
2023-08-13fix: :bug: fix for Azure OpenAI model namesNate Sesti
2023-08-12feat: :lipstick: more ui improvementsNate Sesti
2023-08-12feat: :lipstick: UI Improvements!Nate Sesti
2023-08-12feat: :sparkles: improvement to @ search rankingsNate Sesti
2023-08-11fix: :bug: a handful of bug fixesNate Sesti
keyboard interactions in textarea, multiple file highlighting, zombie process
2023-08-11Merge branch 'main' into ci-testingNate Sesti
2023-08-10fix: :fire: remove version from package.jsonNate Sesti
2023-08-10Merge pull request #360 from bra1nDump/fixup-search-cross-workspace-polutionNate Sesti
Fixup search cross workspace polution
2023-08-10fix: :green_heart: testing for failure to package dist in vsixNate Sesti
2023-08-10Merge branch 'main' into ci-testingNate Sesti
2023-08-10Remove clientgen, fix windows startup errorssestinj
2023-08-09feat: :sparkles: support for Together.ai modelsNate Sesti
2023-08-08Fixed an issue with files from other workspaces showing up in @context searchKirill 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-08Fixing up react-app buildKirill 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-08feat: :sparkles: testing improved prompting for stablecodeNate Sesti
2023-08-08feat: :sparkles: set static urls for contextproviderNate Sesti
2023-08-08fix: :lipstick: fix UI problems in vscode light themesNate Sesti
2023-08-08feat: :children_crossing: display troubleshooting link when loadingNate Sesti
2023-08-08fix: :bug: fix reducers for user input queueNate Sesti
2023-08-08fix: :bug: add data file for ca_bundleNate Sesti
2023-08-08fix: :arrow_up: upgrade openai python packageNate Sesti
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07feat: :children_crossing: sort history by reverse dateNate Sesti
2023-08-06fix: :bug: clear all other selector destrucuringNate Sesti
2023-08-06fix: :bug: another hotfix - don't destructure selectorsNate Sesti
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti