summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/core
AgeCommit message (Expand)Author
2023-08-06refactor: :recycle: hoist FullState up to reduxNate Sesti
2023-08-06feat: :construction: create new sessionsNate Sesti
2023-08-06feat: :construction: successfully loading past sessionsNate Sesti
2023-08-06feat: :construction: Router and new history pageNate Sesti
2023-08-04fix: :bug: timeout on blocking processesNate Sesti
2023-08-03fix: :lipstick: small UI improvementsNate Sesti
2023-08-02Merge branch 'main' into package-pythonNate Sesti
2023-08-02add --hidden-imports, simplify sdk.pyNate Sesti
2023-08-02checkpointNate Sesti
2023-08-02attempting alternative solution to import configNate Sesti
2023-08-02anthropic fixesNate Sesti
2023-08-01Merge branch 'main' into package-pythonNate Sesti
2023-08-01remove data fileNate Sesti
2023-08-01fix: :bug: fix history.timeline indexing bugNate Sesti
2023-08-01fix: :bug: fix bugs when selecting code to editNate Sesti
2023-08-01fix: :bug: bug when highlighting code prior to context_manager creationNate Sesti
2023-07-31feat: :sparkles: llama-2 supportNate Sesti
2023-07-31Merge branch 'main' into llm-object-configNate Sesti
2023-07-31fix: :lipstick: logo alignment, better config failure description, patchNate Sesti
2023-07-31Merge branch 'main' into at-embedNate Sesti
2023-07-30fix: :bug: test and fix small issues with GGMLNate Sesti
2023-07-30Merge remote-tracking branch 'continuedev/main' into llm-object-config-merge-...Nate Sesti
2023-07-30refactor: :recycle: clean up LLM-specific constants from util filesNate Sesti
2023-07-30refactor: :construction: rename get_api_key -> get_user_secretNate Sesti
2023-07-30refactor: :construction: replace all sdk.models.gpt35/etc. with sdk.models.me...Nate Sesti
2023-07-30refactor: :construction: refactor so server runs until requesting modelNate Sesti
2023-07-29feat: :sparkles: FileTreeContextProviderNate Sesti
2023-07-29feat: :sparkles: EmbeddingContextProviderNate Sesti
2023-07-29make the MaybeProxy correctly instantiate the real LLMLuna
2023-07-29fix missing attributes in ModelsLuna
2023-07-29turn Models and LLM into pydantic-compatible classesLuna
2023-07-29feat: :loud_sound: display any server errors to the GUINate Sesti
2023-07-28fix: :children_crossing: add slash commands to default configNate Sesti
2023-07-28make Models fetch LLM secret field declarativelyLuna
2023-07-28use large/medium/small role separation for llm configLuna
2023-07-28fix: :bug: fix incorrect imports in default config fileNate Sesti
2023-07-28feat: :sparkles: allow custom OpenAI base_urlNate Sesti
2023-07-28refactor: :loud_sound: replace all print with logger.debugNate Sesti
2023-07-28fix: :goal_net: catch errors when loading to meilisearch indexNate Sesti
2023-07-28refactor: :loud_sound: potential telemetry fixesNate Sesti
2023-07-28make Config receive LLM objectsLuna
2023-07-26fix: :ambulance: catch error from meilisearch client.healthNate Sesti
2023-07-26fix: :bug: async with Client (meilisearch)Nate Sesti
2023-07-26fix: :bug: access highlighted_code through context_managerNate Sesti
2023-07-25meilisearch async clientNate Sesti
2023-07-24tweaksNate Sesti
2023-07-24config cleaningNate Sesti
2023-07-24telemetry refactoring and switch config.json->pyNate Sesti
2023-07-24file context provider and hovering nicetiesNate Sesti
2023-07-24fixes from merge, imagesNate Sesti