GHJIVHIDD/dsh-plugin-session-terminal ↗★ 1
@deepseek-ai/dsh-plugin-session-terminal
Session terminal observer tab: real-time bash command log for the current session (pure-client plugin, no service).
AI 분석
在会话视图中提供实时 Bash 命令日志观察面板。适合需要监控 Agent 终端操作与命令执行过程的用户,安装后在会话视图环点击「终端」即可使用。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GHJIVHIDD/dsh-plugin-session-terminal方式 A:使用 dsh plugin 安装预构建 tarball(推荐,需要已安装 pnpm)
从 Releases 下载 tgz 后,在插件包/tgz 所在目录执行:
## 使用
安装后重启/刷新:
```bash
dsh --profile web
打开 Web 界面进入任意会话,在会话视图环中点击「终端」即可看到该会话实时执行的 bash 命令记录。