Skip to content

Releases: NOirBRight/dsh-llm-assistant

DeepSeek 小管家 v0.1.5

Choose a tag to compare

@NOirBRight NOirBRight released this 20 Aug 02:06

DeepSeek 小管家 v0.1.5

右下角常驻助理。自己的会话、自己的历史、自己的提醒,不属于任何一个项目。

长什么样

主窗口干活时,鲸鱼坐在右下角

点开席位

席位面板

安装

DeepSeek Harness Web,0.1.0-rc.7 或更新。

dsh plugin --profile web add github:NOirBRight/dsh-llm-assistant#v0.1.5

装完重启 Web。

这版修了什么

兼容 Harness 0.1.0-rc.8。rc.8 的 web-app 已经自带 session-reference,插件不再 insert 同一个 loader id(否则启动失败:duplicate loader entry id: session-reference)。rc.7 没有该行时,插件会在 boot 时补上。任务引用预算与官方默认一致:最多 3 来源、每来源 64 KiB。

DeepSeek 小管家 v0.1.4

Choose a tag to compare

@NOirBRight NOirBRight released this 19 Aug 19:42

DeepSeek 小管家 v0.1.4

Harness 里已经有二十几个桌宠。它们做皮。这个做脑。

右下角常驻的是一个真正的 Agent:自己的会话、自己的历史、自己的提醒,不属于任何一个项目。

长什么样

主窗口在干活,鲸鱼坐在右下角。

主窗口干活时,鲸鱼坐在右下角

点开叠在当前任务上。标题栏可以开新对话。

点开席位

没有「引用任务」按钮,也没有权限下拉——它不能改你的仓库。

席位面板

安装

dsh plugin --profile web add github:NOirBRight/dsh-llm-assistant#v0.1.4

DeepSeek Harness Web,0.1.0-rc.7 或更新。装完重启 Web。

DeepSeek 小管家 v0.1.3

Choose a tag to compare

@NOirBRight NOirBRight released this 19 Aug 19:36

DeepSeek 小管家 v0.1.3

右下角常驻助理。自己的对话,不占项目会话,也不会出现在会话列表里。

可以聊天、设提醒;问到当前工作时,它自己去读,不用先点「引用任务」。

长什么样

关着 — 没开项目也在。

关闭时的席位

打开 — 缩小版对话窗叠在主窗口上。

打开的席位

面板 — 标题栏「新对话」,输入栏只有模型、上下文和发送。

席位面板

安装

需要 DeepSeek Harness Web(web-app0.1.0-rc.7 或更新)。

dsh plugin --profile web add github:NOirBRight/dsh-llm-assistant#v0.1.3

装上后重启 Web。

这版

README 改成产品介绍,三张界面图放进 Release。

功能边界没变:不会写你的项目文件,不会复制整段任务记录,这版也还没有跨会话投递。

DeepSeek 小管家 v0.1.2

Choose a tag to compare

@NOirBRight NOirBRight released this 19 Aug 19:28

DeepSeek 小管家 v0.1.2

右下角常驻鲸鱼席位。独立助理会话:能聊天、设提醒、按需只读当前页面任务。没有「引用任务」按钮。

长什么样

关着 — 不绑 workspace,没开项目也在。

关闭时的席位

打开 — 缩小版对话窗叠在主窗口上。

打开的席位

面板 — 标题栏「新对话」,composer 只有模型、上下文圈和发送。

席位面板

安装

需要 DeepSeek Harness Web(web-app0.1.0-rc.7+)。插件会插入 @deepseek-ai/dsh-schedule@deepseek-ai/dsh-session-reference

dsh plugin --profile web add github:NOirBRight/dsh-llm-assistant#v0.1.2

这版相对 v0.1.1 修了什么

  • 值班不再拖垮宿主:心跳固定 30 分钟;值班 log 超限就新建,不 resume 上 MB 的 jsonl;安静心跳后轮换。
  • Deep diving 会停:忙碌状态跟未结束的 turn 走,不再被卡住的 agent.status 空转计时。
  • README 补了界面截图。

不会做什么

  • 助理或值班进程没在跑时,提醒不会响。
  • 这版没有跨会话投递、派单、cron。
  • 没有 bash / write / edit / 外派 worker。

v0.1.1

Choose a tag to compare

@NOirBRight NOirBRight released this 19 Aug 16:25

Hide internal runtime-context snapshots from the seat. Only schedule, duty, and handoff plugin rows stay visible.

v0.1.0

Choose a tag to compare

@NOirBRight NOirBRight released this 19 Aug 15:57

First public release of the resident DeepSeek assistant seat.

  • Overlay seat with independent, roll-over assistant session
  • Chat, images, reminders, and a hidden duty heartbeat
  • On-demand task_reference against the current page task
  • Plugin-private standing tools (search / read-only notes / todo / goal); no bash, write, edit, or worker spawn

Install:

dsh plugin --profile web add github:NOirBRight/dsh-llm-assistant#v0.1.0