Skip to content

Conversation

@chrarnoldus
Copy link
Collaborator

No description provided.

R00-B0T and others added 30 commits May 15, 2025 21:33
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
* Rename Errors & Fix Spelling Mistake

* Update src/core/task/Task.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
- also, additions to .gitignore and .vscodeignore to prevent the IntelliJ .idea and .qodo folders from being included for git and packaging.
* Adds refresh models button for Unbound provider

* Adds changeset

* Optimizes code to prevent memory leak, add error messages

* Adds unbound messages to all supported languages

---------

Co-authored-by: Pugazhendhi <pugazhendhi@unboundsecurity.ai>
* Add Qwen3 model series to the Chutes provider

New models for the Chutes provider:

- Qwen/Qwen3-235B-A22B
- Qwen/Qwen3-32B
- Qwen/Qwen3-30B-A3B
- Qwen/Qwen3-14B
- Qwen/Qwen3-8B

* add changeset
* fix(webview): Fix links to filename:0

* Add changeset
lmstudio reasoning support (thinking block)

Similar to ollama implementation in #1080
canrobins13 and others added 10 commits May 21, 2025 13:02
* v3.18

* Update webview-ui/src/i18n/locales/ko/chat.json

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>
* changeset version bump

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
# Conflicts:
#	.git-blame-ignore-revs
#	.github/ISSUE_TEMPLATE/bug_report.yml
#	.github/ISSUE_TEMPLATE/config.yml
#	.github/ISSUE_TEMPLATE/feature_request.yml
#	.github/pull_request_template.md
#	.github/workflows/changeset-release.yml
#	.github/workflows/marketplace-publish.yml
#	.gitignore
#	.roomodes
#	CHANGELOG.md
#	CONTRIBUTING.md
#	README.md
#	e2e/src/suite/extension.test.ts
#	e2e/src/suite/index.ts
#	evals/README.md
#	evals/scripts/setup.sh
#	locales/ca/CONTRIBUTING.md
#	locales/ca/README.md
#	locales/de/CONTRIBUTING.md
#	locales/de/README.md
#	locales/es/CONTRIBUTING.md
#	locales/es/README.md
#	locales/fr/CONTRIBUTING.md
#	locales/fr/README.md
#	locales/hi/CONTRIBUTING.md
#	locales/hi/README.md
#	locales/it/CONTRIBUTING.md
#	locales/it/README.md
#	locales/ja/CONTRIBUTING.md
#	locales/ja/README.md
#	locales/ko/CONTRIBUTING.md
#	locales/ko/README.md
#	locales/nl/CONTRIBUTING.md
#	locales/nl/README.md
#	locales/pl/CONTRIBUTING.md
#	locales/pl/README.md
#	locales/pt-BR/CONTRIBUTING.md
#	locales/pt-BR/README.md
#	locales/ru/CONTRIBUTING.md
#	locales/ru/README.md
#	locales/tr/CONTRIBUTING.md
#	locales/tr/README.md
#	locales/vi/CONTRIBUTING.md
#	locales/vi/README.md
#	locales/zh-CN/CONTRIBUTING.md
#	locales/zh-CN/README.md
#	locales/zh-TW/CONTRIBUTING.md
#	locales/zh-TW/README.md
#	package-lock.json
#	package.json
#	scripts/update-contributors.js
#	src/activate/CodeActionProvider.ts
#	src/activate/handleTask.ts
#	src/activate/registerCommands.ts
#	src/activate/registerTerminalActions.ts
#	src/api/providers/__tests__/openai.test.ts
#	src/api/providers/__tests__/openrouter.test.ts
#	src/api/providers/__tests__/requesty.test.ts
#	src/api/providers/constants.ts
#	src/api/providers/glama.ts
#	src/api/providers/human-relay.ts
#	src/api/providers/lmstudio.ts
#	src/core/config/__tests__/CustomModesManager.test.ts
#	src/core/config/__tests__/importExport.test.ts
#	src/core/prompts/instructions/create-mode.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/README.md
#	src/exports/api.ts
#	src/exports/roo-code.d.ts
#	src/exports/types.ts
#	src/extension.ts
#	src/integrations/theme/getTheme.ts
#	src/schemas/index.ts
#	src/shared/ExtensionMessage.ts
#	src/shared/WebviewMessage.ts
#	src/utils/storage.ts
#	webview-ui/src/components/chat/ChatRow.tsx
#	webview-ui/src/components/settings/About.tsx
#	webview-ui/src/context/ExtensionStateContext.tsx
#	webview-ui/src/context/__tests__/ExtensionStateContext.test.tsx
#	webview-ui/src/i18n/locales/ca/settings.json
#	webview-ui/src/i18n/locales/de/settings.json
#	webview-ui/src/i18n/locales/en/settings.json
#	webview-ui/src/i18n/locales/es/settings.json
#	webview-ui/src/i18n/locales/fr/settings.json
#	webview-ui/src/i18n/locales/hi/settings.json
#	webview-ui/src/i18n/locales/it/settings.json
#	webview-ui/src/i18n/locales/ja/settings.json
#	webview-ui/src/i18n/locales/ko/settings.json
#	webview-ui/src/i18n/locales/nl/settings.json
#	webview-ui/src/i18n/locales/pl/settings.json
#	webview-ui/src/i18n/locales/pt-BR/settings.json
#	webview-ui/src/i18n/locales/ru/settings.json
#	webview-ui/src/i18n/locales/tr/settings.json
#	webview-ui/src/i18n/locales/vi/settings.json
#	webview-ui/src/i18n/locales/zh-CN/settings.json
#	webview-ui/src/i18n/locales/zh-TW/settings.json
#	webview-ui/src/oauth/urls.ts
@changeset-bot
Copy link

changeset-bot bot commented May 26, 2025

🦋 Changeset detected

Latest commit: 092015f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Minor

Not sure what this means? Click here to learn what changesets are.

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

@chrarnoldus chrarnoldus merged commit 1749f9c into main May 26, 2025
9 checks passed
@chrarnoldus chrarnoldus deleted the roo-v3.18.0 branch May 26, 2025 15:07
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.