Replies: 4 comments
|
I’ve implemented this in my fork in case anyone wants to try it out or reuse the implementation: 👉 https://github.com/surya9815/deepseek-harness/tree/feature/web-composer-input-history If you have any suggestions @tianyicui tianyicui, improvements, or run into issues, feel free to open an issue on the repo. Feedback is welcome! |
|
这个功能适合定义成“Session-local draft history”,而不是直接复用 durable Session history:已发送 prompt、当前 draft、被撤回/失败的 draft 和 attachments 的生命周期不同,混用会造成隐私泄露或误重发。 我维护的独立 DeepSeek Harness 社区手册中,Web IME composition 与 prompt admission durability 建议按以下矩阵验收:
实现若采用 browser-local storage,也应记录作用域、清理/导出策略和敏感内容排除规则。手册是独立社区资料,不代表官方 DeepSeek AI 项目。 |
|
Installed Two things that made it look broken first:
Worth verifying from the shell rather than the UI, since "installed but inert" and "not installed" look identical there: On the design points raised above: recall is edge-first, bare ↑/↓ move the caret and recall only triggers when the caret is already on the first/last line, and the first recall stashes One rough edge from its own known limitations: each recall is a One platform, one user report, not a security or compatibility endorsement. |
Uh oh!
There was an error while loading. Please reload this page.
In the Web composer, ↑ / ↓ should navigate previously sent prompts, similar to terminal history.
All reactions