Skip to content

Commit f60db5b

Browse files
committed
Release: 0.26.13
1 parent ed2bce8 commit f60db5b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## 0.26.13
6+
57
- Wire `mcp/addServer`, `mcp/removeServer` and `tool/serverRemoved` end-to-end so the inline "+ Add MCP server" form and per-row remove button on the Settings → MCPs tab work in IntelliJ. The two requests are dispatched on a future to keep the JS-query thread responsive; the inbound `tool/serverRemoved` notification dissocs the server from the per-project session map and re-broadcasts the full roster as `tool/serversUpdated` so any consumer that only listens to the full-list message still converges.
68
- Soften chat success-green on Light LAFs (MCP running indicator, approve button, MCP-resource icon). `JBColor/GREEN` is `#00FF00` on Light; now uses `#3C9F40` (Light) / `#629655` (Dark).
79
- Bump `eca-webview`: switch chat/settings hover backgrounds to opacity-only across 16 SCSS files. `var(--eca-base-hover)` was wired to `Borders.ContrastBorderColor`, which is dark on Light LAFs and produced a black block on hover.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginGroup = dev.eca
22
pluginName = eca-intellij
3-
pluginVersion = 0.26.12
3+
pluginVersion = 0.26.13
44

55
pluginSinceBuild = 233
66
pluginVerifierIdeVersions = 2023.3, 2024.3

0 commit comments

Comments
 (0)