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
/
core
Age
Commit message (
Expand
)
Author
2023-08-06
refactor: :recycle: hoist FullState up to redux
Nate Sesti
2023-08-06
feat: :construction: create new sessions
Nate Sesti
2023-08-06
feat: :construction: successfully loading past sessions
Nate Sesti
2023-08-06
feat: :construction: Router and new history page
Nate Sesti
2023-08-04
fix: :bug: timeout on blocking processes
Nate Sesti
2023-08-03
fix: :lipstick: small UI improvements
Nate Sesti
2023-08-02
Merge branch 'main' into package-python
Nate Sesti
2023-08-02
add --hidden-imports, simplify sdk.py
Nate Sesti
2023-08-02
checkpoint
Nate Sesti
2023-08-02
attempting alternative solution to import config
Nate Sesti
2023-08-02
anthropic fixes
Nate Sesti
2023-08-01
Merge branch 'main' into package-python
Nate Sesti
2023-08-01
remove data file
Nate Sesti
2023-08-01
fix: :bug: fix history.timeline indexing bug
Nate Sesti
2023-08-01
fix: :bug: fix bugs when selecting code to edit
Nate Sesti
2023-08-01
fix: :bug: bug when highlighting code prior to context_manager creation
Nate Sesti
2023-07-31
feat: :sparkles: llama-2 support
Nate Sesti
2023-07-31
Merge branch 'main' into llm-object-config
Nate Sesti
2023-07-31
fix: :lipstick: logo alignment, better config failure description, patch
Nate Sesti
2023-07-31
Merge branch 'main' into at-embed
Nate Sesti
2023-07-30
fix: :bug: test and fix small issues with GGML
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: rename get_api_key -> get_user_secret
Nate Sesti
2023-07-30
refactor: :construction: replace all sdk.models.gpt35/etc. with sdk.models.me...
Nate Sesti
2023-07-30
refactor: :construction: refactor so server runs until requesting model
Nate Sesti
2023-07-29
feat: :sparkles: FileTreeContextProvider
Nate Sesti
2023-07-29
feat: :sparkles: EmbeddingContextProvider
Nate Sesti
2023-07-29
make the MaybeProxy correctly instantiate the real LLM
Luna
2023-07-29
fix missing attributes in Models
Luna
2023-07-29
turn Models and LLM into pydantic-compatible classes
Luna
2023-07-29
feat: :loud_sound: display any server errors to the GUI
Nate Sesti
2023-07-28
fix: :children_crossing: add slash commands to default config
Nate Sesti
2023-07-28
make Models fetch LLM secret field declaratively
Luna
2023-07-28
use large/medium/small role separation for llm config
Luna
2023-07-28
fix: :bug: fix incorrect imports in default config file
Nate Sesti
2023-07-28
feat: :sparkles: allow custom OpenAI base_url
Nate Sesti
2023-07-28
refactor: :loud_sound: replace all print with logger.debug
Nate Sesti
2023-07-28
fix: :goal_net: catch errors when loading to meilisearch index
Nate Sesti
2023-07-28
refactor: :loud_sound: potential telemetry fixes
Nate Sesti
2023-07-28
make Config receive LLM objects
Luna
2023-07-26
fix: :ambulance: catch error from meilisearch client.health
Nate Sesti
2023-07-26
fix: :bug: async with Client (meilisearch)
Nate Sesti
2023-07-26
fix: :bug: access highlighted_code through context_manager
Nate Sesti
2023-07-25
meilisearch async client
Nate Sesti
2023-07-24
tweaks
Nate Sesti
2023-07-24
config cleaning
Nate Sesti
2023-07-24
telemetry refactoring and switch config.json->py
Nate Sesti
2023-07-24
file context provider and hovering niceties
Nate Sesti
2023-07-24
fixes from merge, images
Nate Sesti
[next]