summaryrefslogtreecommitdiff
path: root/extension/react-app
AgeCommit message (Collapse)Author
2023-09-07refactor: :art: template_messages for GGMLNate Sesti
2023-09-06adjusting some design review notes (#462)Ty Dunn
Co-authored-by: Nate Sesti <sestinj@gmail.com>
2023-09-06feat: :lipstick: handful of UI improvementsNate Sesti
2023-09-06fix: :lipstick: ui tweaks to history + scrollbarsNate Sesti
2023-09-05fix: :lipstick: nicer autoscrollNate Sesti
2023-09-05fix: :lipstick: fix layout bugsNate Sesti
2023-09-05feat: :sparkles: support browser-based IDEs with createMemoryRouterNate Sesti
2023-09-04feat: :sparkles: autoscrollingNate Sesti
2023-09-04fix: :bug: traceback fixes, remove replicate from hiddenimportsNate Sesti
2023-09-03refactor: :construction: Initial, not tested, refactor of LLM (#448)Nate Sesti
* refactor: :construction: Initial, not tested, refactor of LLM * refactor: :construction: replace usages of _complete with complete * fix: :bug: fixes after refactor * refactor: :recycle: template raw completions in chat format * test: :white_check_mark: simplified edit prompt and UNIT TESTS! * ci: :green_heart: unit tests in ci * fix: :bug: fixes for unit tests in ci * fix: :bug: start uvicorn in tests without poetry * fix: :closed_lock_with_key: add secrets to main.yaml * feat: :adhesive_bandage: timeout for all LLM classes * ci: :green_heart: prepare main.yaml for main branch
2023-09-02fix: :bug: don't fail on disconnected websocketNate Sesti
2023-09-01fix: :bug: avoid removing disallowed file windowsNate Sesti
2023-09-01feat: :sparkles: improved model dropdownNate Sesti
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