Skip to content

Releases: dingyi222666/dsh-session-notification

v0.1.19

Choose a tag to compare

@dingyi222666 dingyi222666 released this 16 Sep 11:06
e5eda71

dsh-session-notification v0.1.19

修复 & 改进

  • 依赖升级至 0.1.6-alpha.1: @deepseek-ai/dsh-* 依赖升到 ^0.1.6-alpha.1(804 个提交的大版本);逐项核对插件消费的全部运行时面——SessionSnapshot(running/lastAgentError)、SessionSummary/SessionListState(id/parentId/origin/running/displayTitle/current)、uiSession 待交互表、uiConversation 的 binding().target("chat") 与 ChatSnapshot 节点(turn-error/assistant-step)、SettingsScope 契约、slots/store/primitives 导出、以及 slots/locale/sessions/uiConversation/uiSession 五个服务名——全部保持,代码零改动;平台模块表种子不变,bundle externals 仍为四个

What's Changed

v0.1.18

Choose a tag to compare

@dingyi222666 dingyi222666 released this 11 Sep 09:56
606d618

dsh-session-notification v0.1.18

修复 & 改进

  • Windows 横幅恢复: 通知此前共用同一个 tag 且未设 renotify,Windows/Chromium 下同 tag 通知只"静默替换"、不再弹横幅(通知中心里留着未读通知时,后续提醒全都不会弹出来);现在补上 renotify: true,并按事件类型分 tag——完成/失败/提问/权限/测试各自一条,同类型仍合并,但每次都会重新弹横幅,不同类型也不会互相顶掉

What's Changed

  • fix: re-alert on replaced notifications (Windows banner) in 606d618
  • chore: register v0.1.17 in the backfill release table in 1012a32
    Full Changelog: v0.1.17...v0.1.18

v0.1.17

Choose a tag to compare

@dingyi222666 dingyi222666 released this 10 Sep 11:45
f94d45d

dsh-session-notification v0.1.17

修复 & 改进

  • 依赖升级至 0.1.5-rc.1: @deepseek-ai/dsh-* 依赖升到 ^0.1.5-rc.1;alpha.2→rc.1 仅 17 个提交,唯一有实质改动的 ui-primitives 只调整了 markdown 代码块渲染,插件消费的 Button/Menu/图标导出面不变,代码零改动,typecheck/108 specs/build 全绿

What's Changed

v0.1.16

Choose a tag to compare

@dingyi222666 dingyi222666 released this 09 Sep 20:47
d272a87

dsh-session-notification v0.1.16

修复 & 改进

  • npm 关联: package.json 补上 repository / homepage / bugs 字段,npm 上的包由此关联回本仓库,插件市场与精选列表可据此展示下载量

What's Changed

  • chore: add repository metadata for npm; release 0.1.16 in d272a87
  • chore: register v0.1.15 in the backfill release table in e608d33
    Full Changelog: v0.1.15...v0.1.16

v0.1.15

Choose a tag to compare

@dingyi222666 dingyi222666 released this 09 Sep 20:24
0e15149

dsh-session-notification v0.1.15

修复 & 改进

  • 文案: 「通知范围」一行补上说明文字——选哪些会话提醒,以及「主会话 + 等子会话」会等子会话全部结束再响

What's Changed

v0.1.14

Choose a tag to compare

@dingyi222666 dingyi222666 released this 09 Sep 20:22
39047c4

dsh-session-notification v0.1.14

新特性

  • 通知范围三选一: 「只提醒主会话」与「等子会话全部结束」两个开关合并为一行官方单选下拉——全部会话 / 只主会话 / 主会话 + 等子会话(默认);旧偏好按原语义自动迁移到对应模式

What's Changed

  • refactor: merge the scope switches into one notification-mode picker in 39047c4
  • chore: register v0.1.13 in the backfill release table in 69e5b1a
    Full Changelog: v0.1.13...v0.1.14

v0.1.13

Choose a tag to compare

@dingyi222666 dingyi222666 released this 09 Sep 20:18
58dfa65

dsh-session-notification v0.1.13

新特性

  • 等子会话全部结束: 主会话先告一段落、但子会话(subagent)还在跑时不再提前提醒——等所有子会话都结束后再提醒一次(递归覆盖子会话自己再派生的孙会话);失败仍会立即提醒,不被挂起。设置 → 通知 →「等子会话全部结束」开关可关闭,关闭后恢复"主会话一结束就提醒"

What's Changed

  • feat: hold a main completion until every subagent finishes in 58dfa65
  • chore: register v0.1.12 in the backfill release table in ecc8354
    Full Changelog: v0.1.12...v0.1.13

v0.1.12

Choose a tag to compare

@dingyi222666 dingyi222666 released this 09 Sep 20:13
bf80772

dsh-session-notification v0.1.12

新特性

  • 多标签页只响一次: 同一次完成/提问/权限事件在所有同源标签页之间只提醒一次——标签页通过 BroadcastChannel 仲裁,先到者得;你正在看的那个标签页优先,后台标签页让位,不再因为开着多个 dsh 页面而每个页面各响一遍(不同事件仍各自提醒;不同端口/实例的页面互不影响)

What's Changed

  • feat: one alert per event across browser tabs in bf80772
  • chore: register v0.1.11 in the backfill release table in 700dea6
    Full Changelog: v0.1.11...v0.1.12

v0.1.11

v0.1.11 Pre-release
Pre-release

Choose a tag to compare

@dingyi222666 dingyi222666 released this 09 Sep 17:56
f6ffd61

dsh-session-notification v0.1.11

修复 & 改进

  • 依赖升级至 0.1.5-alpha.2: @deepseek-ai/dsh-* 依赖升到 ^0.1.5-alpha.2(alpha 通道最新);0.1.3-alpha.2→0.1.5-alpha.2 跨度虽大(约 774 提交),但插件消费的 API 面保持稳定——平台模块表仅新增 dockkit 种子(插件未用),settings.section 席位与 inject/external 语义均无变化,代码零改动,typecheck/96 specs/build 全绿

What's Changed

v0.1.9

v0.1.9 Pre-release
Pre-release

Choose a tag to compare

@dingyi222666 dingyi222666 released this 04 Sep 17:19
c7bb90e

dsh-session-notification v0.1.9

修复 & 改进

  • harness 0.1.3-alpha.1 适配: dsh-client-runtime 已解散——会话/对话/待交互类型改从 api-session-controller、ui-conversation、ui-session 客户端解析;客户端注入种子更新(按实际消费的服务列 provider 包、移除 runtime),删除失效的 dshClient 旧键
  • 设置作用域契约: SettingsScope 契约迁至 dsh-client-ui-settings(client 面新增 mutate);本地偏好作用域补齐 mutate(路径化 set/unset),新增相应单测;宿主半区 settings.register 在 0.1.3-alpha.1 类型下原样通过

What's Changed

  • chore: support prerelease GitHub releases in c7bb90e
  • chore: register v0.1.9 in the backfill release table in f62822e
  • chore: adapt to dsh 0.1.3-alpha.1 (harness big update) in 90d14fb
  • chore: point release scripts at the real repo owner in 93fb8dc
  • chore: add per-version release notes and release scripts in f485aed
    Full Changelog: v0.1.8...v0.1.9