summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-10-09fix: :bug: fix ci to only upload from linux x64, not alpineNate Sesti
2023-10-09fix: :memo: fix deployent readmeNate Sesti
2023-10-09Preview (#541)Nate Sesti
* Strong typing (#533) * refactor: :recycle: get rid of continuedev.src.continuedev structure * refactor: :recycle: switching back to server folder * feat: :sparkles: make config.py imports shorter * feat: :bookmark: publish as pre-release vscode extension * refactor: :recycle: refactor and add more completion params to ui * build: :building_construction: download from preview S3 * fix: :bug: fix paths * fix: :green_heart: package:pre-release * ci: :green_heart: more time for tests * fix: :green_heart: fix build scripts * fix: :bug: fix import in run.py * fix: :bookmark: update version to try again * ci: 💚 Update package.json version [skip ci] * refactor: :fire: don't check for old extensions version * fix: :bug: small bug fixes * fix: :bug: fix config.py import paths * ci: 💚 Update package.json version [skip ci] * ci: :green_heart: platform-specific builds test #1 * feat: :green_heart: ship with binary * fix: :green_heart: fix copy statement to include.exe for windows * fix: :green_heart: cd extension before packaging * chore: :loud_sound: count tokens generated * fix: :green_heart: remove npm_config_arch * fix: :green_heart: publish as pre-release! * chore: :bookmark: update version * perf: :green_heart: hardcode distro paths * fix: :bug: fix yaml syntax error * chore: :bookmark: update version * fix: :green_heart: update permissions and version * feat: :bug: kill old server if needed * feat: :lipstick: update marketplace icon for pre-release * ci: 💚 Update package.json version [skip ci] * feat: :sparkles: auto-reload for config.py * feat: :wrench: update default config.py imports * feat: :sparkles: codelens in config.py * feat: :sparkles: select model param count from UI * ci: 💚 Update package.json version [skip ci] * feat: :sparkles: more model options, ollama error handling * perf: :zap: don't show server loading immediately * fix: :bug: fixing small UI details * ci: 💚 Update package.json version [skip ci] * feat: :rocket: headers param on LLM class * fix: :bug: fix headers for openai.;y * feat: :sparkles: highlight code on cmd+shift+L * ci: 💚 Update package.json version [skip ci] * feat: :lipstick: sticky top bar in gui.tsx * fix: :loud_sound: websocket logging and horizontal scrollbar * ci: 💚 Update package.json version [skip ci] * feat: :sparkles: allow AzureOpenAI Service through GGML * ci: 💚 Update package.json version [skip ci] * fix: :bug: fix automigration * ci: 💚 Update package.json version [skip ci] * ci: :green_heart: upload binaries in ci, download apple silicon * chore: :fire: remove notes * fix: :green_heart: use curl to download binary * fix: :green_heart: set permissions on apple silicon binary * fix: :green_heart: testing * fix: :green_heart: cleanup file * fix: :green_heart: fix preview.yaml * fix: :green_heart: only upload once per binary * fix: :green_heart: install rosetta * ci: :green_heart: download binary after tests * ci: 💚 Update package.json version [skip ci] * ci: :green_heart: prepare ci for merge to main --------- Co-authored-by: GitHub Action <action@github.com>
2023-09-26feat: convert issue templates to issue form templates (#507)LangLangBart
* feat: convert issue templates to issue form templates * update * fix: add missing parenthesis * adjusting words 🎵 * adjusting words again 🎵 --------- Co-authored-by: Ty Dunn <ty@tydunn.com>
2023-09-25fix: :green_heart: update pypi version, don't push from mainNate Sesti
2023-09-14fix: :bug: fix huggingface tgiNate Sesti
2023-09-11ci: :green_heart: skip tests for nowNate Sesti
2023-09-07feat: :money_with_wings: free trial usage indicatorNate Sesti
2023-09-07fix ci failureNate Sesti
2023-09-07fix: :green_heart: pull origin main in main.yaml after pypi updateNate Sesti
2023-09-06fix: :bug: permissions for pypi-deployment stepNate Sesti
2023-09-06ci: :green_heart: bump poetry versionNate Sesti
2023-09-06ci: :green_heart: publish to pypi in ciNate Sesti
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-02fix: :rocket: fallback s3 bucketNate Sesti
2023-09-01refactor: :recycle: refactoring LLM to avoid repetitionNate Sesti
2023-09-01ci: :green_heart: fix path for chmodNate Sesti
2023-09-01fix syntaxNate Sesti
2023-09-01ci: :green_heart: copy binaries to new location in ciNate Sesti
2023-08-28build: :green_heart: publish to open vsx registry in ciNate Sesti
2023-08-23don't delete all of exe in s3, keep m1 binaryNate Sesti
2023-08-23use apple-silicon binaryNate Sesti
2023-08-23Testing gh workflow (#401)Nate Sesti
* testing * logging again * log home dir * build m1 script * correctly parse dates in history.tsx * logging * add redbaron to requirements.txt * tweaks before merging to main
2023-08-23continue.log artifact, add redbaron hidden importNate Sesti
2023-08-14set permissions to /exeNate Sesti
2023-08-14download directly to server/exe without os prefixNate Sesti
2023-08-14chmodNate Sesti
2023-08-14pwdNate Sesti
2023-08-14list filesNate Sesti
2023-08-14testingNate Sesti
2023-08-14update pyinstallerNate Sesti
2023-08-14and moreNate Sesti
2023-08-14moreNate Sesti
2023-08-14againNate Sesti
2023-08-14fix powershell move commandNate Sesti
2023-08-14download binaries to correct locationNate Sesti
2023-08-14skip steps for speedNate Sesti
2023-08-14fix: :bug: MAX_TOKENS_FOR_MODEL bug fix, more testingNate Sesti
2023-08-14debugging old pyinstaller exeNate Sesti
2023-08-13Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-13ci: :green_heart: split into package and prepackage stepsNate Sesti
2023-08-13Update main.yaml (temporary)Nate Sesti
2023-08-11ci: :green_heart: run ci only on mainNate Sesti
2023-08-11fix: :bug: version patch in the publish stepNate Sesti
2023-08-10fix: :green_heart: remove "patch" from vsce publish commandNate Sesti
2023-08-10fix: :ambulance: specify packagePath for vsixNate Sesti
2023-08-10test: :white_check_mark: do full ci runNate Sesti
2023-08-10fix: :green_heart: one last testNate Sesti
2023-08-10fix: :green_heart: testing for failure to package dist in vsixNate Sesti
2023-08-09fix: :green_heart: publishing to depend on ALL testsNate Sesti