Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turn-timer

An OpenCode TUI plugin that shows how long the current turn has been running, inline in the prompt footer — right after the built-in ▣ Build · <model> line:

▣ Build · Opus 5 (max) ◷ 0:12

Install

Install with the OpenCode CLI — it detects the TUI target and registers the plugin in tui.json for you:

opencode plugin @glaicer/supercode-turn-timer --global
  • --global installs into the global config (~/.config/opencode); default is local (.opencode in the current project).
  • --force replaces an already-installed version.
  • Restart OpenCode after installing.

Manual install also works: add the package to the plugin array in tui.json (global ~/.config/opencode/tui.json or local <project>/.opencode/tui.json):

{
  "plugin": ["@glaicer/supercode-turn-timer"]
}

Important

The first OpenCode load after installing this plugin may be slow. That's OpenCode downloading the plugin's packages into its cache. It happens once. Every subsequent start is fast.

About

OpenCode TUI plugin that shows elapsed turn time in the prompt footer.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages