Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information