Skip to content

v0.1.1

Latest

Choose a tag to compare

@tieJiangW tieJiangW released this 20 Aug 09:55

DeepSeek Harness for IntelliJ IDEA — v0.1.1

Compatibility fix release: adds support for IntelliJ IDEA 2026.2 (build 262).

English

  • Compatibility: plugin now installs on IntelliJ IDEA up to 2026.2 (build 262.*) — previously only declared support up to 2025.1 (build 251.*), so newer IDEs refused to load it. Verified by a forward compile check against the 2026.2 SDK.
  • Removed platform-Gson dependency: JSON serialization (IDE Bridge) is now backed by a self-contained JsonCodec, removing reliance on the platform-bundled Gson library that JetBrains is phasing out.
  • JCEF: confirmed JCEF moved into a bundled plugin (com.intellij.modules.jcef, public visibility) in 2026.2; plugin continues to use it transparently.
  • Tests: 45/45 passing (43 unit + 2 integration smoke; +9 new JsonCodec tests).

中文

  • 兼容性:插件现在支持至 IntelliJ IDEA 2026.2(build 262.*)——此前仅声明支持到 2025.1(build 251.*),新版 IDE 会拒绝加载;已通过对 2026.2 SDK 的前向编译验证。
  • 移除平台 Gson 依赖:IDE Bridge 的 JSON 序列化改为自研 JsonCodec,不再依赖 JetBrains 正逐步移除的平台自带 Gson。
  • JCEF:确认 2026.2 起 JCEF 拆分为内置插件(com.intellij.modules.jcef,public 可见性),插件继续透明使用。
  • 测试:45/45 通过(43 单元 + 2 集成冒烟;新增 JsonCodec 测试 9 例)。