New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tmustier/pi-tab-status

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tmustier/pi-tab-status

Terminal tab status indicators for Pi sessions.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

tab-status

Manage as many parallel Pis as your mind can handle without forgetting any of them.

Adds little modifiable indicators to tab titles:

  • ✅ means done and committed
  • 🚧 means done without a commit - Pi might need you to answer a question
  • 🛑 means the agent is blocked (no messages or tool calls for 180s while running) or stopped due to an error
  • running... means agent turn in progress - you can check back later

The more tabs you have open, the better it is. Currently tracks one active session per tab.

tab-status

Install

Pi package manager

pi install npm:@tmustier/pi-tab-status
pi install git:github.com/tmustier/pi-extensions

Then filter to just this extension in ~/.pi/agent/settings.json:

{
  "packages": [
    {
      "source": "git:github.com/tmustier/pi-extensions",
      "extensions": ["tab-status/tab-status.ts"]
    }
  ]
}

Local clone

ln -s ~/pi-extensions/tab-status/tab-status.ts ~/.pi/agent/extensions/

Or add to ~/.pi/agent/settings.json:

{
  "extensions": ["~/pi-extensions/tab-status/tab-status.ts"]
}

Todo

  • Status indicators in terminal tabs
  • Central location to view and navigate to specific tabs across terminal windows

Changelog

See CHANGELOG.md.

Keywords

pi-package

FAQs

Package last updated on 03 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts