Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 19:06
· 27 commits to main since this release
bc815bd

v1.1.0

新增 / Added

  • 额外识图包装:给 opencode 等任意第三方/自定义文本路由注册可发图的「自动识图」孪生条目,设置卡片用 provider + 模型双下拉配置;模型留空 = 包装全部模型。开箱预置一条 deepseek-official(标记内置包装,无副作用);已具备图片能力的路由不进入包装列表;改动即时生效,无需重启。
  • Extra vision wrappers: register image-capable auto-vision twin entries for any third-party/custom text route (e.g. opencode), configured in the settings card with provider + model dropdowns; an empty model wraps every model of the route. Ships with a pre-filled deepseek-official row (marks the built-in wrapper, no-op); already image-capable routes are not offered; changes apply live, no restart.
  • 设置卡片新增「测试连接」按钮与视觉制品调用卡(vision_crop / vision_pixel_diff 等关键字段 + 打开文件)。
  • The settings card gains a "Test connection" button and artifact call cards for vision tools (key facts + open-file button for vision_crop, vision_pixel_diff, …).
  • 新增 vision_long_screenshot_ocr:长截图自动分片转写,产物分片 PNG + ocr.md + manifest.json
  • New vision_long_screenshot_ocr tool: transcribes long screenshots chunk by chunk, writing chunk PNGs, ocr.md and a manifest.json.

修复 / Fixed

  • 隐身模式默认值回归:恢复默认关闭(issue #34 显式 opt-in);官方 llm-deepseek 行被禁用时做 keep-alive 接管并在设置卡片给出提示;bundle 补丁恢复纯增量(不再禁用核心行)。
  • Stealth default regression: back to off by default (explicit opt-in, issue #34); keep-alive takeover with a card hint when the official row is disabled; the bundle patch is pure-additive again.
  • 额外识图包装的孪生路由改为惰性注册:openrouter 等由设置驱动的 provider 在启动后才注册路由,此前孪生条目永远不出现。
  • Twin routes for wrapped providers now register lazily: settings-driven providers such as openrouter mount their routes after startup, which previously made the twin never appear.
  • 长截图 OCR 转写质量:视觉上传改 JPEG 去 alpha、防编造提示与超长结果重试,修复清晰分片被转成乱码的问题。
  • Long-screenshot OCR quality: JPEG upload without alpha, anti-hallucination prompt and absurd-length retry fix garbled chunk transcription.

Commits

  • feat(⑤): 额外识图包装/测试连接/产物预览卡 + 隐身与路由修复,版本 1.1.0 (#39)
  • feat: vision_long_screenshot_ocr — overlapping-chunk transcription of long screenshots (#38)
  • ci: idempotent release workflow — skip published versions, sync GitHub Releases (#37)
  • chore: ignore debug directories and logs (#36)