summaryrefslogtreecommitdiff
path: root/continuedev
AgeCommit message (Expand)Author
2023-07-30Merge remote-tracking branch 'continuedev/main' into llm-object-config-merge-...Nate Sesti
2023-07-30fix: :children_crossing: use default model in default config.pyNate Sesti
2023-07-30let content_length be customized on GGMLLuna
2023-07-30fix argument passing from MaybeServer to real LLMLuna
2023-07-30fix ProxyServer client session usageLuna
2023-07-30fix GGML client session usageLuna
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: :zap: turn GGML's aiohttp.AsyncSession into an instance attributeNate 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-29docs: :memo: use hardcoded help info if no user_inputNate Sesti
2023-07-29docs: :memo: improved /help prompt (don't hallucinate slash commands)Nate Sesti
2023-07-29fix: serve to localhostNate 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-29fix: :goal_net: display errors in SimpleChatStepNate Sesti
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-28refactor: :loud_sound: log server version to posthogNate Sesti
2023-07-28refactor: :label: make HighlightedCodeContextProvider a subclass of ContextPr...Nate Sesti
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-28fix: :ambulance: logging to file causing problems with starting serverNate Sesti
2023-07-28refactor: :loud_sound: improve logs on startup of serverNate Sesti
2023-07-28refactor: :goal_net: log errors from websocket, better logging from uvicornNate Sesti
2023-07-28make Config receive LLM objectsLuna
2023-07-27fix: :bug: catch error when workspace uri isn't definedNate Sesti
2023-07-27fix: :loud_sound: fix logs to be sent from uvicornNate Sesti
2023-07-27feat: :loud_sound: give users access to Continue server logsNate Sesti
2023-07-27fix: :adhesive_bandage: skip indexing really large filesNate Sesti
2023-07-27revert: :fire: disable fallback_context_itemNate Sesti
2023-07-27fix: :bug: handle when vscode workspace not openNate Sesti
2023-07-26fix: :lock: opt out of meilisearch analyticsNate Sesti
2023-07-26fix: :ambulance: catch error from meilisearch client.healthNate Sesti
2023-07-26Merge pull request #299 from sanders41/close-clientNate Sesti
2023-07-26fix: :bug: async with Client (meilisearch)Nate Sesti
2023-07-26Close Client after usePaul Sanders
2023-07-26fix: :bug: more reliable setup of meilisearchNate Sesti
2023-07-26fix: :bug: access highlighted_code through context_managerNate Sesti
2023-07-26Merge branch 'config-py' into merge-config-py-TO-mainNate Sesti
2023-07-25correctly ignore directories in file context provNate Sesti
2023-07-25start meilisearch in ide.pyNate Sesti