ystyle/dsh-tool-terminal-search
ystyle★ 0TypeScriptLast synced: 2026-08-14
—
README excerpt
dsh-tool-terminal-search A terminal search tool plugin for DeepSeek Harness (dsh): locate lines in large retained terminal scrollback by literal substring or regular expression, without paging backward blindly through tens of thousands of log lines. The tool is composed only over the public ctx.terminals.read seam — no upstream package changes, so it runs on published dsh releases today. Why terminal read pages retained scrollback by newest-relative offset / count . With backend log output running to tens of thousands of lines, a model cannot tell where the interesting lines are: it has to page backward from the newest output one page at a time, and totalLines alone does not locate a needle in the retained buffer. terminal search closes that gap by finding lines by content. Install In your dsh profile directory (e.g. /.dsh/profiles/web ), add the dependency and the patch entry: Restart your dsh profile. The model gains terminal search next to the official terminal open / terminal send / terminal read tools. Behavior terminal search(sessionId, pattern, regex?, offset?, limit?) : - Pages the whole retained scrollback (newest → oldest) through terminal read and matches each line. - pa…
View full README on GitHub →Category
A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.
★ 3,768
ccch1mneyyy/dsh-TUI解决DSH 官方尚无终端 TUI 痛点的补位之作,献给偏爱cli的各位极客:Claude Code 风格全屏交互终端插件——像素鲸鱼顶栏、实时工作状态行、思考流式展开、双击 Esc 回滚、上下文进度条 + TPS 仪表。npm 一键安装。
★ 769
TencentCloud/tencentmeeting-cli腾讯会议命令行工具(CLI),基于腾讯会议开放平台 OAuth2 授权,支持会议管理、录制管理、参会报告等功能。
★ 213