-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Include changes from Roo v3.18.5 #538
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
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <[email protected]>
Co-authored-by: cte <[email protected]>
…3844) Co-authored-by: cte <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
Co-authored-by: Matt Rubens <[email protected]>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]> Co-authored-by: Your Name <[email protected]>
fix: batch code segments when using ollama
* feat: Enhance configuration change handling and model dimension checks * fix: Update embedder creation to use modelId from config * test: Add unit tests for ServiceFactory embedder and vector store creation * test: Add comprehensive restart detection tests for configuration changes * feat: Implement model ID selection logic for provider changes in CodeIndexSettings * fix: Initialize configuration on constructor to prevent false restart triggers * fix: Enhance API key handling and restart logic in CodeIndexConfigManager * fix: Improve handling of external settings changes and automatic indexing in webviewMessageHandler * fix: Ensure handleExternalSettingsChange only restarts service when manager is initialized * refactor: remove console logs * fix: Load configuration during initialization to ensure correct state and restart requirements
Co-authored-by: mrubens <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
) The ClineProvider was looking for the .vite-port file in the wrong location. Updated the path resolution to correctly point to the project root where the Vite development server creates the file. Fixes: #4006 Signed-off-by: Eric Wheeler <[email protected]> Co-authored-by: Eric Wheeler <[email protected]>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Hello Roo Team! We received this contribution on the Kilo side and thought it might be useful to you! These changes were originally submitted by a (presumably) native speaker of the language: #516
#4052) Added a hardcoded list of computer use models for litellm as a fallback for older litellm versions
# Conflicts: # .github/ISSUE_TEMPLATE/bug_report.yml # .github/actions/ai-release-notes/action.yml # .github/pull_request_template.md # .github/scripts/get_prev_version_refs.py # .github/scripts/overwrite_changeset_changelog.py # .github/workflows/changeset-release.yml # .github/workflows/code-qa.yml # .github/workflows/codeql.yml # .github/workflows/marketplace-publish.yml # .github/workflows/update-contributors.yml # .gitignore # .vscode/launch.json # .vscodeignore # CHANGELOG.md # CONTRIBUTING.md # README.md # apps/vscode-e2e/.env.integration.example # apps/vscode-e2e/.env.local.sample # apps/vscode-e2e/src/suite/extension.test.ts # e2e/.env.local.sample # e2e/VSCODE_INTEGRATION_TESTS.md # e2e/src/suite/modes.test.ts # evals/scripts/setup.sh # locales/ca/README.md # locales/de/README.md # locales/es/README.md # locales/fr/README.md # locales/hi/README.md # locales/it/README.md # locales/ja/README.md # locales/ko/README.md # locales/nl/README.md # locales/pl/README.md # locales/pt-BR/README.md # locales/ru/README.md # locales/tr/README.md # locales/vi/README.md # locales/zh-CN/README.md # locales/zh-TW/README.md # package-lock.json # package.json # packages/types/README.md # src/activate/registerCommands.ts # src/api/__tests__/index.test.ts # src/api/index.ts # src/api/providers/__tests__/openai.spec.ts # src/api/providers/__tests__/openrouter.test.ts # src/api/providers/__tests__/requesty.test.ts # src/api/providers/anthropic-vertex.ts # src/api/providers/anthropic.ts # src/api/providers/constants.ts # src/api/providers/deepseek.ts # src/api/providers/fake-ai.ts # src/api/providers/fetchers/modelCache.ts # src/api/providers/fetchers/openrouter.ts # src/api/providers/lmstudio.ts # src/api/providers/mistral.ts # src/api/providers/openrouter.ts # src/assets/icons/icon-nightly.png # src/assets/icons/icon.svg # src/assets/icons/kilo.png # src/assets/icons/logo-outline-black.png # src/assets/icons/panel_dark.png # src/assets/icons/panel_light.png # src/assets/images/roo-logo.svg # src/core/assistant-message/presentAssistantMessage.ts # src/core/prompts/sections/custom-instructions.ts # src/core/task/Task.ts # src/core/webview/ClineProvider.ts # src/core/webview/__tests__/ClineProvider.test.ts # src/core/webview/webviewMessageHandler.ts # src/exports/roo-code.d.ts # src/exports/types.ts # src/extension.ts # src/i18n/locales/ca/tools.json # src/i18n/locales/de/tools.json # src/i18n/locales/en/tools.json # src/i18n/locales/es/tools.json # src/i18n/locales/fr/tools.json # src/i18n/locales/hi/tools.json # src/i18n/locales/it/tools.json # src/i18n/locales/ja/tools.json # src/i18n/locales/ko/tools.json # src/i18n/locales/nl/tools.json # src/i18n/locales/pl/tools.json # src/i18n/locales/pt-BR/tools.json # src/i18n/locales/ru/tools.json # src/i18n/locales/tr/tools.json # src/i18n/locales/vi/tools.json # src/i18n/locales/zh-CN/tools.json # src/i18n/locales/zh-TW/tools.json # src/package.nls.zh-TW.json # src/schemas/index.ts # src/services/mcp/McpHub.ts # src/services/telemetry/TelemetryService.ts # src/shared/ExtensionMessage.ts # src/shared/WebviewMessage.ts # src/shared/api.ts # src/shared/tools.ts # webview-ui/package-lock.json # webview-ui/src/components/chat/ChatView.tsx # webview-ui/src/components/chat/TaskHeader.tsx # webview-ui/src/components/common/TelemetryBanner.tsx # webview-ui/src/components/prompts/PromptsView.tsx # webview-ui/src/components/settings/About.tsx # webview-ui/src/components/settings/SettingsView.tsx # webview-ui/src/components/welcome/WelcomeView.tsx # webview-ui/src/context/ExtensionStateContext.tsx # webview-ui/src/i18n/locales/ca/chat.json # webview-ui/src/i18n/locales/ca/settings.json # webview-ui/src/i18n/locales/de/chat.json # webview-ui/src/i18n/locales/es/chat.json # webview-ui/src/i18n/locales/pl/chat.json # webview-ui/src/i18n/locales/pt-BR/chat.json # webview-ui/src/i18n/locales/tr/chat.json # webview-ui/src/i18n/locales/vi/chat.json # webview-ui/src/i18n/locales/zh-CN/chat.json # webview-ui/src/i18n/locales/zh-TW/chat.json # webview-ui/src/index.tsx # webview-ui/src/utils/TelemetryClient.ts
|
|
This is the major change I guess: RooCodeInc/Roo-Code#3407 |
No description provided.