summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-29fix: :bug: fix for edit=None in highlightedCode updateNate Sesti
2023-09-28ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-28fix: :bug: don't override context length param in OpenAINate Sesti
2023-09-28fix: :bug: fix height bug after cmd+shift+RNate Sesti
2023-09-28fix: :bug: fix azure openai bug for 07 versionNate Sesti
2023-09-28ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-28Past input (#513)Nate Sesti
* feat: :construction: use ComboBox in place of UserInputContainer * feat: :construction: adding context to previous inputs steps * feat: :sparkles: preview context items on click * feat: :construction: more work on context items ui * style: :construction: working out the details of ctx item buttons * feat: :sparkles: getting the final details * fix: :bug: fix height of ctx items bar * fix: :bug: last couple of details * fix: :bug: pass model param through to hf inference api * fix: :loud_sound: better logging for timeout * feat: :sparkles: option to set the meilisearch url * fix: :bug: fix height of past inputs
2023-09-27pull -> runTy Dunn
2023-09-26ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-26Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-26fix: :ambulance: class_name hotfixNate Sesti
2023-09-26ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-26Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-26fix: :bug: now progress bar when api_key enteredNate Sesti
2023-09-26ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-26docs: :memo: update references to Ollama to mention Linux supportNate Sesti
2023-09-26Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-26fix: :bug: ftc fixNate Sesti
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: :bug: small fixes, update troubleshooting docsNate Sesti
2023-09-25ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-25fix: :green_heart: update pypi version, don't push from mainNate Sesti
2023-09-25fix: :bookmark: update versionNate Sesti
2023-09-25fix: :bug: don't open continue automaticallyNate Sesti
2023-09-25fix: :memo: escape <QUESTION> in docsNate Sesti
2023-09-25ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-25refactor: :bookmark: update pypi versionNate Sesti
2023-09-25feat: :memo: embeddings experimental walkthroughNate Sesti
2023-09-25fix: :memo: remove reference duplicates for ctx providersNate Sesti
2023-09-24fix: :lipstick: update font size for input, remove first tutorial stepNate Sesti
2023-09-24feat: :fire: fix duplication in referenceNate Sesti
2023-09-24ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-24ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-24Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-24feat: :lipstick: setting to change font sizeNate Sesti
2023-09-24ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-24ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-24Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-24feat: :lipstick: more ui improvementsNate Sesti
2023-09-23ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-23ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-23Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-23fix: :bug: small bug fixNate Sesti
2023-09-23ci: 💚 Update package.json version [skip ci]GitHub Action
2023-09-23ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-23UI Redesign and fixing many details (#496)Nate Sesti
* feat: :lipstick: start of major design upgrade * feat: :lipstick: model selection page * feat: :lipstick: use shortcut to add highlighted code as ctx * feat: :lipstick: better display of errors * feat: :lipstick: ui for learning keyboard shortcuts, more details * refactor: :construction: testing slash commands ui * Truncate continue.log * refactor: :construction: refactoring client_session, ui, more * feat: :bug: layout fixes * refactor: :lipstick: ui to enter OpenAI Key * refactor: :truck: rename MaybeProxyOpenAI -> OpenAIFreeTrial * starting help center * removing old shortcut docs * fix: :bug: fix model setting logic to avoid overwrites * feat: :lipstick: tutorial and model descriptions * refactor: :truck: rename unused -> saved * refactor: :truck: rename model roles * feat: :lipstick: edit indicator * refactor: :lipstick: move +, folder icons * feat: :lipstick: tab to clear all context * fix: :bug: context providers ui fixes * fix: :bug: fix lag when stopping step * fix: :bug: don't override system message for models * fix: :bug: fix continue button cursor * feat: :lipstick: title bar * fix: :bug: updates to code highlighting logic and more * fix: :bug: fix renaming of summarize model role * feat: :lipstick: help page and better session title * feat: :lipstick: more help page / ui improvements * feat: :lipstick: set session title * fix: :bug: small fixes for changing sessions * fix: :bug: perfecting the highlighting code and ctx interactions * style: :lipstick: sticky headers for scroll, ollama warming * fix: :bug: fix toggle bug --------- Co-authored-by: Ty Dunn <ty@tydunn.com>
2023-09-22Update PyInstaller call to detect M1 architecture or allow manual override ↵Joseph Mearman
(#497) * The shebang must be on the first line. Delete blanks and move comments. See SC1128. https://github.com/koalaman/shellcheck/wiki/SC1128 * In POSIX sh, 'source' in place of '.' is undefined. https://github.com/koalaman/shellcheck/wiki/SC2039 * build.sh: Update PyInstaller call to detect M1 architecture or allow manual override This commit updates the build.sh script to include logic for detecting the M1 architecture or allowing a manual override. The SPEC_FILE variable is set accordingly based on the provided argument ("m1" or "regular") or the system's architecture. This ensures that the correct spec file is used when calling PyInstaller from within the virtual environment. Additionally, a comment is added to clarify each step of the process. Note: The virtual environment is deactivated at the end of the script. * build.sh: Add architecture detection and print statements - Added architecture detection for M1 and regular architectures - Print statements added to indicate the detected architecture and spec file being used * Update build script command for M1 Mac in manually-run-continue.md The build script command for building on an M1 Mac has been updated to `sh build.sh m1` instead of `sh buildm1.sh`. This change ensures that the correct build script is used when building for an M1 Mac.
2023-09-20fix: attempt to fix #485 (#498)LangLangBart
2023-09-20Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-20docs: note for JRE (#494)LangLangBart
* docs: note for JRE use the note/warning syntax for colored symbols https://github.com/orgs/community/discussions/16925 * chore: use line breaks for limit of 90 chars for both notes