← 返回列表
D

dsh-atuin

v0.1.1 · 4 天前发布

DeepSeek Harness plugin: every user prompt you type (in the web UI) is appended to your atuin shell history, so it shows up in atuin search and shell integration.

dshdsh-plugindeepseek-harnesscordisatuinhistory

README

dsh-atuin —— 把 dsh 里的每一句话记进 atuin 历史

# dsh-atuin 把你在 DeepSeek Harness 里输入的每一句话写进 **atuin** shell 历史——`atuin search`、shell 集成(Ctrl-R)里都能搜到。 > 由 [pi-atuin](https://github.com/RealAlexandreAI/pi-atuin) 移植。dsh 没有终端 UI,这就是它的 atuin 桥。 [English](README.md) · [中文](README.zh.md) ## 怎么工作 监听 `session/event` → `user/message`,对每条输入执行: ``` atuin history start -- "<输入>" atuin history end --exit 0 ``` **只记录你自己输入的话**——回复、工具调用、文件内容一律不记。 ## 快速开始 ```sh dsh plugin --profile web add dsh-atuin ``` 需要 atuin daemon 在运行(标准 atuin 安装自带)。atuin 缺失或 daemon 停了会静默跳过,不会影响会话。 ## 配置 ```yaml - id: atuin name: dsh-atuin config: # atuin_bin: /opt/homebrew/bin/atuin # deny: "^/clear$,password" # max_len: 2000
查看完整 README →

版本兼容矩阵

DSH 版本状态说明
dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
dsh@0.1.0 ✅ 兼容 标准 patch ✅
dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
dsh@0.3.0+ ❓ 未知 尚未发布

💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

元数据

License
MIT
npm
dsh-atuin
Repo
git+https://github.com/RealAlexandreAI/dsh-atuin.git
Engines
{"node":">=20.0.0"}
Weekly DL
0
Monthly DL
0
dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}