NightsVesa/dsh-input-history

NightsVesa★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

Arrow-key input history for the DeepSeek Harness Web composer

README 摘要

dsh-input-history Input history for the DeepSeek Harness Web composer. In any loaded session, press ArrowUp to recall older submitted prompts or slash commands and ArrowDown to move forward and restore the draft you were typing. Install from GitHub The repository commits its built lib/ artifacts, so GitHub installation does not run a prepare script or require a pnpm allowBuilds entry. For a reproducible install, pin a commit: Remove it with: Behavior - History is isolated per session and capped at 256 entries. - Existing user messages, steering messages, and slash commands are read from the loaded durable session window. - An open command/reference menu keeps ownership of the arrow keys. - Modified arrow chords, IME composition, read-only input, and inactive composer states retain their native behavior. - Reaching the newest entry with ArrowDown restores the draft that existed before navigation began. Development Requires Node.js ^22.19.0 or =24.0.0 and pnpm 11.7.0. The plugin is a standard DSH bundle: package.json declares dsh.bundle , cordis.patch.yml inserts the plugin, and the browser half is exposed through ./client with a dsh.client manifest. Compatibility Tested against Deep…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-plugininput-history

分类