summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/plugins/steps
AgeCommit message (Expand)Author
2023-10-09Preview (#541)Nate Sesti
2023-10-02fix: :bug: change for/backwardslash decoding schemeNate Sesti
2023-09-30adding support for the google palm api (#524)Ty Dunn
2023-09-26docs: :memo: update references to Ollama to mention Linux supportNate Sesti
2023-09-24feat: :lipstick: setting to change font sizeNate Sesti
2023-09-23UI Redesign and fixing many details (#496)Nate Sesti
2023-09-17feat: :sparkles: refactor via search StepNate Sesti
2023-09-16Refactor helper (#481)Nate Sesti
2023-09-15fix: some typos (#478)LangLangBart
2023-09-14fix: :bug: custom escaping instead of URI for diff pathsNate Sesti
2023-09-14fix: :bug: a few minor fixesNate Sesti
2023-09-12fix: :bug: a number of small fixes + disable summariesNate Sesti
2023-09-10feat: :sparkles: LSP connection over websocketsNate Sesti
2023-09-09feat: :sparkles: make follow-up editsNate Sesti
2023-09-08feat: :lipstick: nested context provider dropdownNate Sesti
2023-09-07adding support for Hugging Face Inference Endpoints (#460)Ty Dunn
2023-09-06feat: :lipstick: handful of UI improvementsNate Sesti
2023-09-05Development Data Logging (#455)Nate Sesti
2023-09-05feat: :sparkles: /cmd slash commandNate Sesti
2023-09-04fix: :bug: fix context length bug for /editNate Sesti
2023-09-04fix: :bug: traceback fixes, remove replicate from hiddenimportsNate 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-31Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-30html unescapeNate Sesti
2023-08-30don't url decode ollamaNate Sesti
2023-08-29fix: 🐛 typo in core.py (#429)Ikko Eltociear Ashimine
2023-08-28feat: :sparkles: text-gen-webui, cleaning config and welcomeNate Sesti
2023-08-27feat: :art: custom prompt templates per modelNate Sesti
2023-08-27fix: :bug: urldecode ollama responses, make edit fasterNate Sesti
2023-08-27feat: :sparkles: LlamaCpp LLM subclassNate 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-26feat: :sparkles: select model from dropdownNate Sesti
2023-08-25small fixes, mostly ggml updatesNate Sesti
2023-08-23fix: :bug: fix when multiple cursor ranges are selectedNate Sesti
2023-08-23fix: :lipstick: don't display entirety of large tracebacksNate Sesti
2023-08-22Config UI (#399)Nate Sesti
2023-08-21fix: :bug: fixing bugs with ggmlNate Sesti
2023-08-18style: :art: autoformat with black on all python filesNate Sesti
2023-08-18feat: :sparkles: alt+cmd+d to automatically debug terminal!Nate Sesti
2023-08-17dynamic context_provider abstract classNate Sesti
2023-08-13feat: :white_check_mark: update test and add model telemetryNate Sesti
2023-08-10fix: :green_heart: testing for failure to package dist in vsixNate Sesti
2023-08-09fix: :bug: temporarily remove replicate altogetherNate Sesti
2023-08-08feat: :sparkles: testing improved prompting for stablecodeNate Sesti