Commit becd13b
authored
Release v5.2.1 (#34)
* cleanup
* Fix: Don't queue messages after rejecting exec_cmd tool
When rejecting a tool/command (like exec_cmd), the sendingDisabled state
was being set to true, which caused subsequent messages to be queued
instead of sent directly. This fix excludes tool/command rejection cases
from setting sendingDisabled, allowing normal message flow after rejection.
* i18n: update translations and add memories locale files
- Update translations across all supported languages
- Add new memories.json locale files for webview-ui
- Update documentation for browser-use and custom-modes features
- Remove deprecated changeset-release workflow
- Update terminal command generator tests1 parent edf2e34 commit becd13b
File tree
126 files changed
+1639
-543
lines changed- .github/workflows
- apps/kilocode-docs/docs/features
- jetbrains/plugin/src/main/resources/icons
- src
- assets/icons
- core
- task
- webview
- __tests__
- i18n/locales
- ar
- ca
- cs
- de
- en
- es
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- th
- tr
- uk
- vi
- zh-CN
- zh-TW
- services/chat-memory
- utils/__tests__
- webview-ui/src
- components
- chat
- kilocode/chat
- memories
- i18n/locales
- ar
- ca
- cs
- de
- en
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- th
- tr
- uk
- vi
- zh-CN
- zh-TW
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
126 files changed
+1639
-543
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
1018 | 1027 | | |
1019 | 1028 | | |
1020 | 1029 | | |
| |||
0 commit comments