Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.35 KB

File metadata and controls

46 lines (32 loc) · 1.35 KB

Status line

Active modes and live context cost, in your terminal tab title.

statusline — mode and cost in your tab title

kirobuff install installs this for you. It is on every persona agent it creates, so /agent tech-cofounder sessions show the title without any further setup.

It does not reach the default agent. Kiro CLI's default session has no agent config file for a hook to live in, so there is nothing to patch. If you want the title in a session you drive from your own agent config, point the command at it:

kirobuff statusline install .kiro/agents/mine.json -max 2000
kirobuff · myproject · tech-cofounder · 3.0k/2.0k! tok

Kiro CLI has no statusLine setting. The terminal window title is the only surface available, so kirobuff writes an OSC 0 sequence straight to /dev/tty, bypassing the hook's captured stdout. Nothing goes to stdout, so it costs nothing per turn.

Credits are not shown. Account usage is reachable only through the in-session /usage command — kiro-cli user has no usage subcommand. A number here would be invented or stale, so there isn't one.

status — what's installed where

kirobuff status

Scans both Claude Code and Kiro CLI across user and workspace scope, and reports which artifacts are already shared via symlink.



← Back to README