mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
Merge pull request #12258 from Kilo-Org/jetbrains/release/v7.0.7
release(jetbrains): v7.0.7
This commit is contained in:
@@ -52,6 +52,22 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [7.0.7] - 2026-07-15
|
||||
|
||||
### Added
|
||||
|
||||
- Add support for OpenAI-compatible custom providers.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Improve custom provider setup by validating required fields and showing configuration errors in the dialog.
|
||||
- Close the custom provider dialog correctly after adding a provider.
|
||||
- Clean up deleted custom providers by using the disconnect flow.
|
||||
|
||||
### Changed
|
||||
|
||||
- Keep the JetBrains plugin pinned to Kilo Core 7.4.5 for this release.
|
||||
|
||||
## [7.0.6] - 2026-07-14
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
kotlin.stdlib.default.dependency=false
|
||||
kilo.jetbrains.version=7.0.6
|
||||
kilo.jetbrains.version=7.0.7
|
||||
# When true (default) the JetBrains plugin uses the pinned CLI release from package.json.
|
||||
# Set to false ONLY for local dev: generate the client from local source + bundle the local binary.
|
||||
# false is NOT releasable -- production builds fail unless this is true.
|
||||
|
||||
Reference in New Issue
Block a user