-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview #1644
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: tgaff <[email protected]>
Co-authored-by: tgaff <[email protected]>
Co-authored-by: tgaff <[email protected]>
Co-authored-by: tgaff <[email protected]>
The `systeminformation` can return false for `BatteryData.acConnected` and `BatteryData.isCharging`, when battery charged to 100%
…#1562) * fix: autocomplete label after selecting a query type context * fix: resolved issue causing unintentional changes to editor
* add vscode api docs * update func ref * fix typo
…into justinmilner1-CON-991-a
…ream/continue into sr-tream-pause_completion_on_battery
* docs: add docs and schema for "OS" provider (#1536) * ignore .env * fix(gui): ctx rendering w/ renderInlineAs: "" (#1541) * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * fix codeqwen autocomplete leading space * add voyage rerank-1 * feat: `--noEmit` for tsc checks in CI (#1559) * docs: update CustomContextProvider docs (#1557) * add stop tokens to qwen prompt * update docs to reflect 3.5 sonnet being best * docs: comment out unused providers (#1561) * import Handlebars * feat: toast notification for config updates (#1560) * feat: toast notification for config updates * feat: only trigger toast on config.json save * displayRawMarkdown option * feat: open pane on install (#1564) * feat: open pane on activation * comment out testing code * update to reflect 16 stop words limit for deepseek * feat: only trigger config update toast in vscode (#1571) * docs(prompt-files): fix typos + clarify (#1575) * doc: prompt file typo + clarifications * fix: add back correct docs * chore: add telemetry for pageviews (#1576) * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * docs(telemetry): add pageviews to tracking list (#1581) * Add reranker configuration options to codebase embedding docs (#1584) - Introduce reranker concept - List available reranker options - Provide configuration instructions - Update keywords to include "reranker" * chore: update pr template with screenshots (#1590) * Refactor ConfirmationDialog to use SecondaryButton for cancel action (#1586) * Added instructions for running docs server locally (#1578) - Added NPM script method - Added VS Code task method - Update contributing guidelines * Update branch policy (#1577) - Change PR target to `dev` branch - Update `CONTRIBUTING.md` instructions * Consolidate example configurations into the main configuration guide (#1579) - Moved examples to configuration.md - Deleted the separate examples.md file - Updated sidebar order and links - Improved readability and structure in configuration.md * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * Update completionProvider.ts (warning tab-autocomplete models) (#1566) * feat: enhanced IndexingProgressBar with blinking dot feature - Integrated BlinkingDot component - Added STATUS_COLORS for various states - Replaced CircleDiv with BlinkingDot in UI - Updated status messages and layout * small UI tweaks * feat(gui): enhance ModelCard, ModelProviderTag, and Toggle components (#1595) - add styling and adjustments to ModelCard - update ModelProviderTag font size - remove box shadow from Toggle component - tweak icon styles in ModelCard - improve alignment and spacing * media query * feat: add best experience onboarding * fix: file rename * stop movement on button hover by keeping same border thickness * fix mistake in setting cursor: pointer * fix when free trial option is shown * Support Node.js versions below 20 for streaming response handling (#1591) - Add fallback for Node < 20 - Implement toAsyncIterable for streaming - Use TextDecoder for manual decoding - Maintain existing streaming for Node 20+ * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * fix hasPassedFTL * fix /edit cancellation from UI * feat: add `applyCodeBlock` experimental prop (#1601) * feat: add new model styling improvements (#1609) * feat: add new model styling improvements * better gap size * feat: update bug_report.yml (#1610) * chore: update bug_report.yml * typo fix * feat: add labels to "Add docs" dialog (#1612) * feat: add labels to "Add docs" dialog * remove autofocus * don't double load config * small fixes * speed up directory traversal, and use correct native path module * option not to show config update toast * merge air-gapped and recommended setup pages * chore: add telemetry for full screen toggle (#1618) * Fix headings in codebase-embeddings.md (#1617) * mention jetbrains * docs: update changie (#1619) * feat: updated changie config * hide toc and autogenerate * Update changelog.mdx * link to deeper explanation of embeddings models * ensure target="_blank" for all links in sidebar * fix gif links in intellij README.md * don't require rust in dependency installation * chore: fix padding on gh button (#1620) * chore: adjust button padding * Update tasks.json * escape colons in diff path * smoother lancedb indexing reporting * smooth progress updates for indexing * fix tsc err * rerank-lite-1 --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]>
* docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (#1576) * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]>
* docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (#1576) * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables * "stash" instead of "delete" in indexing progress * fix preview.yaml * also fix main.yaml --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]>
* docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]>
✅ Deploy Preview for continuedev canceled.
|
* docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version * changelog --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]>
sestinj
added a commit
that referenced
this pull request
Jul 9, 2024
* add Msty provider * fix: add Msty logo * Update docs/docs/walkthroughs/codellama.md Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update gui/src/util/modelData.ts Co-authored-by: tgaff <[email protected]> * CON-991-a accept/reject all working here * CON-991-a: Everything working * Testing completed * Add setting to pause Continue, when laptop do not connected to AC * 🔋 Workaround for full battery The `systeminformation` can return false for `BatteryData.acConnected` and `BatteryData.isCharging`, when battery charged to 100% * update main.yaml * better refactoring and error handling for indexing * update jetbrains build scripts * update package.json version * update version * run on macos-latest * button to skip onboarding * docs about rerankers [skip ci] * fileExists in IDE protocol * fixed source retrial when only a line instead of a scope is given (#1545) * ignoreFocusOut on input box * fix: preserve indentation in code blocks (#1554) * fix: autocomplete label after selecting a query type context provider (#1562) * fix: autocomplete label after selecting a query type context * fix: resolved issue causing unintentional changes to editor * Add support for Azure OpenAI Endpoint in OpenAIEmbeddingProvider (#1517) * add method_declaration for java * ✏️ fix typo * update docs with VSCode API example (#1476) * add vscode api docs * update func ref * fix typo * update config_schema * merge pause with new quick pick * dev (#1542) * docs: add docs and schema for "OS" provider (#1536) * ignore .env * fix(gui): ctx rendering w/ renderInlineAs: "" (#1541) * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * fix codeqwen autocomplete leading space * add voyage rerank-1 * feat: `--noEmit` for tsc checks in CI (#1559) * docs: update CustomContextProvider docs (#1557) * add stop tokens to qwen prompt * update docs to reflect 3.5 sonnet being best * docs: comment out unused providers (#1561) * import Handlebars * feat: toast notification for config updates (#1560) * feat: toast notification for config updates * feat: only trigger toast on config.json save * displayRawMarkdown option * feat: open pane on install (#1564) * feat: open pane on activation * comment out testing code * update to reflect 16 stop words limit for deepseek * feat: only trigger config update toast in vscode (#1571) * docs(prompt-files): fix typos + clarify (#1575) * doc: prompt file typo + clarifications * fix: add back correct docs * chore: add telemetry for pageviews (#1576) * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * docs(telemetry): add pageviews to tracking list (#1581) * Add reranker configuration options to codebase embedding docs (#1584) - Introduce reranker concept - List available reranker options - Provide configuration instructions - Update keywords to include "reranker" * chore: update pr template with screenshots (#1590) * Refactor ConfirmationDialog to use SecondaryButton for cancel action (#1586) * Added instructions for running docs server locally (#1578) - Added NPM script method - Added VS Code task method - Update contributing guidelines * Update branch policy (#1577) - Change PR target to `dev` branch - Update `CONTRIBUTING.md` instructions * Consolidate example configurations into the main configuration guide (#1579) - Moved examples to configuration.md - Deleted the separate examples.md file - Updated sidebar order and links - Improved readability and structure in configuration.md * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * Update completionProvider.ts (warning tab-autocomplete models) (#1566) * feat: enhanced IndexingProgressBar with blinking dot feature - Integrated BlinkingDot component - Added STATUS_COLORS for various states - Replaced CircleDiv with BlinkingDot in UI - Updated status messages and layout * small UI tweaks * feat(gui): enhance ModelCard, ModelProviderTag, and Toggle components (#1595) - add styling and adjustments to ModelCard - update ModelProviderTag font size - remove box shadow from Toggle component - tweak icon styles in ModelCard - improve alignment and spacing * media query * feat: add best experience onboarding * fix: file rename * stop movement on button hover by keeping same border thickness * fix mistake in setting cursor: pointer * fix when free trial option is shown * Support Node.js versions below 20 for streaming response handling (#1591) - Add fallback for Node < 20 - Implement toAsyncIterable for streaming - Use TextDecoder for manual decoding - Maintain existing streaming for Node 20+ * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * fix hasPassedFTL * fix /edit cancellation from UI * feat: add `applyCodeBlock` experimental prop (#1601) * feat: add new model styling improvements (#1609) * feat: add new model styling improvements * better gap size * feat: update bug_report.yml (#1610) * chore: update bug_report.yml * typo fix * feat: add labels to "Add docs" dialog (#1612) * feat: add labels to "Add docs" dialog * remove autofocus * don't double load config * small fixes * speed up directory traversal, and use correct native path module * option not to show config update toast * merge air-gapped and recommended setup pages * chore: add telemetry for full screen toggle (#1618) * Fix headings in codebase-embeddings.md (#1617) * mention jetbrains * docs: update changie (#1619) * feat: updated changie config * hide toc and autogenerate * Update changelog.mdx * link to deeper explanation of embeddings models * ensure target="_blank" for all links in sidebar * fix gif links in intellij README.md * don't require rust in dependency installation * chore: fix padding on gh button (#1620) * chore: adjust button padding * Update tasks.json * escape colons in diff path * smoother lancedb indexing reporting * smooth progress updates for indexing * fix tsc err * rerank-lite-1 --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]> * update package.json version * Dev (#1627) * docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (#1576) * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * Dev (#1629) * docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (#1576) * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables * "stash" instead of "delete" in indexing progress * fix preview.yaml * also fix main.yaml --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * skip tests on linux * upgrade package.json version * skip new tests for now * Dev (#1643) * docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * changelog (#1645) * docs: add docs and schema for "OS" provider (#1536) * ignore .env * ✨ use and cache imports for autocomplete (#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version * changelog --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * update version --------- Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: tgaff <[email protected]> Co-authored-by: Justin Milner <[email protected]> Co-authored-by: SR_team <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: Andrij David <[email protected]> Co-authored-by: Adam Shedivy <[email protected]> Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]>
rishacha
pushed a commit
to B-Rajpal/continue
that referenced
this pull request
Jul 25, 2024
* add Msty provider * fix: add Msty logo * Update docs/docs/walkthroughs/codellama.md Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update gui/src/util/modelData.ts Co-authored-by: tgaff <[email protected]> * CON-991-a accept/reject all working here * CON-991-a: Everything working * Testing completed * Add setting to pause Continue, when laptop do not connected to AC * 🔋 Workaround for full battery The `systeminformation` can return false for `BatteryData.acConnected` and `BatteryData.isCharging`, when battery charged to 100% * update main.yaml * better refactoring and error handling for indexing * update jetbrains build scripts * update package.json version * update version * run on macos-latest * button to skip onboarding * docs about rerankers [skip ci] * fileExists in IDE protocol * fixed source retrial when only a line instead of a scope is given (continuedev#1545) * ignoreFocusOut on input box * fix: preserve indentation in code blocks (continuedev#1554) * fix: autocomplete label after selecting a query type context provider (continuedev#1562) * fix: autocomplete label after selecting a query type context * fix: resolved issue causing unintentional changes to editor * Add support for Azure OpenAI Endpoint in OpenAIEmbeddingProvider (continuedev#1517) * add method_declaration for java * ✏️ fix typo * update docs with VSCode API example (continuedev#1476) * add vscode api docs * update func ref * fix typo * update config_schema * merge pause with new quick pick * dev (continuedev#1542) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * fix(gui): ctx rendering w/ renderInlineAs: "" (continuedev#1541) * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * fix codeqwen autocomplete leading space * add voyage rerank-1 * feat: `--noEmit` for tsc checks in CI (continuedev#1559) * docs: update CustomContextProvider docs (continuedev#1557) * add stop tokens to qwen prompt * update docs to reflect 3.5 sonnet being best * docs: comment out unused providers (continuedev#1561) * import Handlebars * feat: toast notification for config updates (continuedev#1560) * feat: toast notification for config updates * feat: only trigger toast on config.json save * displayRawMarkdown option * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * update to reflect 16 stop words limit for deepseek * feat: only trigger config update toast in vscode (continuedev#1571) * docs(prompt-files): fix typos + clarify (continuedev#1575) * doc: prompt file typo + clarifications * fix: add back correct docs * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * docs(telemetry): add pageviews to tracking list (continuedev#1581) * Add reranker configuration options to codebase embedding docs (continuedev#1584) - Introduce reranker concept - List available reranker options - Provide configuration instructions - Update keywords to include "reranker" * chore: update pr template with screenshots (continuedev#1590) * Refactor ConfirmationDialog to use SecondaryButton for cancel action (continuedev#1586) * Added instructions for running docs server locally (continuedev#1578) - Added NPM script method - Added VS Code task method - Update contributing guidelines * Update branch policy (continuedev#1577) - Change PR target to `dev` branch - Update `CONTRIBUTING.md` instructions * Consolidate example configurations into the main configuration guide (continuedev#1579) - Moved examples to configuration.md - Deleted the separate examples.md file - Updated sidebar order and links - Improved readability and structure in configuration.md * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * Update completionProvider.ts (warning tab-autocomplete models) (continuedev#1566) * feat: enhanced IndexingProgressBar with blinking dot feature - Integrated BlinkingDot component - Added STATUS_COLORS for various states - Replaced CircleDiv with BlinkingDot in UI - Updated status messages and layout * small UI tweaks * feat(gui): enhance ModelCard, ModelProviderTag, and Toggle components (continuedev#1595) - add styling and adjustments to ModelCard - update ModelProviderTag font size - remove box shadow from Toggle component - tweak icon styles in ModelCard - improve alignment and spacing * media query * feat: add best experience onboarding * fix: file rename * stop movement on button hover by keeping same border thickness * fix mistake in setting cursor: pointer * fix when free trial option is shown * Support Node.js versions below 20 for streaming response handling (continuedev#1591) - Add fallback for Node < 20 - Implement toAsyncIterable for streaming - Use TextDecoder for manual decoding - Maintain existing streaming for Node 20+ * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * fix hasPassedFTL * fix /edit cancellation from UI * feat: add `applyCodeBlock` experimental prop (continuedev#1601) * feat: add new model styling improvements (continuedev#1609) * feat: add new model styling improvements * better gap size * feat: update bug_report.yml (continuedev#1610) * chore: update bug_report.yml * typo fix * feat: add labels to "Add docs" dialog (continuedev#1612) * feat: add labels to "Add docs" dialog * remove autofocus * don't double load config * small fixes * speed up directory traversal, and use correct native path module * option not to show config update toast * merge air-gapped and recommended setup pages * chore: add telemetry for full screen toggle (continuedev#1618) * Fix headings in codebase-embeddings.md (continuedev#1617) * mention jetbrains * docs: update changie (continuedev#1619) * feat: updated changie config * hide toc and autogenerate * Update changelog.mdx * link to deeper explanation of embeddings models * ensure target="_blank" for all links in sidebar * fix gif links in intellij README.md * don't require rust in dependency installation * chore: fix padding on gh button (continuedev#1620) * chore: adjust button padding * Update tasks.json * escape colons in diff path * smoother lancedb indexing reporting * smooth progress updates for indexing * fix tsc err * rerank-lite-1 --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]> * update package.json version * Dev (continuedev#1627) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * Dev (continuedev#1629) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables * "stash" instead of "delete" in indexing progress * fix preview.yaml * also fix main.yaml --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * skip tests on linux * upgrade package.json version * skip new tests for now * Dev (continuedev#1643) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * changelog (continuedev#1645) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version * changelog --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * update version --------- Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: tgaff <[email protected]> Co-authored-by: Justin Milner <[email protected]> Co-authored-by: SR_team <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: Andrij David <[email protected]> Co-authored-by: Adam Shedivy <[email protected]> Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]>
Patrick-Erichsen
added a commit
to Patrick-Erichsen/continue
that referenced
this pull request
Aug 2, 2024
* add Msty provider * fix: add Msty logo * Update docs/docs/walkthroughs/codellama.md Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update gui/src/util/modelData.ts Co-authored-by: tgaff <[email protected]> * CON-991-a accept/reject all working here * CON-991-a: Everything working * Testing completed * Add setting to pause Continue, when laptop do not connected to AC * 🔋 Workaround for full battery The `systeminformation` can return false for `BatteryData.acConnected` and `BatteryData.isCharging`, when battery charged to 100% * update main.yaml * better refactoring and error handling for indexing * update jetbrains build scripts * update package.json version * update version * run on macos-latest * button to skip onboarding * docs about rerankers [skip ci] * fileExists in IDE protocol * fixed source retrial when only a line instead of a scope is given (continuedev#1545) * ignoreFocusOut on input box * fix: preserve indentation in code blocks (continuedev#1554) * fix: autocomplete label after selecting a query type context provider (continuedev#1562) * fix: autocomplete label after selecting a query type context * fix: resolved issue causing unintentional changes to editor * Add support for Azure OpenAI Endpoint in OpenAIEmbeddingProvider (continuedev#1517) * add method_declaration for java * ✏️ fix typo * update docs with VSCode API example (continuedev#1476) * add vscode api docs * update func ref * fix typo * update config_schema * merge pause with new quick pick * dev (continuedev#1542) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * fix(gui): ctx rendering w/ renderInlineAs: "" (continuedev#1541) * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * fix codeqwen autocomplete leading space * add voyage rerank-1 * feat: `--noEmit` for tsc checks in CI (continuedev#1559) * docs: update CustomContextProvider docs (continuedev#1557) * add stop tokens to qwen prompt * update docs to reflect 3.5 sonnet being best * docs: comment out unused providers (continuedev#1561) * import Handlebars * feat: toast notification for config updates (continuedev#1560) * feat: toast notification for config updates * feat: only trigger toast on config.json save * displayRawMarkdown option * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * update to reflect 16 stop words limit for deepseek * feat: only trigger config update toast in vscode (continuedev#1571) * docs(prompt-files): fix typos + clarify (continuedev#1575) * doc: prompt file typo + clarifications * fix: add back correct docs * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * docs(telemetry): add pageviews to tracking list (continuedev#1581) * Add reranker configuration options to codebase embedding docs (continuedev#1584) - Introduce reranker concept - List available reranker options - Provide configuration instructions - Update keywords to include "reranker" * chore: update pr template with screenshots (continuedev#1590) * Refactor ConfirmationDialog to use SecondaryButton for cancel action (continuedev#1586) * Added instructions for running docs server locally (continuedev#1578) - Added NPM script method - Added VS Code task method - Update contributing guidelines * Update branch policy (continuedev#1577) - Change PR target to `dev` branch - Update `CONTRIBUTING.md` instructions * Consolidate example configurations into the main configuration guide (continuedev#1579) - Moved examples to configuration.md - Deleted the separate examples.md file - Updated sidebar order and links - Improved readability and structure in configuration.md * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * Update completionProvider.ts (warning tab-autocomplete models) (continuedev#1566) * feat: enhanced IndexingProgressBar with blinking dot feature - Integrated BlinkingDot component - Added STATUS_COLORS for various states - Replaced CircleDiv with BlinkingDot in UI - Updated status messages and layout * small UI tweaks * feat(gui): enhance ModelCard, ModelProviderTag, and Toggle components (continuedev#1595) - add styling and adjustments to ModelCard - update ModelProviderTag font size - remove box shadow from Toggle component - tweak icon styles in ModelCard - improve alignment and spacing * media query * feat: add best experience onboarding * fix: file rename * stop movement on button hover by keeping same border thickness * fix mistake in setting cursor: pointer * fix when free trial option is shown * Support Node.js versions below 20 for streaming response handling (continuedev#1591) - Add fallback for Node < 20 - Implement toAsyncIterable for streaming - Use TextDecoder for manual decoding - Maintain existing streaming for Node 20+ * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * fix hasPassedFTL * fix /edit cancellation from UI * feat: add `applyCodeBlock` experimental prop (continuedev#1601) * feat: add new model styling improvements (continuedev#1609) * feat: add new model styling improvements * better gap size * feat: update bug_report.yml (continuedev#1610) * chore: update bug_report.yml * typo fix * feat: add labels to "Add docs" dialog (continuedev#1612) * feat: add labels to "Add docs" dialog * remove autofocus * don't double load config * small fixes * speed up directory traversal, and use correct native path module * option not to show config update toast * merge air-gapped and recommended setup pages * chore: add telemetry for full screen toggle (continuedev#1618) * Fix headings in codebase-embeddings.md (continuedev#1617) * mention jetbrains * docs: update changie (continuedev#1619) * feat: updated changie config * hide toc and autogenerate * Update changelog.mdx * link to deeper explanation of embeddings models * ensure target="_blank" for all links in sidebar * fix gif links in intellij README.md * don't require rust in dependency installation * chore: fix padding on gh button (continuedev#1620) * chore: adjust button padding * Update tasks.json * escape colons in diff path * smoother lancedb indexing reporting * smooth progress updates for indexing * fix tsc err * rerank-lite-1 --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]> * update package.json version * Dev (continuedev#1627) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * Dev (continuedev#1629) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables * "stash" instead of "delete" in indexing progress * fix preview.yaml * also fix main.yaml --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * skip tests on linux * upgrade package.json version * skip new tests for now * Dev (continuedev#1643) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * changelog (continuedev#1645) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version * changelog --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * update version --------- Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: tgaff <[email protected]> Co-authored-by: Justin Milner <[email protected]> Co-authored-by: SR_team <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: Andrij David <[email protected]> Co-authored-by: Adam Shedivy <[email protected]> Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]>
Patrick-Erichsen
added a commit
to Patrick-Erichsen/continue
that referenced
this pull request
Aug 2, 2024
* add Msty provider * fix: add Msty logo * Update docs/docs/walkthroughs/codellama.md Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update gui/src/util/modelData.ts Co-authored-by: tgaff <[email protected]> * CON-991-a accept/reject all working here * CON-991-a: Everything working * Testing completed * Add setting to pause Continue, when laptop do not connected to AC * 🔋 Workaround for full battery The `systeminformation` can return false for `BatteryData.acConnected` and `BatteryData.isCharging`, when battery charged to 100% * update main.yaml * better refactoring and error handling for indexing * update jetbrains build scripts * update package.json version * update version * run on macos-latest * button to skip onboarding * docs about rerankers [skip ci] * fileExists in IDE protocol * fixed source retrial when only a line instead of a scope is given (continuedev#1545) * ignoreFocusOut on input box * fix: preserve indentation in code blocks (continuedev#1554) * fix: autocomplete label after selecting a query type context provider (continuedev#1562) * fix: autocomplete label after selecting a query type context * fix: resolved issue causing unintentional changes to editor * Add support for Azure OpenAI Endpoint in OpenAIEmbeddingProvider (continuedev#1517) * add method_declaration for java * ✏️ fix typo * update docs with VSCode API example (continuedev#1476) * add vscode api docs * update func ref * fix typo * update config_schema * merge pause with new quick pick * dev (continuedev#1542) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * fix(gui): ctx rendering w/ renderInlineAs: "" (continuedev#1541) * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * fix codeqwen autocomplete leading space * add voyage rerank-1 * feat: `--noEmit` for tsc checks in CI (continuedev#1559) * docs: update CustomContextProvider docs (continuedev#1557) * add stop tokens to qwen prompt * update docs to reflect 3.5 sonnet being best * docs: comment out unused providers (continuedev#1561) * import Handlebars * feat: toast notification for config updates (continuedev#1560) * feat: toast notification for config updates * feat: only trigger toast on config.json save * displayRawMarkdown option * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * update to reflect 16 stop words limit for deepseek * feat: only trigger config update toast in vscode (continuedev#1571) * docs(prompt-files): fix typos + clarify (continuedev#1575) * doc: prompt file typo + clarifications * fix: add back correct docs * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * docs(telemetry): add pageviews to tracking list (continuedev#1581) * Add reranker configuration options to codebase embedding docs (continuedev#1584) - Introduce reranker concept - List available reranker options - Provide configuration instructions - Update keywords to include "reranker" * chore: update pr template with screenshots (continuedev#1590) * Refactor ConfirmationDialog to use SecondaryButton for cancel action (continuedev#1586) * Added instructions for running docs server locally (continuedev#1578) - Added NPM script method - Added VS Code task method - Update contributing guidelines * Update branch policy (continuedev#1577) - Change PR target to `dev` branch - Update `CONTRIBUTING.md` instructions * Consolidate example configurations into the main configuration guide (continuedev#1579) - Moved examples to configuration.md - Deleted the separate examples.md file - Updated sidebar order and links - Improved readability and structure in configuration.md * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * Update completionProvider.ts (warning tab-autocomplete models) (continuedev#1566) * feat: enhanced IndexingProgressBar with blinking dot feature - Integrated BlinkingDot component - Added STATUS_COLORS for various states - Replaced CircleDiv with BlinkingDot in UI - Updated status messages and layout * small UI tweaks * feat(gui): enhance ModelCard, ModelProviderTag, and Toggle components (continuedev#1595) - add styling and adjustments to ModelCard - update ModelProviderTag font size - remove box shadow from Toggle component - tweak icon styles in ModelCard - improve alignment and spacing * media query * feat: add best experience onboarding * fix: file rename * stop movement on button hover by keeping same border thickness * fix mistake in setting cursor: pointer * fix when free trial option is shown * Support Node.js versions below 20 for streaming response handling (continuedev#1591) - Add fallback for Node < 20 - Implement toAsyncIterable for streaming - Use TextDecoder for manual decoding - Maintain existing streaming for Node 20+ * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * fix hasPassedFTL * fix /edit cancellation from UI * feat: add `applyCodeBlock` experimental prop (continuedev#1601) * feat: add new model styling improvements (continuedev#1609) * feat: add new model styling improvements * better gap size * feat: update bug_report.yml (continuedev#1610) * chore: update bug_report.yml * typo fix * feat: add labels to "Add docs" dialog (continuedev#1612) * feat: add labels to "Add docs" dialog * remove autofocus * don't double load config * small fixes * speed up directory traversal, and use correct native path module * option not to show config update toast * merge air-gapped and recommended setup pages * chore: add telemetry for full screen toggle (continuedev#1618) * Fix headings in codebase-embeddings.md (continuedev#1617) * mention jetbrains * docs: update changie (continuedev#1619) * feat: updated changie config * hide toc and autogenerate * Update changelog.mdx * link to deeper explanation of embeddings models * ensure target="_blank" for all links in sidebar * fix gif links in intellij README.md * don't require rust in dependency installation * chore: fix padding on gh button (continuedev#1620) * chore: adjust button padding * Update tasks.json * escape colons in diff path * smoother lancedb indexing reporting * smooth progress updates for indexing * fix tsc err * rerank-lite-1 --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]> * update package.json version * Dev (continuedev#1627) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * Dev (continuedev#1629) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables * "stash" instead of "delete" in indexing progress * fix preview.yaml * also fix main.yaml --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * skip tests on linux * upgrade package.json version * skip new tests for now * Dev (continuedev#1643) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * changelog (continuedev#1645) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version * changelog --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * update version --------- Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: tgaff <[email protected]> Co-authored-by: Justin Milner <[email protected]> Co-authored-by: SR_team <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: Andrij David <[email protected]> Co-authored-by: Adam Shedivy <[email protected]> Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]>
Patrick-Erichsen
added a commit
to Patrick-Erichsen/continue
that referenced
this pull request
Aug 2, 2024
* add Msty provider * fix: add Msty logo * Update docs/docs/walkthroughs/codellama.md Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update docs/static/schemas/config.json Co-authored-by: tgaff <[email protected]> * Update gui/src/util/modelData.ts Co-authored-by: tgaff <[email protected]> * CON-991-a accept/reject all working here * CON-991-a: Everything working * Testing completed * Add setting to pause Continue, when laptop do not connected to AC * 🔋 Workaround for full battery The `systeminformation` can return false for `BatteryData.acConnected` and `BatteryData.isCharging`, when battery charged to 100% * update main.yaml * better refactoring and error handling for indexing * update jetbrains build scripts * update package.json version * update version * run on macos-latest * button to skip onboarding * docs about rerankers [skip ci] * fileExists in IDE protocol * fixed source retrial when only a line instead of a scope is given (continuedev#1545) * ignoreFocusOut on input box * fix: preserve indentation in code blocks (continuedev#1554) * fix: autocomplete label after selecting a query type context provider (continuedev#1562) * fix: autocomplete label after selecting a query type context * fix: resolved issue causing unintentional changes to editor * Add support for Azure OpenAI Endpoint in OpenAIEmbeddingProvider (continuedev#1517) * add method_declaration for java * ✏️ fix typo * update docs with VSCode API example (continuedev#1476) * add vscode api docs * update func ref * fix typo * update config_schema * merge pause with new quick pick * dev (continuedev#1542) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * fix(gui): ctx rendering w/ renderInlineAs: "" (continuedev#1541) * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * fix codeqwen autocomplete leading space * add voyage rerank-1 * feat: `--noEmit` for tsc checks in CI (continuedev#1559) * docs: update CustomContextProvider docs (continuedev#1557) * add stop tokens to qwen prompt * update docs to reflect 3.5 sonnet being best * docs: comment out unused providers (continuedev#1561) * import Handlebars * feat: toast notification for config updates (continuedev#1560) * feat: toast notification for config updates * feat: only trigger toast on config.json save * displayRawMarkdown option * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * update to reflect 16 stop words limit for deepseek * feat: only trigger config update toast in vscode (continuedev#1571) * docs(prompt-files): fix typos + clarify (continuedev#1575) * doc: prompt file typo + clarifications * fix: add back correct docs * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * docs(telemetry): add pageviews to tracking list (continuedev#1581) * Add reranker configuration options to codebase embedding docs (continuedev#1584) - Introduce reranker concept - List available reranker options - Provide configuration instructions - Update keywords to include "reranker" * chore: update pr template with screenshots (continuedev#1590) * Refactor ConfirmationDialog to use SecondaryButton for cancel action (continuedev#1586) * Added instructions for running docs server locally (continuedev#1578) - Added NPM script method - Added VS Code task method - Update contributing guidelines * Update branch policy (continuedev#1577) - Change PR target to `dev` branch - Update `CONTRIBUTING.md` instructions * Consolidate example configurations into the main configuration guide (continuedev#1579) - Moved examples to configuration.md - Deleted the separate examples.md file - Updated sidebar order and links - Improved readability and structure in configuration.md * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * Update completionProvider.ts (warning tab-autocomplete models) (continuedev#1566) * feat: enhanced IndexingProgressBar with blinking dot feature - Integrated BlinkingDot component - Added STATUS_COLORS for various states - Replaced CircleDiv with BlinkingDot in UI - Updated status messages and layout * small UI tweaks * feat(gui): enhance ModelCard, ModelProviderTag, and Toggle components (continuedev#1595) - add styling and adjustments to ModelCard - update ModelProviderTag font size - remove box shadow from Toggle component - tweak icon styles in ModelCard - improve alignment and spacing * media query * feat: add best experience onboarding * fix: file rename * stop movement on button hover by keeping same border thickness * fix mistake in setting cursor: pointer * fix when free trial option is shown * Support Node.js versions below 20 for streaming response handling (continuedev#1591) - Add fallback for Node < 20 - Implement toAsyncIterable for streaming - Use TextDecoder for manual decoding - Maintain existing streaming for Node 20+ * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * fix hasPassedFTL * fix /edit cancellation from UI * feat: add `applyCodeBlock` experimental prop (continuedev#1601) * feat: add new model styling improvements (continuedev#1609) * feat: add new model styling improvements * better gap size * feat: update bug_report.yml (continuedev#1610) * chore: update bug_report.yml * typo fix * feat: add labels to "Add docs" dialog (continuedev#1612) * feat: add labels to "Add docs" dialog * remove autofocus * don't double load config * small fixes * speed up directory traversal, and use correct native path module * option not to show config update toast * merge air-gapped and recommended setup pages * chore: add telemetry for full screen toggle (continuedev#1618) * Fix headings in codebase-embeddings.md (continuedev#1617) * mention jetbrains * docs: update changie (continuedev#1619) * feat: updated changie config * hide toc and autogenerate * Update changelog.mdx * link to deeper explanation of embeddings models * ensure target="_blank" for all links in sidebar * fix gif links in intellij README.md * don't require rust in dependency installation * chore: fix padding on gh button (continuedev#1620) * chore: adjust button padding * Update tasks.json * escape colons in diff path * smoother lancedb indexing reporting * smooth progress updates for indexing * fix tsc err * rerank-lite-1 --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]> * update package.json version * Dev (continuedev#1627) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * Dev (continuedev#1629) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: open pane on install (continuedev#1564) * feat: open pane on activation * comment out testing code * chore: add telemetry for pageviews (continuedev#1576) * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * remove doccs * basic tests for VS Code extension * improved testing of VS Code extension * manually implement stop tokens for hf inference api * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix windows performance issue * rename vscodeExtension.ts * migration of onboarding variables * "stash" instead of "delete" in indexing progress * fix preview.yaml * also fix main.yaml --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * skip tests on linux * upgrade package.json version * skip new tests for now * Dev (continuedev#1643) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * changelog (continuedev#1645) * docs: add docs and schema for "OS" provider (continuedev#1536) * ignore .env * ✨ use and cache imports for autocomplete (continuedev#1456) * ✨ use and cache imports for autocomplete * fix tsc * add voyage rerank-1 * import Handlebars * feat: update onboarding w/ embeddings model (continuedev#1570) * chore(gui): remove unused pages * feat: add embeddings step * feat: update styles * feat: copy button updates * fix: correct pull command for embed model * fix: remove commented code * fix: remove commented code * feat: simplify copy btn props * chore: rename onboarding selection event * feat: add provider config * fix: undo msg name * remove dead code * fix: invalid mode check * fix: remove testing logic * fix: fullscreen gui retains context when hidden, fixed fullscreen focusing (continuedev#1582) * small UI tweaks * media query * feat: add best experience onboarding * small fixes * feat: add free trial card to onboarding (continuedev#1600) * feat: add free trial card to onboarding * add import * chore: add telemetry for full screen toggle (continuedev#1618) * rerank-lite-1 * basic tests for VS Code extension * chore: onboarding metrics (continuedev#1626) * fix: pageview tracking * feat: add onboarding telemetry * create single `onboardingStatus` type * improved var naming * remove console logs * fix double adding of context providers * fix cross-platform build validation * Update troubleshooting.md (continuedev#1637) * add back skip onboarding button * fix free trial embeddings error * Nate/indexing fixes (continuedev#1642) * fix pausing of indexing * don't send empty array to openai embeddings * catch embeddings errors without stopping entire indexing process * update version * changelog --------- Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> * update version --------- Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: Ashok Gelal <[email protected]> Co-authored-by: tgaff <[email protected]> Co-authored-by: Justin Milner <[email protected]> Co-authored-by: SR_team <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: Jonah Wagner <[email protected]> Co-authored-by: Andrij David <[email protected]> Co-authored-by: Adam Shedivy <[email protected]> Co-authored-by: Patrick Erichsen <[email protected]> Co-authored-by: Priyash <[email protected]> Co-authored-by: YohannZe <[email protected]> Co-authored-by: Dan Dascalescu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.