Skip to content

2026.9.1

Choose a tag to compare

@Astro-Han Astro-Han released this 01 Sep 08:16
559c8f2

Downloads

App Update Notice

PawWork 2026.9.1 makes every free model in the picker actually answer, moves app updates into the app itself, stops a slow start from being reported as a failure, and keeps the free model list current after a bad first network.

Highlights

  • Every OpenCode Free model in the picker now answers: Muse Spark 1.2 Free failed with a server error on every attempt. The gateway serves one wire protocol per model, and PawWork sent all free models over the same one — Muse Spark is served over the Responses API, so it never had a working route. Free models are now published on one route per protocol, so the picker lists only models PawWork can actually reach (#1621).
  • Updates live in the app, on both platforms: the update flow was reachable only from the macOS app menu and reported everything through OS-modal dialogs; Windows had no entry at all. Update state now renders in Settings, PawWork checks silently once the app is ready and every four hours after, and a downloaded update is no longer discarded when you decline the install (#1613).
  • A slow DSH start is no longer given up on: the runtime start had a fixed readiness timeout that could not tell a hung start from a slow one, so a slow machine saw a failure dialog for a start that would have succeeded. The timeout is gone; a start that really dies is still reported (#1619).
  • The free model list recovers from a bad first network: the OpenCode Free catalog refresh runs once at startup, and a first attempt that failed used to wait a full hour for the next sweep. It now retries after one and five minutes before falling back to the hourly cadence (#1612).

Runtime And Maintenance

中文版本

下载

主要更新

  • 模型列表里的每个 OpenCode Free 模型现在都能正常回答:Muse Spark 1.2 Free 此前每次请求都返回服务端错误。网关为每个模型固定一种传输协议,而 PawWork 把所有免费模型都走同一种协议发送——Muse Spark 由 Responses API 提供服务,因此从来没有可用的路由。免费模型现在按协议分成多条路由发布,模型列表中只会出现 PawWork 确实能连通的模型。
  • 应用更新移入应用内界面,macOS 和 Windows 都可用:更新状态在设置中显示,应用就绪后静默检查一次,之后每四小时检查一次;已下载的更新在你暂不安装时不再被丢弃。
  • DSH 启动较慢不再被当作失败:移除了固定的就绪超时,慢机器上不会再看到本可以成功的启动被报为失败;真正启动失败仍会报告。
  • OpenCode Free 模型列表在首次联网失败后能自行恢复:启动时的刷新失败会在 1 分钟和 5 分钟后重试,然后回到每小时一次的节奏。

运行时与维护

  • DSH 升级到 0.1.2-alpha.3。