index
:
sncontinue.git
cleanup
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
continuedev
/
src
/
continuedev
/
plugins
/
steps
/
core
Age
Commit message (
Expand
)
Author
2023-09-23
UI Redesign and fixing many details (#496)
Nate Sesti
2023-09-14
fix: :bug: a few minor fixes
Nate Sesti
2023-09-12
fix: :bug: a number of small fixes + disable summaries
Nate Sesti
2023-09-09
feat: :sparkles: make follow-up edits
Nate Sesti
2023-09-08
feat: :lipstick: nested context provider dropdown
Nate Sesti
2023-09-06
feat: :lipstick: handful of UI improvements
Nate Sesti
2023-09-05
Development Data Logging (#455)
Nate Sesti
2023-09-04
fix: :bug: fix context length bug for /edit
Nate Sesti
2023-09-04
Integrate LSP for debugging (#450)
Nate Sesti
2023-09-03
refactor: :construction: Initial, not tested, refactor of LLM (#448)
Nate Sesti
2023-09-02
fix: :bug: fix usages of LLM.complete
Nate Sesti
2023-09-01
refactor: :recycle: refactoring LLM to avoid repetition
Nate Sesti
2023-09-01
feat: :sparkles: allow changing the summary prompt
Nate Sesti
2023-09-01
feat: :sparkles: select custom model to use with edit step
Nate Sesti
2023-08-29
fix: 🐛 typo in core.py (#429)
Ikko Eltociear Ashimine
2023-08-27
feat: :art: custom prompt templates per model
Nate Sesti
2023-08-27
fix: :bug: urldecode ollama responses, make edit faster
Nate Sesti
2023-08-26
fix: :bug: correctly generate uris for remote
Nate Sesti
2023-08-26
fix: :bug: fix ssh /edit by checking for file through vscode fs
Nate Sesti
2023-08-23
fix: :lipstick: don't display entirety of large tracebacks
Nate Sesti
2023-08-22
Config UI (#399)
Nate Sesti
2023-08-18
style: :art: autoformat with black on all python files
Nate Sesti
2023-08-13
feat: :white_check_mark: update test and add model telemetry
Nate Sesti
2023-08-09
fix: :bug: temporarily remove replicate altogether
Nate Sesti
2023-08-08
feat: :sparkles: testing improved prompting for stablecode
Nate Sesti
2023-07-31
Merge branch 'main' into llm-object-config
Nate Sesti
2023-07-30
fix: :bug: post-merge fixes
Nate Sesti
2023-07-30
Merge remote-tracking branch 'continuedev/main' into llm-object-config-merge-...
Nate Sesti
2023-07-30
refactor: :recycle: clean up LLM-specific constants from util files
Nate Sesti
2023-07-30
refactor: :construction: replace all sdk.models.gpt35/etc. with sdk.models.me...
Nate Sesti
2023-07-29
feat: :sparkles: EmbeddingContextProvider
Nate Sesti
2023-07-29
feat: :loud_sound: display any server errors to the GUI
Nate Sesti
2023-07-23
refactoring
Nate Sesti