faukwaa/dsh-gap-feed

faukwaa★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

dsh plugin: during long agent thinking, posts a hot-news or reminder message directly into the conversation stream.

README 摘要

dsh-gap-feed English 中文 A DeepSeek Harness (dsh) plugin that posts a hot-news or reminder card directly into the conversation stream while the agent is thinking for a long time. Low-frequency, never intrusive. Features - In-stream injection — when the agent thinks longer than a threshold, the plugin appends an assistant/message directly into the session log ( session.append + surfaceOp:'append' ), rendered as a card in the conversation stream with a clickable link. If a source fails, it silently degrades — never blocks the conversation. - Multiple sources — today's hot news from Toutiao (公开 API, no login), trending GitHub repositories (created this week, sorted by stars), and Bilibili's hot ranking. Sources are fetched in parallel; one failing never affects the others. - In-chat reminders — just say "remind me to have a meeting at 18:00" in the conversation; the model calls the gap feed reminder add tool to save it. Due reminders are prioritized over news. - Settings page — the dsh settings page renders the gap-feed form automatically from a schema: configure limits, manage reminders (CRUD / enable / done). - Rate limiting — configurable thinking threshold + cooldown + per-hour cap…

在 GitHub 查看完整 README →
内容/媒体deepseek-harnessdshdsh-pluginnewsagent

分类