showcase: add dsh-cmdwatch (命令窗 - realtime command monitor) - #114
Open
GavinQiEr wants to merge 1 commit into
Open
showcase: add dsh-cmdwatch (命令窗 - realtime command monitor)#114GavinQiEr wants to merge 1 commit into
GavinQiEr wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
自荐说明 / Self-recommendation
解决什么问题:DSH 执行长命令或后台任务时,要查看进度必须暂停对话让模型反复调用 job_output 查询。dsh-cmdwatch 在输入框上方提供实时命令监视面板:前台命令一发出即显示、后台任务输出实时滚动,无需打断对话。
适合谁:经常让 DSH 跑长任务(构建、测试、批处理、脚本执行)并想实时盯输出的用户。
What it solves: to check progress while dsh runs long commands or background jobs, users had to interrupt the conversation and ask the model to poll job_output repeatedly. dsh-cmdwatch shows a live command monitor panel above the composer — foreground commands appear the moment they are issued and background output scrolls in real time, no conversation pause needed.
Who it is for: users who run long tasks (builds, tests, batch jobs, scripts) in DSH and want to watch the output live.
改动 / Change
在 SHOWCASE.md「作者自荐」与「Author showcase」两个列表末尾各追加一行 dsh-cmdwatch 条目(中英对应)。