dsh-timesheet
DeepSeek Harness (dsh) 的工时表:基于会话日志的分轮时间跟踪——按天/项目/提供程序/来源汇总,工具调用次数、失败率、首 token 时间。提供 CLI 和可被代理调用的 timesheet 工具,零运行时依赖。
Timesheet for DeepSeek Harness (dsh): turn-based time tracking from session logs — per-day/project/provider/source rollups, tool-call counts, failure rates, time-to-first-token. CLI + agent-callable timesheet tool, zero runtime deps.
怎么安装
dsh plugin add dsh-timesheet 简介
dsh-timesheet Timesheet for DeepSeek Harness (dsh): **turn-based time tracking from session logs**. Token dashboards tell you what you spent; this one tells you **how much wall-clock time** you spent with your agents — totals, per-day, per-project, per-provider, per-source, plus tool-call counts, failure rates, and time-to-first-token. Zero runtime dependencies; reads *.jsonl session logs only. Install sh dsh plugin add dsh-timesheet Or run standalone: sh npx dsh-timesheet ~/.codex/sessions CLI sh dsh-timesheet <dir> [--json] dir must contain *.jsonl session logs (e.g. ~/.codex/sessions, a dsh…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- 175
- 最近更新
- 2026-08-18
- 创建于
- 2026-08-18
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:0xsline/awesome-deepseek-harness
- 主题标签
- deepseek-harness, dsh-plugin, productivity, session-log, time-tracking, timesheet
同类推荐
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
dsh-session-manager
dream12347/dsh-session-manager
DSH 会话管理插件:删除(回收站可恢复或彻底清除)、恢复归档会话、活动统计、继续/暂停、打开日志目录、未读标记、新聊天中继续、工作区分组与排序、上下文压缩阈值设置。
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。