summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/plugins/steps/core
AgeCommit message (Expand)Author
2023-09-23UI Redesign and fixing many details (#496)Nate Sesti
2023-09-14fix: :bug: a few minor fixesNate Sesti
2023-09-12fix: :bug: a number of small fixes + disable summariesNate Sesti
2023-09-09feat: :sparkles: make follow-up editsNate Sesti
2023-09-08feat: :lipstick: nested context provider dropdownNate Sesti
2023-09-06feat: :lipstick: handful of UI improvementsNate Sesti
2023-09-05Development Data Logging (#455)Nate Sesti
2023-09-04fix: :bug: fix context length bug for /editNate Sesti
2023-09-04Integrate LSP for debugging (#450)Nate Sesti
2023-09-03refactor: :construction: Initial, not tested, refactor of LLM (#448)Nate Sesti
2023-09-02fix: :bug: fix usages of LLM.completeNate Sesti
2023-09-01refactor: :recycle: refactoring LLM to avoid repetitionNate Sesti
2023-09-01feat: :sparkles: allow changing the summary promptNate Sesti
2023-09-01feat: :sparkles: select custom model to use with edit stepNate Sesti
2023-08-29fix: 🐛 typo in core.py (#429)Ikko Eltociear Ashimine
2023-08-27feat: :art: custom prompt templates per modelNate Sesti
2023-08-27fix: :bug: urldecode ollama responses, make edit fasterNate Sesti
2023-08-26fix: :bug: correctly generate uris for remoteNate Sesti
2023-08-26fix: :bug: fix ssh /edit by checking for file through vscode fsNate Sesti
2023-08-23fix: :lipstick: don't display entirety of large tracebacksNate Sesti
2023-08-22Config UI (#399)Nate Sesti
2023-08-18style: :art: autoformat with black on all python filesNate Sesti
2023-08-13feat: :white_check_mark: update test and add model telemetryNate Sesti
2023-08-09fix: :bug: temporarily remove replicate altogetherNate Sesti
2023-08-08feat: :sparkles: testing improved prompting for stablecodeNate Sesti
2023-07-31Merge branch 'main' into llm-object-configNate Sesti
2023-07-30fix: :bug: post-merge fixesNate 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: replace all sdk.models.gpt35/etc. with sdk.models.me...Nate Sesti
2023-07-29feat: :sparkles: EmbeddingContextProviderNate Sesti
2023-07-29feat: :loud_sound: display any server errors to the GUINate Sesti
2023-07-23refactoringNate Sesti