Skip to content

DeepSeek Harness for VSCode v0.2.2

Choose a tag to compare

@Vithrive Vithrive released this 14 Aug 09:28
· 7 commits to main since this release

变更

  • 字号跟随编辑器:面板整体等比缩放,让 16px 对话正文对齐 VS Code editor.fontSize(缩放比例 = editor.fontSize / 16,安全夹取到 8..72px / 0.5..2 倍)
  • 修改即时生效不重载对话:编辑器字号变化时仅向 iframe 推送新的缩放值,不重载面板,避免打断当前对话
  • 远程转发域名 CSP 兼容:按显示地址实际 origin 精确放行 frame-src,兼容 localhost 转发端口与 HTTPS 转发域名
  • 主题加载 / 错误页:加载页与错误页改用 VS Code 主题变量(字体、前景色、背景色),随主题自适应