YuanyuanMa03/dsh-funnel
YuanyuanMa03★ 0JavaScript最后同步: 2026-08-15
Curate tool output before it enters the model's context — keep error/warning lines and head/tail, spill the full text with a pointer. ~24x smaller model view, measured. For DeepSeek Harness.
README 摘要
dsh-funnel English 中文 Curate tool output before it enters the model's context — keep the lines that matter, spill the rest to disk with a pointer. Faster turns, smaller context, sharper attention, for every tool. The problem Every tool result is appended to the conversation and re-sent on every subsequent model request . A npm test run that prints 500 lines rides along for the rest of the session: you pay for it on each turn, it fills the context window, and it buries the one AssertionError the model actually needs. The existing layers don't cover this: Layer What exists What it doesn't do Capture (executor) 64 MB spill protects the process from OOM nothing about what the model sees Execution (bash only) maxOutputBytes byte-cap, head truncation shell tools only; blind cut, no error lines kept Compaction time official tool-result-pruner rewrites over-budget results on the surface fires only when compacting; blind head/tail; model can't read the original back Ingestion — every result, immediately — ← dsh-funnel Compaction-time pruning cleans up after the budget is already blown; dsh-funnel keeps it from being blown. They compose. What you get 1. Install and forget. One command, zero …
在 GitHub 查看完整 README →分类
🎨 The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode / Hermes & 20+ CLIs via BYOK.
★ 86,705
titanwings/colleague-skill将冰冷的离别化为温暖的 Skill,欢迎加入数字生命1.0!Transforming cold farewells into warm skills? It's giving rebirth era. Welcome to Digital Life 1.0. 🫶
★ 22,317
tt-a1i/archifyAgent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.
★ 12,834