Skip to content

flexdinesh/pi-session-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

pi-session-timer

Session timer for the pi coding agent.

What it does

Tracks elapsed time since a session started, shown in the status bar. Pauses automatically when the agent goes idle.

How to use

No commands — it runs automatically when a session starts. The timer appears in the status bar and updates every second.

How it works

  • Timer starts on session_start.
  • Resumes when agent starts processing (agent_start), on user input (input), or when user runs bash (user_bash).
  • Pauses 10 seconds after the agent finishes (agent_end + grace period).
  • Cleans up on session_shutdown.

The display dims when paused and highlights when running.

Install

ln -s ~/workspace/pi-session-timer ~/.pi/agent/extensions/session-timer

Restart pi to load the extension.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors