feat: Add Task Timer widget for real-time task execution tracking#131
Open
ileeoyo wants to merge 1 commit intosirmalloc:mainfrom
Open
feat: Add Task Timer widget for real-time task execution tracking#131ileeoyo wants to merge 1 commit intosirmalloc:mainfrom
ileeoyo wants to merge 1 commit intosirmalloc:mainfrom
Conversation
- Add TaskTimer widget to display task execution time in status line - Add TUI setup interface for easy hook installation - Add timing_hook.sh script to track task start/stop events - Support multi-session with independent timers - Support raw value mode and smart time formatting - Update README with installation and usage guide
zoonderkins
added a commit
to zoonderkins/ccstatusline
that referenced
this pull request
Jan 21, 2026
Merged PRs: - sirmalloc#138: fix: support bare repo worktrees in GitWorktree widget - sirmalloc#135: feat: add git-indicators widget - sirmalloc#132: fix: Windows terminal width detection - sirmalloc#131: feat: Task Timer widget - sirmalloc#123: feat: Add backups for settings.json - sirmalloc#121: feat: Add configurable context warning alerts - sirmalloc#120: feat: Add Mercurial support - sirmalloc#119: feat: Add Git Root Dir widget - sirmalloc#58: feat: Add support for local/project settings Fixes Issues: - sirmalloc#117: Windows tput cols creates null file - sirmalloc#122: claude's settings.json deleted/lost - sirmalloc#112: Add mercurial support Additional fixes: - Resolved circular dependency in renderer.ts/widgets.ts - Fixed lint errors in multiple files
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.
概述
新增 Task Timer widget,实时显示 Claude Code 任务执行时间。
功能特性
主要变更
TaskTimerwidget 实现TaskTimerSetupTUI 组件用于 hook 安装timing_hook.sh脚本模板claude-settings.ts支持 hook 安装/卸载使用方法