summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-19cleanup speccleanupTuowen Zhao
2023-10-19update schemaTuowen Zhao
2023-10-19cleanup serverTuowen Zhao
2023-10-19cleanup serverTuowen Zhao
2023-10-18cleanup uiTuowen Zhao
2023-10-18CleanupTuowen Zhao
2023-10-18📝 1-on-1 tutorials message in READMENate Sesti
2023-10-17🔥 add jetbrains files to .gitignoreNate Sesti
2023-10-16📝 default config.py full fileNate Sesti
2023-10-16Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-10-16fix: docs and install dependencies task for new directory structure (#551)Tim Dahlmanns
* docs: update directory structure * fix: install dependencies task * undo reset * Remove create-a-recipe.md --------- Co-authored-by: Nate Sesti <sestinj@gmail.com>
2023-10-16📝 update CONTRIBUTING.mdNate Sesti
2023-10-14Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-10-14Syntax error fixes (#549)mohankumarelec
* Syntax error fixes * Update paths.py
2023-10-14🐛 fix escaped curly bracesNate Sesti
2023-10-13improving docs seo (#550)Ty Dunn
* adding titles, keywords, etc * 🐛 fix build error --------- Co-authored-by: Nate Sesti <sestinj@gmail.com>
2023-10-11docs: :memo: update embeddings docsNate Sesti
2023-10-11max-width changed (#546)Allan Joston Fernandes
* modal width 50vw * max-width: 50vw
2023-10-11Update replicatellm.md (#544)smyja
Fixed broken link
2023-10-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-10-09fix: :bug: fix ci to only upload from linux x64, not alpineNate Sesti
2023-10-09chore: :bookmark: update package.json versionNate 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-10-09= instead of :Ty Dunn
2023-10-09fix: :memo: use backup server links in docsNate Sesti
2023-10-05check if attribute choices is present (#535)Abhijit Balaji
2023-10-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-10-05Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-10-05feat: :lipstick: gallery banner colorNate Sesti
2023-10-05feat: :lipstick: update icon and descriptionNate Sesti
2023-10-05adding refs to jetbrains (#520)Ty Dunn
2023-10-05ci: 💚 Update package.json version [skip ci]GitHub Action
2023-10-04feat: :loud_sound: telemetry for vscode vs. jetbrainsNate Sesti
2023-10-04ci: 💚 Update package.json version [skip ci]GitHub Action
2023-10-04fix: :bug: fix for windows drive difference bugNate Sesti
2023-10-04docs: :memo: title for codeblocks in docsNate Sesti
2023-10-04feat: :lipstick: better loading experienceNate Sesti
2023-10-02ci: 💚 Update package.json version [skip ci]GitHub Action
2023-10-02fix: :bug: automigrate between short/long importsNate Sesti
2023-10-02fix: :bug: temporarily disable lsp before fixing w/ vscodeNate Sesti
2023-10-02fix: :bug: let context providers work without meilisearchNate Sesti
2023-10-02fix: :bug: start meilisearch in parallel to serverNate Sesti
2023-10-02Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-10-02fix: :bug: change for/backwardslash decoding schemeNate Sesti
2023-10-02fixing typo in api docs refTy Dunn
2023-10-02palm api docsTy Dunn
2023-09-30docs: :memo: update embeddings docsNate Sesti
2023-09-30ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-30adding support for the google palm api (#524)Ty Dunn
* adding support for palm api * docs: :bug: update modelData to new format --------- Co-authored-by: Nate Sesti <sestinj@gmail.com>