summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-06chore: :bookmark: update pypi version manuallyNate Sesti
2023-09-06fix: :bug: permissions for pypi-deployment stepNate Sesti
2023-09-06ci: :green_heart: bump poetry versionNate Sesti
2023-09-06feat: :sparkles: run continue immediately from pypi pkgNate Sesti
2023-09-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-06ci: :green_heart: publish to pypi in ciNate Sesti
2023-09-06fix: :construction: working on fixing lspNate Sesti
2023-09-06Update customization.mdNate Sesti
2023-09-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-05Development Data Logging (#455)Nate Sesti
* feat: :tada: playing around with dlt for data loading * feat: :loud_sound: log development data * feat: :loud_sound: log tokens generated by model * fix: :safety_vest: try/except around dev_data_logger.capture
2023-09-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-05fix: :lipstick: nicer autoscrollNate Sesti
2023-09-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-05Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-05feat: :sparkles: /cmd slash commandNate Sesti
2023-09-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-05Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-05fix: :lipstick: fix layout bugsNate Sesti
2023-09-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-05Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-05feat: :sparkles: support browser-based IDEs with createMemoryRouterNate Sesti
2023-09-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-05update versionNate Sesti
2023-09-04Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-04feat: :sparkles: autoscrollingNate Sesti
2023-09-04intro, getting started, how to (#452)Ty Dunn
2023-09-04ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-04fix: :green_heart: don't exclude jedi from pyinstallerNate Sesti
2023-09-04fix: :green_heart: update pylsp hidden importNate 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
* headless IDE subclass * finish headless_ide methods * feat: :sparkles: headless mode running with config flag * work on debugging * python lsp support * more lsp+debugging work * refactor: :safety_vest: safely load LSP * test: :white_check_mark: testing steps in headless mode * refactor: :clown_face: cleanup subprocesses * fix: :bug: handle data: [DONE] from Together
2023-09-04ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-04fix: :safety_vest: more safely convert windows path to posixNate Sesti
2023-09-04Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-04fix: :bug: correct path sep for ssh-remote filesNate Sesti
2023-09-04Correct import for Llama.cpp (#451)RA-Phil-K
2023-09-04ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-03fix: :bug: allow None for timeoutNate Sesti
2023-09-04ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-03refactor: :construction: Initial, not tested, refactor of LLM (#448)Nate Sesti
* refactor: :construction: Initial, not tested, refactor of LLM * refactor: :construction: replace usages of _complete with complete * fix: :bug: fixes after refactor * refactor: :recycle: template raw completions in chat format * test: :white_check_mark: simplified edit prompt and UNIT TESTS! * ci: :green_heart: unit tests in ci * fix: :bug: fixes for unit tests in ci * fix: :bug: start uvicorn in tests without poetry * fix: :closed_lock_with_key: add secrets to main.yaml * feat: :adhesive_bandage: timeout for all LLM classes * ci: :green_heart: prepare main.yaml for main branch
2023-09-03ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-02Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-02fix: :rocket: fallback s3 bucketNate Sesti
2023-09-03ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-02fix: :bug: remove empty grammar from llama_cpp_argsNate Sesti
2023-09-02Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-02docs: :memo: Documentation updateNate Sesti
2023-09-02ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-02fix: :bug: fix timeout typeNate Sesti