Skip to content

Conversation

@chrarnoldus
Copy link
Collaborator

No description provided.

github-actions bot and others added 30 commits May 21, 2025 15:30
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <[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: 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]>
daniel-lxs and others added 25 commits May 25, 2025 17:11
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: 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
@changeset-bot
Copy link

changeset-bot bot commented May 28, 2025

⚠️ No Changeset found

Latest commit: 46ceb1e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chrarnoldus chrarnoldus self-assigned this May 28, 2025
@chrarnoldus
Copy link
Collaborator Author

This is the major change I guess: RooCodeInc/Roo-Code#3407

@chrarnoldus chrarnoldus deleted the roo-v3.18.5 branch May 28, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.